Skip to main content
Glama
TehreemArbab

mcp-jazzcash

by TehreemArbab

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JAZZCASH_ENVYessandbox or production.
JAZZCASH_VERSIONNoDefault 1.1.1.1
JAZZCASH_CURRENCYNoDefault PKR.PKR
JAZZCASH_LANGUAGENoDefault EN.EN
JAZZCASH_PASSWORDYesAPI password, not your portal login.
JAZZCASH_REFUND_URLNoOverride endpoint URL.
JAZZCASH_RETURN_URLNoWhere JazzCash redirects the customer post-payment (required for hosted checkout).
JAZZCASH_INQUIRY_URLNoOverride endpoint URL.
JAZZCASH_MERCHANT_IDYesFrom the merchant portal.
JAZZCASH_INTEGRITY_SALTYesHMAC key for pp_SecureHash.
JAZZCASH_MOBILE_WALLET_URLNoOverride endpoint URL.
JAZZCASH_HOSTED_CHECKOUT_URLNoOverride endpoint URL.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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