概览
What is Georgia Payments MCP?
Georgia Payments MCP is a remote, stateless MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in Georgia via TBC Bank's hosted checkout. It supports cards, TBC internet banking, Apple Pay, and Google Pay, acting as a stateless translation layer without holding funds or storing credentials.
How to use Georgia Payments MCP?
Configure your AI agent to use the MCP endpoint https://mcp-ge.wishpool.app/mcp with the HTTP header x-tbc-api-key set to your TBC E-Commerce (T-Pay) credentials. Use the tools create_payment_link to generate a GEL hosted-checkout link and query_payment_status to check payment status.
Key features of Georgia Payments MCP
- Remote MCP server for AI agents in Georgia.
- Accepts cards, TBC internet banking, Apple Pay, Google Pay.
- Stateless: no database, no credential storage.
- Direct fund flow: buyer → TBC Bank → merchant.
- Streamable HTTP transport with JSON-RPC protocol.
- Two tools:
create_payment_linkandquery_payment_status.
Use cases of Georgia Payments MCP
- AI agents accepting payments for products or services in Georgia.
- Integrating TBC Bank checkout into conversational AI interfaces.
- Automating payment link creation via Claude, ChatGPT, or Cursor.
FAQ from Georgia Payments MCP
Does Georgia Payments MCP store any payment data?
No. The server is stateless with no database. Funds flow directly from buyer to TBC Bank to the merchant, and no credentials are stored.
What runtime or dependencies are required?
Node.js ≥ 18 is required. There are zero runtime dependencies.
How do I authenticate with the server?
Pass your TBC E-Commerce (T-Pay) API key as the x-tbc-api-key HTTP header.
What transport protocol does it use?
Streamable HTTP with stateless JSON-RPC.
What tools does Georgia Payments MCP provide?
Two tools: create_payment_link to generate a GEL hosted-checkout link, and query_payment_status to check if a payment has been completed (returns paid=true when PAID).