A Python-based MCP (Merchant Control Panel) server for managing Paytm payment links and transactions.
A Python-based MCP (Merchant Control Panel) server for managing Paytm payment links and transactions. That is what the payment mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
The server publishes 4 tools. What each one is for:
PAYTM_MID — PAYTM_KEY_SECRETpaytmchecksum — pycryptodomerequests — uv (a fast Python package installer and runner)paytm_mcp.py — Main server entry point and tool definitionsSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Configuration is passed through the environment: PAYTM_MID, PAYTM_KEY_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
PAYTM_MID - PAYTM_KEY_SECRET - The following Python dependencies: - httpx>=0.28.1 - mcp[cli]>=1.7.0 - paytmchecksum - pycryptodome - requests - uv (a fast Python package installer and runner) - Claude Desktop (for running and managing the server)Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Payment MCP's toolset — PAYTM_MID, paytmchecksum, requests and 1 more — is a fair guide to whether it matches your workflow. It is maintained by shivam3-garg; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| PAYTM_MID | PAYTM_KEY_SECRET |
| paytmchecksum | pycryptodome |
| requests | [uv](https://github.com/astral-sh/uv) (a fast Python package installer and runner) |
| paytm_mcp.py | Main server entry point and tool definitions |
PAYTM_MID - PAYTM_KEY_SECRET - The following Python dependencies: - httpx>=0.28.1 - mcp[cli]>=1.7.0 - paytmchecksum - pycryptodome - requests - uv (a fast Python package installer and runner) - Claude Desktop (for running and managing the server)| Variable | Description | Required |
|---|---|---|
| PAYTM_MID | Configuration value read at startup. | Optional |
| PAYTM_KEY_SECRET | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.