theYahia/tochka-bank-mcp
MCP server for Tochka Bank — business accounts, payments, counterparties (Russia)
Platform-specific configuration:
{
"mcpServers": {
"tochka-bank-mcp": {
"command": "npx",
"args": [
"-y",
"tochka-bank-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Tochka Bank Business API. Manage business accounts, create payments, track counterparties, and access company information.
npx -y @theyahia/tochka-bank-mcp| Variable | Required | Description | |----------|----------|-------------| | TOCHKA_CLIENT_ID | Yes | OAuth 2.0 client ID from Tochka developer portal | | TOCHKA_CLIENT_SECRET | Yes | OAuth 2.0 client secret | | TOCHKA_BASE_URL | No | API base URL (default: https://enter.tochka.com/api/v2) |
| Tool | Description | |------|-------------| | list_accounts | List all business accounts | | get_account_balance | Get current balance for an account | | get_statement | Get transactions for a date range | | create_payment | Create a new payment order | | get_payment_status | Check payment status | | list_counterparties | List saved business counterparties | | create_counterparty | Add a new counterparty | | get_company_info | Get your company details (INN, OGRN, etc.) |
MIT
Loading reviews...