Georgia Payments Mcp

by junter1989k-ai

261 downloads
Not rated
GitHub

Description

<!-- mcp-name: app.wishpool/georgia-payments-mcp --> # Georgia Payments MCP — let AI agents accept payments in Georgia > **Live** · MCP endpoint: `https://mcp-ge.wishpool.app/mcp` · Listed on the [official MCP…

About

<!-- mcp-name: app.wishpool/georgia-payments-mcp --> # Georgia Payments MCP — let AI agents accept payments in Georgia > **Live** · MCP endpoint: `https://mcp-ge.wishpool.app/mcp` · Listed on the [official MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=wishpool) as…

Details

Author
junter1989k-ai
Downloads
261

- 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_link and query_payment_status.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Georgia Payments Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "georgia payments mcp": {
            "georgia-payments": {
                "type": "http",
                "url": "https://mcp-ge.wishpool.app/mcp"
            }
        }
    }
}

McpServers

{
    "georgia-payments": {
        "type": "http",
        "url": "https://mcp-ge.wishpool.app/mcp"
    }
}

Georgia Payments MCP — let AI agents accept payments in Georgia

> Live · MCP endpoint: https://mcp-ge.wishpool.app/mcp · Listed on the official MCP Registry as app.wishpool/georgia-payments-mcp · Part of a 81-country family — hub: mcp.wishpool.app

A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor…) accept payments in Georgia: cards, TBC internet banking, Apple Pay / Google Pay via TBC Bank checkout — via TBC Bank's hosted checkout.

> ⚖️ Stateless translation layer: funds always flow buyer → TBC Bank → merchant directly. Never holds funds or stores credentials — no database at all.

Quick start

MCP endpoint: https://mcp-ge.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC)

| Header | Value |
|---|---|
| x-tbc-api-key | your TBC E-Commerce (T-Pay) credentials from developers.tbcbank.ge |

Tools

| Tool | What it does |
|---|---|
| create_payment_link | Create a GEL hosted-checkout link. |
| query_payment_status | Pull-based status check; paid=true when PAID. |

Develop

node test/serve.js      # local server (http://localhost:3285/mcp)
node test/e2e.js        # protocol + validation suite (probes real TBC Bank auth errors)

Zero runtime dependencies; Node ≥ 18. MIT license.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.