MCP Hub
Back to servers

@theyahia/bog-ipay-mcp

MCP server for Bank of Georgia iPay — payment processing, installments (Georgia)

npm177/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/bog-ipay-mcp

bog-ipay-mcp

MCP server for Bank of Georgia iPay payment gateway. Supports orders, refunds, recurring payments, and pre-authorization via OAuth 2.0 + JWT.

Tools (8)

ToolDescription
get_auth_tokenGet OAuth 2.0 access token
create_orderCreate a new payment order
get_order_statusGet order status by ID
refund_orderRefund an order
create_recurringSet up recurring payment
charge_recurringCharge a recurring subscription
preauth_orderPre-authorize an amount
complete_preauthCapture a pre-authorized order

Quick Start

{
  "mcpServers": {
    "bog-ipay": {
      "command": "npx",
      "args": ["-y", "@theyahia/bog-ipay-mcp"],
      "env": {
        "BOG_CLIENT_ID": "<YOUR_CLIENT_ID>",
        "BOG_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
BOG_CLIENT_IDYesOAuth client ID from BOG iPay
BOG_CLIENT_SECRETYesOAuth client secret from BOG iPay

Demo Prompts

  • "Create an order for 100 GEL for my online store"
  • "Check the status of order ord-12345"
  • "Refund 50 GEL from order ord-67890"
  • "Pre-authorize 200 GEL for a hotel reservation"
  • "Set up a recurring payment of 30 GEL for customer cust-001"

License

MIT

Reviews

No reviews yet

Sign in to write a review