MCP Hub
Back to servers

@theyahia/tbc-bank-mcp

MCP server for TBC Bank — payment gateway, open banking (Georgia)

npm182/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/tbc-bank-mcp

tbc-bank-mcp

MCP server for TBC Bank payment gateway (Georgia). Supports payments, refunds, recurring, QR payments, and exchange rates via the TBC Open Banking API.

Tools (8)

ToolDescription
create_paymentCreate a new payment
get_paymentGet payment details by ID
confirm_paymentConfirm/complete a pending payment
cancel_paymentCancel a payment
refund_paymentRefund a completed payment
create_recurring_paymentCharge a recurring payment
create_qr_paymentCreate a QR code payment
get_exchange_ratesGet commercial exchange rates

Quick Start

{
  "mcpServers": {
    "tbc-bank": {
      "command": "npx",
      "args": ["-y", "@theyahia/tbc-bank-mcp"],
      "env": {
        "TBC_API_KEY": "<YOUR_API_KEY>",
        "TBC_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
TBC_API_KEYYesAPI key from TBC developers portal
TBC_CLIENT_SECRETYesClient secret from TBC developers portal

Demo Prompts

  • "Create a payment for 50 GEL for a coffee subscription"
  • "Check the status of payment pay-abc123"
  • "Refund 20 GEL from payment pay-xyz789"
  • "Generate a QR code payment for 15 GEL"
  • "What are today's TBC exchange rates?"

License

MIT

Reviews

No reviews yet

Sign in to write a review