theYahia/easypaisa-mcp
MCP server for Easypaisa — mobile wallet, payments (Pakistan)
Platform-specific configuration:
{
"mcpServers": {
"easypaisa-mcp": {
"command": "npx",
"args": [
"-y",
"easypaisa-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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.
| 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 |
{
"mcpServers": {
"easypaisa": {
"command": "npx",
"args": ["-y", "@theyahia/easypaisa-mcp"],
"env": {
"EASYPAISA_STORE_ID": "<YOUR_STORE_ID>",
"EASYPAISA_HASH_KEY": "<YOUR_HASH_KEY>"
}
}
}
}| Variable | Required | Description | |----------|----------|-------------| | EASYPAISA_STORE_ID | Yes | Store ID from Easypaisa merchant portal | | EASYPAISA_HASH_KEY | Yes | Hash key for HMAC signatures |
MIT
Loading reviews...