MCP Hub
Back to servers

@theyahia/jazzcash-mcp

MCP server for JazzCash — mobile wallet, bill payments (Pakistan)

npm175/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/jazzcash-mcp

jazzcash-mcp

MCP server for JazzCash mobile wallet and payments (Pakistan). Supports wallet payments, mobile account payments, vouchers, refunds, and balance inquiries. Uses HMAC-SHA256 signature authentication.

Tools (8)

ToolDescription
create_paymentCreate a mobile wallet payment
check_payment_statusCheck payment status
create_mobile_account_paymentPay from mobile account
refund_paymentRefund a payment
create_voucherCreate a payment voucher
redeem_voucherRedeem a voucher
get_balanceCheck wallet balance
inquire_transactionInquire about a transaction

Quick Start

{
  "mcpServers": {
    "jazzcash": {
      "command": "npx",
      "args": ["-y", "@theyahia/jazzcash-mcp"],
      "env": {
        "JAZZCASH_MERCHANT_ID": "<YOUR_MERCHANT_ID>",
        "JAZZCASH_PASSWORD": "<YOUR_PASSWORD>",
        "JAZZCASH_INTEGRITY_SALT": "<YOUR_SALT>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
JAZZCASH_MERCHANT_IDYesMerchant ID from JazzCash portal
JAZZCASH_PASSWORDYesMerchant password
JAZZCASH_INTEGRITY_SALTYesHMAC integrity salt

Demo Prompts

  • "Create a JazzCash payment of 5000 PKR to 03001234567"
  • "Check status of transaction TXN-001"
  • "Refund 3000 PKR for transaction TXN-001"
  • "Create a voucher for 2000 PKR"
  • "Check wallet balance for 03001234567"

License

MIT

Reviews

No reviews yet

Sign in to write a review