MCP Hub
Back to servers

@theyahia/halyk-epay-mcp

MCP server for Halyk Bank ePay — payment gateway, 3DS (Kazakhstan)

npm187/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/halyk-epay-mcp

halyk-epay-mcp

MCP server for Halyk Bank ePay payment gateway (Kazakhstan). Supports online payments, QR payments, recurring subscriptions, and refunds.

Tools (8)

ToolDescription
get_auth_tokenGet OAuth2 authentication token
create_paymentCreate a new online payment
get_payment_statusCheck payment status by order ID
refund_paymentRefund a payment
create_recurringCreate a recurring subscription
charge_recurringCharge a recurring subscription
create_qr_paymentGenerate a QR code payment
get_qr_statusCheck QR payment status

Quick Start

{
  "mcpServers": {
    "halyk-epay": {
      "command": "npx",
      "args": ["-y", "@theyahia/halyk-epay-mcp"],
      "env": {
        "HALYK_TERMINAL_ID": "<YOUR_TERMINAL_ID>",
        "HALYK_CLIENT_ID": "<YOUR_CLIENT_ID>",
        "HALYK_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
HALYK_TERMINAL_IDYesTerminal ID from Halyk ePay portal
HALYK_CLIENT_IDYesOAuth2 client ID
HALYK_CLIENT_SECRETYesOAuth2 client secret

Demo Prompts

  • "Create a payment for 10000 KZT for order #456"
  • "Check payment status for order ORD-456"
  • "Generate a QR code payment for 5000 KZT"
  • "Set up a monthly recurring payment of 15000 KZT"
  • "Refund order ORD-456 for 5000 KZT"

License

MIT

Reviews

No reviews yet

Sign in to write a review