Skip to content
Grok

tochka bank for Grok

io.github.dontsovcmc/tochka-bank

MCP server for Tochka Bank API — payments, invoices, acquiring, subscriptions

client:Grok transport:stdio runtime:pypi

Install tochka bank in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tochka-bank": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-tochka-bank"
      ],
      "env": {
        "TOCHKA_TOKEN": "<TOCHKA_TOKEN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

tochka bank in other clients