MCP Hub
Back to servers

@theyahia/easypaisa-mcp

MCP server for Easypaisa — mobile wallet, payments (Pakistan)

npm189/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/easypaisa-mcp

easypaisa-mcp

MCP server for Easypaisa mobile wallet and payments (Pakistan). Supports mobile account payments, OTC payments, token generation, refunds, and transaction inquiries. Uses credential-based HMAC authentication.

Tools (8)

ToolDescription
create_paymentCreate a payment
check_statusCheck payment status
create_ma_paymentMobile account payment
inquire_transactionInquire about a transaction
create_otc_paymentOver-the-counter payment
generate_tokenGenerate a payment token
refund_paymentRefund a payment
get_statementGet transaction statement

Quick Start

{
  "mcpServers": {
    "easypaisa": {
      "command": "npx",
      "args": ["-y", "@theyahia/easypaisa-mcp"],
      "env": {
        "EASYPAISA_STORE_ID": "<YOUR_STORE_ID>",
        "EASYPAISA_HASH_KEY": "<YOUR_HASH_KEY>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
EASYPAISA_STORE_IDYesStore ID from Easypaisa merchant portal
EASYPAISA_HASH_KEYYesHash key for HMAC signatures

Demo Prompts

  • "Create an Easypaisa payment of 5000 PKR to 03451234567"
  • "Check status of order ORD-001"
  • "Create an OTC payment for 3000 PKR"
  • "Generate a payment token for 10000 PKR"
  • "Get my transaction statement for April 2026"

License

MIT

Reviews

No reviews yet

Sign in to write a review