T-Bank (Т-Банк) mobile banking: accounts, cards, transfers, bill pay, grocery, tickets, travel
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
T-Bank (Т-Банк) MCP — mobile banking API server for Claude Code, Codex, ChatGPT, and other MCP-capable agents.
The buttons register the tbank-mcp command — run pip install tbank-mcp first.
tbank router skill: grocery
order, tickets, travel, transfer, bill pay, cards & documents, messenger, budget
analysis, invest advisor, login*.t-bank-app.ru host needs — that is most of the hosts this
MCP talks to. Shipped in tbank_mcp/ca/roots/, pinned by SHA-256. Leaf/intermediate rotation
needs no action; a root rotation is a PEM drop into tbank_mcp/ca/roots/ (or TBANK_EXTRA_CA).
The verify bundle is (re)generated from that material into
~/.local/share/tbank-mcp/bundle.pem; TBANK_CA_BUNDLE relocates it — it is a
write target, not a curated input, so extra roots go in via TBANK_EXTRA_CA.
Certificates are never learned from the network — see the header of tbank_mcp/tls.py.There is no store to be admitted to — a marketplace is just a git repo with a
.claude-plugin/marketplace.json, and anyone can host one.
The venv and the Python dependencies are created on the server's first start by
bin/tbank-mcp: a plugin manifest cannot run install steps (install is not a
field in the schema), so the launcher does it once and every later start goes
straight to the server. Only the grocery checkout needs a browser, and 150 MB is
not something to download behind your back — install it yourself if you want that
flow:
The tbank-mcp console script starts the stdio server; the pinned CA roots, the
flows reference and the skills all ship inside the wheel, so it runs from anywhere.
tbank-mcp-login is the same login CLI as the repo's login_cli.py — both write
the session to the same file the server reads. tbank-mcp-skills installs the
skills for Claude Code (default ~/.claude/skills, --target for elsewhere) and,
unlike a plain cp, first removes stale copies under retired names — re-run it
after upgrades. The grocery checkout browser stays opt-in here too:
python -m playwright install chromium.
The password and the PIN are secrets, and they are not put into the model's context. Logging in is done by a local script, or through an environment variable.
The script asks for the password itself, via getpass, so it is never echoed to the
terminal and never passes through the agent. Its prompts are in Russian, as shown:
Or with the password in the environment, for CI and scripts:
Then start Claude Code. The agent picks up the saved session and works without the password, which never enters the LLM context.
If you are content to hand the password to the agent:
⚠️ Note: the password ends up in the model's context and in call logs. For an account you care about, use Option 1.
Both options need the SMS code typed in either way, so there is no unattended
login. TBANK_PASSWORD (and TBANK_PIN) are read only by the login CLI
(tbank-mcp-login / login_cli.py) — the
env example above — and never by the MCP server or the LLM. TBANK_PHONE is not
read anywhere: the phone is always a command-line argument.
Работа с MyT (рабочий календарь и парковка) переехала в отдельный MCP: tbank-myt. Другой аккаунт, другая сессия, свой
login_cli.py— здесь их больше нет.
With a pip install tbank-mcp the whole entry shrinks to "command": "tbank-mcp" —
no paths, no cwd.
Click the Install MCP Server button above, or open the Customize page from
Cursor's sidebar to add the server, or create ~/.cursor/mcp.json (global) /
.cursor/mcp.json (per-project):
Cursor renders MCP elicitation, so the payment-confirmation buttons work in chat.
Settings → MCP → MCP Servers → Add: type stdio, command tbank-mcp, no
arguments. Save, enable the server, wait for the healthy status.
Cherry Studio does not render MCP elicitation yet (open request CherryHQ/cherry-studio#9145), so reading works but the money tools refuse to execute there — by design, not by accident.
CLI: goose configure → Add Extension → Command-line Extension, name
tbank, command tbank-mcp. Desktop: sidebar → Extensions → Add custom
extension, same values.
Goose renders elicitation in both Desktop and CLI; its confirmation forms time out after 5 minutes, so answer payment confirmations promptly.
Reading works in any MCP client. Paying needs a client that renders MCP
elicitation — the money tools confirm the sum with a button the user presses
(«Перевести/Отмена», «Оплатить …?»), and a client without that capability is refused
before anything is sent (grocery_checkout refuses there at any threshold; its
dry_run=True preview, which creates nothing, still works). Hermes/Telegram and
Claude Code (≥ 2.1.76) render it; Claude Desktop does not. See
TBANK_CONFIRM_ABOVE under Security.
Each tool's docstring is the reference — this table is only a map of the surface. The docstrings, the skills and everything the tools print are in Russian: the bank is Russian and so is the person reading the answer.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/t-bank-mcp)<a href="https://allmcps.com/mcp/t-bank-mcp"><img src="https://allmcps.com/api/badge/t-bank-mcp?style=directory" alt="T Bank MCP on AllMCPs" /></a>