jazzcash-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jazzcash-mcpCheck wallet balance for 03001234567"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
jazzcash-mcp
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.
Tools (8)
Tool | Description |
| Create a mobile wallet payment |
| Check payment status |
| Pay from mobile account |
| Refund a payment |
| Create a payment voucher |
| Redeem a voucher |
| Check wallet balance |
| Inquire about a transaction |
Quick Start
{
"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>"
}
}
}
}Environment Variables
Variable | Required | Description |
| Yes | Merchant ID from JazzCash portal |
| Yes | Merchant password |
| Yes | HMAC integrity salt |
Demo Prompts
"Create a JazzCash payment of 5000 PKR to 03001234567"
"Check status of transaction TXN-001"
"Refund 3000 PKR for transaction TXN-001"
"Create a voucher for 2000 PKR"
"Check wallet balance for 03001234567"
License
MIT
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/jazzcash-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server