tkassa-mcp
About
MCP server for T-Kassa (T-Bank/Tinkoff) payment API — payments, refunds. 5 tools. First MCP for T-K
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TKASSA_TERMINAL_KEYClaude Code
claude mcp add --env TKASSA_TERMINAL_KEY= tkassa-mcp -- npx @theyahia/tkassa-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"tkassa-mcp","command":"npx","args":["@theyahia/tkassa-mcp"],"env":{"TKASSA_TERMINAL_KEY":""}}'
JSON
{
"mcpServers": {
"tkassa-mcp": {
"command": "npx",
"args": [
"@theyahia/tkassa-mcp"
],
"env": {
"TKASSA_TERMINAL_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.