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
Installing Easypaisa
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/theYahia/easypaisa-mcpFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
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
