YooKassa MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@YooKassa MCP ServerCreate a payment for 1500 RUB for order #42"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
YooKassa MCP Server
MCP (Model Context Protocol) server for the YooKassa payment API. Enables AI assistants to manage payments, refunds, receipts, webhooks, and saved payment methods through natural language.
Tools
Payments
Tool | Description |
| Create a payment and get confirmation URL |
| Get payment details by ID |
| List payments with filters (status, date range, method) |
| Capture held payment (two-stage) |
| Cancel a held payment |
Refunds
Tool | Description |
| Create full or partial refund |
| Get refund details by ID |
| List refunds with filters |
Webhooks
Tool | Description |
| Subscribe to payment events |
| List all webhook subscriptions |
| Remove a webhook subscription |
Receipts (54-ФЗ)
Tool | Description |
| Get fiscal receipt by ID |
| List fiscal receipts |
Payment Methods
Tool | Description |
| Get saved payment method |
| List saved payment methods |
Related MCP server: @theyahia/yookassa-mcp
Setup
1. Get credentials
In your YooKassa Merchant Profile, get your Shop ID and Secret Key.
2. Install & build
npm install
npm run build3. Configure Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"yookassa": {
"command": "node",
"args": ["/absolute/path/to/yookassa-mcp-server/dist/index.js"],
"env": {
"YOOKASSA_SHOP_ID": "your_shop_id",
"YOOKASSA_SECRET_KEY": "your_secret_key"
}
}
}
}4. HTTP mode (optional)
TRANSPORT=http PORT=3000 YOOKASSA_SHOP_ID=xxx YOOKASSA_SECRET_KEY=yyy node dist/index.jsExample prompts
"Create a payment for 1500 RUB for order #42"
"Show me all failed payments from last week"
"Refund 500 RUB from payment 22d6d597-000f-5000-9000-145f6df21d6f"
"Set up a webhook for payment.succeeded events at https://mysite.com/hooks"
"List all my webhooks"
"Show fiscal receipts for payment pay_xxx"
Authentication
Uses HTTP Basic Auth (Shop ID + Secret Key). Credentials are passed via environment variables and never logged.
Response formats
All tools support response_format: "markdown" (default, human-readable) or "json" (machine-readable structured data).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Belolipetsky/YooKassa-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server