tochka bank for VS Code
io.github.dontsovcmc/tochka-bank
MCP server for Tochka Bank API — payments, invoices, acquiring, subscriptions
client:VS Code
transport:stdio
runtime:pypi
Install tochka bank in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "tochka-token",
"description": "TOCHKA_TOKEN",
"password": true
}
],
"servers": {
"tochka-bank": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-tochka-bank"
],
"env": {
"TOCHKA_TOKEN": "${input:tochka-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs