Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Easypaisa

FreeNot checked

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

GitHubEmbed

About

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

README

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)

Tool Description
create_payment Create a payment
check_status Check payment status
create_ma_payment Mobile account payment
inquire_transaction Inquire about a transaction
create_otc_payment Over-the-counter payment
generate_token Generate a payment token
refund_payment Refund a payment
get_statement Get 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

Variable Required Description
EASYPAISA_STORE_ID Yes Store ID from Easypaisa merchant portal
EASYPAISA_HASH_KEY Yes Hash 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

from github.com/theYahia/easypaisa-mcp

Installing Easypaisa

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/theYahia/easypaisa-mcp

FAQ

Is Easypaisa MCP free?

Yes, Easypaisa MCP is free — one-click install via Unyly at no cost.

Does Easypaisa need an API key?

Yes, it requires environment variables: EASYPAISA_HASH_KEY, EASYPAISA_STORE_ID. Unyly injects them into the config during install.

Is Easypaisa hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Easypaisa in Claude Desktop, Claude Code or Cursor?

Open Easypaisa on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Easypaisa with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs