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.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct operation: charging mobile wallet, creating hosted checkout, environment info, inquiring transactions, and refunding. No overlap in functionality.

Naming Consistency4/5

All names use snake_case with a consistent 'jazzcash_' prefix. Most follow a verb_noun pattern (charge_mobile_wallet, create_hosted_checkout, inquire_transaction, refund_transaction), though 'environment_info' is noun_noun, which is a minor deviation.

Tool Count5/5

Five tools cover the core operations for a payment gateway integration: charge, checkout, inquiry, refund, and environment check. This is well-scoped for the stated domain.

Completeness4/5

The tool surface covers essential payment lifecycle operations: creating charges, checkout flows, status inquiry, and refunds. Missing features like void/cancel or webhook verification are minor gaps for a basic integration.

Maintenance

ActivityInactive
ResponsivenessUnresponsive