theYahia/yookassa-mcp
MCP server for YooKassa — payments, refunds, receipts, webhooks (Russia)
Platform-specific configuration:
{
"mcpServers": {
"yookassa-mcp": {
"command": "npx",
"args": [
"-y",
"yookassa-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for YooKassa API -- payments, refunds, receipts (54-FZ), payouts, webhooks, recurring, SBP, marketplace splits. 20 tools.
[](https://www.npmjs.com/package/@theyahia/yookassa-mcp) [](https://github.com/theYahia/yookassa-mcp/actions/workflows/ci.yml) [](https://opensource.org/licenses/MIT) [](https://smithery.ai/server/@theyahia/yookassa-mcp)
Part of Russian API MCP series by @theYahia.
{
"mcpServers": {
"yookassa": {
"command": "npx",
"args": ["-y", "@theyahia/yookassa-mcp"],
"env": {
"YOOKASSA_SHOP_ID": "your-shop-id",
"YOOKASSA_SECRET_KEY": "your-secret-key"
}
}
}
}claude mcp add yookassa -e YOOKASSA_SHOP_ID=your-id -e YOOKASSA_SECRET_KEY=your-key -- npx -y @theyahia/yookassa-mcp{
"servers": {
"yookassa": {
"command": "npx",
"args": ["-y", "@theyahia/yookassa-mcp"],
"env": {
"YOOKASSA_SHOP_ID": "your-shop-id",
"YOOKASSA_SECRET_KEY": "your-secret-key"
}
}
}
}{
"mcpServers": {
"yookassa": {
"command": "npx",
"args": ["-y", "@theyahia/yookassa-mcp"],
"env": {
"YOOKASSA_SHOP_ID": "your-shop-id",
"YOOKASSA_SECRET_KEY": "your-secret-key"
}
}
}
}HTTP_PORT=3000 npx -y @theyahia/yookassa-mcp --httpEndpoints:
POST /mcp -- MCP Streamable HTTP transportGET /health -- health check ({ "status": "ok", "tools": 20 })Loading reviews...