theYahia/jazzcash-mcp
MCP server for JazzCash — mobile wallet, payments (Pakistan)
Platform-specific configuration:
{
"mcpServers": {
"jazzcash-mcp": {
"command": "npx",
"args": [
"-y",
"jazzcash-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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.
| Tool | Description | |------|-------------| | create_payment | Create a mobile wallet payment | | check_payment_status | Check payment status | | create_mobile_account_payment | Pay from mobile account | | refund_payment | Refund a payment | | create_voucher | Create a payment voucher | | redeem_voucher | Redeem a voucher | | get_balance | Check wallet balance | | inquire_transaction | Inquire about a transaction |
{
"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>"
}
}
}
}| Variable | Required | Description | |----------|----------|-------------| | JAZZCASH_MERCHANT_ID | Yes | Merchant ID from JazzCash portal | | JAZZCASH_PASSWORD | Yes | Merchant password | | JAZZCASH_INTEGRITY_SALT | Yes | HMAC integrity salt |
MIT
Loading reviews...