MCP Server Tochka Bank
Rank #33,551io.github.dontsovcmc/tochka-bank
MCP server for Tochka Bank API — payments, invoices, acquiring, subscriptions
MCP Server Tochka Bank is a Model Context Protocol (MCP) server published by dontsovcmc. It ranks #33,551 of 115,591 servers tracked on MCP Toplist. MCP Server Tochka Bank is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Apr 16, 2026 and most recently updated on May 11, 2026.
Ranks ahead of 82,040 of 115,591 servers on MCP Toplist.
Use MCP Server Tochka Bank
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add tochka-bank -e "TOCHKA_TOKEN=<your TOCHKA_TOKEN>" -- uvx mcp-server-tochka-bankReplace each placeholder with your own value before saving.
[mcp_servers.tochka-bank]
command = "uvx"
args = ["mcp-server-tochka-bank"]
[mcp_servers.tochka-bank.env]
TOCHKA_TOKEN = "<your TOCHKA_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tochka-bank": {
"command": "uvx",
"args": [
"mcp-server-tochka-bank"
],
"env": {
"TOCHKA_TOKEN": "<your TOCHKA_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tochka-bank": {
"command": "uvx",
"args": [
"mcp-server-tochka-bank"
],
"env": {
"TOCHKA_TOKEN": "<your TOCHKA_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tochka-bank": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-tochka-bank"
],
"env": {
"TOCHKA_TOKEN": "<your TOCHKA_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tochka-bank": {
"command": "uvx",
"args": [
"mcp-server-tochka-bank"
],
"env": {
"TOCHKA_TOKEN": "<your TOCHKA_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tochka-bank": {
"command": "uvx",
"args": [
"mcp-server-tochka-bank"
],
"env": {
"TOCHKA_TOKEN": "<your TOCHKA_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dontsovcmc%2Ftochka-bank)<a href="https://mcptoplist.com/server/io.github.dontsovcmc%2Ftochka-bank"><img src="https://mcptoplist.com/badge/io.github.dontsovcmc%2Ftochka-bank.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
dontsovcmc
Other servers by dontsovcmc
- MCP Server Ozon Seller#35,168 · 2 vers
- MCP Server Yandex Metrika#35,169 · 2 vers
- cdek#40,073 · 3 vers
- Yandex Market Seller MCP Server#40,074 · 3 vers
- mcp-server-wildberries#41,190 · 1 ver
- yandex-direct#45,184 · 2 vers
Available versions (5)
| Version | Published |
|---|---|
| 0.6.2 | May 11, 2026 |
| 0.6.0 | Apr 29, 2026 |
| 0.5.2 | Apr 29, 2026 |
| 0.5.1 | Apr 29, 2026 |
| 0.3.2 | Apr 19, 2026 |
Frequently asked questions
- Who maintains MCP Server Tochka Bank?
- MCP Server Tochka Bank is maintained by dontsovcmc, which publishes 7 MCP servers (18 total versions) tracked on MCP Toplist.
- Is MCP Server Tochka Bank listed on the Official MCP Registry?
- Yes — MCP Server Tochka Bank is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Server Tochka Bank have?
- MCP Toplist tracks 5 versions of MCP Server Tochka Bank, most recently published on May 11, 2026.
- Where can I find the source code for MCP Server Tochka Bank?
- The source code for MCP Server Tochka Bank is hosted at github.com/dontsovcmc/mcp-server-tochka-bank.