tkassa-mcp
MCP server for T-Kassa (T-Bank/Tinkoff) payment API — payments, refunds. 5 tools. First MCP for T-K
Install tkassa-mcp in your MCP client
tkassa-mcp is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.
- Locate your client's MCP config file.
- Cursor:
~/.cursor/mcp.json - Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - VS Code:
Settings → Extensions → MCP - Windsurf:
Settings → MCP Servers
- Cursor:
- Add tkassa-mcp to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing
mcpServersobject. - Restart your client so it picks up the new server.
- Verify — ask the assistant to list available tools; tkassa-mcp's tools should appear.
{
"mcpServers": {
"tkassa-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/tkassa-mcp"
],
"env": {
"TKASSA_TERMINAL_KEY": "<your-tkassa-terminal-key>"
}
}
}
}Install tkassa-mcp in Cursor
Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. tkassa-mcp will show up in the assistant's tool list on next launch.
Install tkassa-mcp in Claude Desktop (macOS)
Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). tkassa-mcp will show up in the assistant's tool list on next launch.
Install tkassa-mcp in Claude Desktop (Windows)
Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). tkassa-mcp will show up in the assistant's tool list on next launch.
Install tkassa-mcp in VS Code
Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. tkassa-mcp will show up in the assistant's tool list on next launch.
npm package: @theyahia/tkassa-mcp
Required environment variables
tkassa-mcp needs the following environment variables set before it can run. Add them to the env block of your mcpServers entry, or export them in your shell before launching the client.
TKASSA_TERMINAL_KEY
Transport
tkassa-mcp supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.
More build.protocol_tooling.mcp MCP servers
Other Model Context Protocol servers in the same space as tkassa-mcp. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.
Glashaus — IPFS Pinning
Pin files and websites to IPFS from Claude. x402 USDC payments on Base — no account needed.
agentiam-mcp
Stdio MCP wrapper for AgentIAM's 18 x402 endpoints — agent safety + intelligence on Base.
XRPL-Utilities
XRPL data tools for AI agents: wallet classifier, signals, RWA tracker, ETF flows. Pay via x402.
myrsu-mcp
Concentration risk analysis for tech workers with RSU comp — global (US/IN/CA/UK/EU/AU).
anthropic-admin-mcp
Native MCP server for the Anthropic Admin API: org, workspaces, members, API keys, usage, costs.
chia-explorer
MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API.
Azure DevOps (ADO)
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
Memory Vault
Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.
Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.