MCP Hub
Back to servers

@theyahia/forte-bank-mcp

MCP server for Forte Bank — payment gateway, card processing (Kazakhstan)

npm193/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/forte-bank-mcp

forte-bank-mcp

MCP server for Forte Bank payment gateway (Kazakhstan). Supports payments, refunds, payouts, and card tokenization.

Tools (8)

ToolDescription
create_paymentCreate a new payment
get_paymentGet payment details by ID
capture_paymentCapture an authorized payment
cancel_paymentCancel a pending payment
refund_paymentRefund a captured payment
create_payoutCreate a payout to a card
tokenize_cardTokenize a card for recurring
charge_tokenCharge a saved card token

Quick Start

{
  "mcpServers": {
    "forte-bank": {
      "command": "npx",
      "args": ["-y", "@theyahia/forte-bank-mcp"],
      "env": {
        "FORTE_SHOP_ID": "<YOUR_SHOP_ID>",
        "FORTE_SECRET_KEY": "<YOUR_SECRET_KEY>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
FORTE_SHOP_IDYesShop ID from Forte Bank developer portal
FORTE_SECRET_KEYYesSecret key from Forte Bank developer portal

Demo Prompts

  • "Create a payment for 5000 KZT for order #123"
  • "Check the status of payment pay_abc123"
  • "Refund 2000 KZT from payment pay_abc123"
  • "Tokenize my card for future payments"
  • "Send a payout of 10000 KZT to card 4400..."

License

MIT

Reviews

No reviews yet

Sign in to write a review