MCP Hub
Back to servers

@theyahia/click-mcp

MCP server for Click — payment processing, mobile payments (Uzbekistan)

npm36/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/click-mcp

click-mcp

MCP server for Click payment system (Uzbekistan). Supports invoices, card tokenization, payments, and fiscal receipts. Uses HMAC signature authentication.

Tools (8)

ToolDescription
create_invoiceCreate a payment invoice
check_invoiceCheck invoice status
create_card_tokenTokenize a card
verify_card_tokenVerify token with SMS code
payment_with_tokenPay using a card token
delete_card_tokenDelete a saved card token
check_paymentCheck payment status
fiscal_receiptGet fiscal receipt

Quick Start

{
  "mcpServers": {
    "click": {
      "command": "npx",
      "args": ["-y", "@theyahia/click-mcp"],
      "env": {
        "CLICK_SERVICE_ID": "<YOUR_SERVICE_ID>",
        "CLICK_MERCHANT_ID": "<YOUR_MERCHANT_ID>",
        "CLICK_SECRET_KEY": "<YOUR_SECRET_KEY>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
CLICK_SERVICE_IDYesService ID from Click merchant portal
CLICK_MERCHANT_IDYesMerchant ID
CLICK_SECRET_KEYYesSecret key for HMAC signatures

Demo Prompts

  • "Create an invoice for 50000 UZS to phone 998901234567"
  • "Check the status of invoice 12345"
  • "Tokenize card 8600... with expiry 12/26"
  • "Pay 25000 UZS using token tok_abc123"
  • "Get fiscal receipt for payment 67890"

License

MIT

Reviews

No reviews yet

Sign in to write a review