MCP Server
io.github.theYahia/yookassa-mcp MCP Server
io.github.theYahia/yookassa-mcp
What is the io.github.theYahia/yookassa-mcp MCP server?
MCP server for YooKassa payment API — payments, refunds, receipts (54-FZ). 10 tools. First MCP for
How to install io.github.theYahia/yookassa-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
YOOKASSA_SHOP_IDrequiredsecretAPI key for the service
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"yookassa-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/yookassa-mcp"
],
"env": {
"YOOKASSA_SHOP_ID": "<YOUR_YOOKASSA_SHOP_ID>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"yookassa-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/yookassa-mcp"
],
"env": {
"YOOKASSA_SHOP_ID": "<YOUR_YOOKASSA_SHOP_ID>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"yookassa-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/yookassa-mcp"
],
"env": {
"YOOKASSA_SHOP_ID": "<YOUR_YOOKASSA_SHOP_ID>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"yookassa-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/yookassa-mcp"
],
"env": {
"YOOKASSA_SHOP_ID": "<YOUR_YOOKASSA_SHOP_ID>"
}
}
}
}Claude Code
claude mcp add yookassa-mcp --env YOOKASSA_SHOP_ID=<YOUR_YOOKASSA_SHOP_ID> -- npx -y @theyahia/yookassa-mcpRelated MCP servers
MCP server for 1C Enterprise — ERP catalogs, documents via REST API (Russia)
View repository →MCP server for amoCRM API — leads, contacts, pipelines. Auth: Bearer token.
View repository →MCP server for Bitrix24 CRM — deals, contacts, tasks via webhook API.
View repository →MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools.
View repository →MCP server for Calltouch API — call tracking, call statistics. Token auth.
View repository →MCP server for Central Bank of Russia API — currency rates, key rate, precious metals, conversion.
View repository →