mcp-jazzcash
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JAZZCASH_ENV | Yes | sandbox or production. | |
| JAZZCASH_VERSION | No | Default 1.1. | 1.1 |
| JAZZCASH_CURRENCY | No | Default PKR. | PKR |
| JAZZCASH_LANGUAGE | No | Default EN. | EN |
| JAZZCASH_PASSWORD | Yes | API password, not your portal login. | |
| JAZZCASH_REFUND_URL | No | Override endpoint URL. | |
| JAZZCASH_RETURN_URL | No | Where JazzCash redirects the customer post-payment (required for hosted checkout). | |
| JAZZCASH_INQUIRY_URL | No | Override endpoint URL. | |
| JAZZCASH_MERCHANT_ID | Yes | From the merchant portal. | |
| JAZZCASH_INTEGRITY_SALT | Yes | HMAC key for pp_SecureHash. | |
| JAZZCASH_MOBILE_WALLET_URL | No | Override endpoint URL. | |
| JAZZCASH_HOSTED_CHECKOUT_URL | No | Override endpoint URL. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jazzcash_create_hosted_checkoutA | Build a signed Hosted Checkout (Page Redirection) form that redirects the customer to JazzCash to pay. Returns the action URL, hidden fields, and a ready-to-use HTML form snippet. Amount is in PKR paisa (rupees * 100). |
| jazzcash_charge_mobile_walletC | Server-to-server charge against a JazzCash mobile wallet. Customer authorizes via MPIN on their phone. Amount is in PKR paisa. |
| jazzcash_inquire_transactionB | Look up the current status of a JazzCash transaction by its pp_TxnRefNo. |
| jazzcash_refund_transactionB | Issue a full or partial refund against a previously settled JazzCash transaction. Requires the merchant account to have refund permissions enabled. |
| jazzcash_environment_infoA | Returns the active environment (sandbox/production), endpoint URLs in use, and whether credentials are configured. Does not return secrets. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/TehreemArbab/JazzCashMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server