mcpbeat Sign in

T-Bank MCP Server

by icyberdeveloper Your server? Claim it
local only

T-Bank MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 118 installs a week from pypi. Last commit 9 Sep 2026.

T-Bank (Т-Банк) mobile banking: accounts, cards, transfers, bill pay, grocery, tickets, travel

Installs per day peak 892 · avg 93 · -69% w/w
a month agotoday
118
Installs / week
pypi · tbank-mcp
29
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check T-Bank MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tbank-mcp -- uvx tbank-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tbank-mcp": {
      "args": [
        "tbank-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tbank-mcp]
command = "uvx"
args = ["tbank-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tbank-mcp": {
      "args": [
        "tbank-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tbank-mcp": {
      "args": [
        "tbank-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to T-Bank MCP

same job, measured the same way
MCP Stone
by codespar

MCP server for Stone — open banking, payments, Pix, transfers

15 installs/wk local only
SpherePay
by danchev

Manage SpherePay customers, bank accounts, wallets, and transfers from Claude.

50 installs/wk local only
MCP Khipu
by codespar

MCP server for Khipu — Chilean instant bank-transfer payments (complements Transbank cards)

18 installs/wk local only
MCP Airwallex
by codespar

MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers

15 installs/wk local only
MCP Celcoin
by codespar

MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups

44 installs/wk local only
Open Banking (open-banking.io)
by open-banking-io

Read-only MCP server for the open-banking.io PSD2 bank API — accounts, balances, transactions.

local only
MCP Nubank
by codespar

Nubank — Brazilian neobank via Open Finance, accounts, PIX, transfers

22 installs/wk local only
Procfy
by mcp-dir

Financial management on Procfy — transactions (revenue/expense/transfers), bank accounts, contacts,

16 tools answering

T-Bank MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for T-Bank MCP?
T-Bank MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package tbank-mcp was installed 118 times last week.
How do I connect T-Bank MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tbank-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use T-Bank MCP?
The pypi package tbank-mcp was installed 118 times in the last week. Week over week that is -69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is T-Bank MCP open source?
Yes — it is published under the MIT licence, written in Python and 29 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.