Paytm MCP Server
About
A server for managing Paytm payment links and transactions.
Details
- Author
- shivam3-garg
- Categories
- Cloud Service, Other, Finance
Jump to
Setup
Install Paytm MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/shivam3-garg/payment-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
A Python-based MCP (Merchant Control Panel) server for managing Paytm payment links and transactions.
- Create Paytm payment links for customers
- Fetch all created payment links
- Retrieve transactions for a specific payment link
- Python 3.12 or higher
- Paytm Merchant credentials:
- PAYTM_MID
- PAYTM_KEY_SECRET
- httpx>=0.28.1
- mcp[cli]>=1.7.0
- paytmchecksum
- pycryptodome
- requests
Use the providedsetup.shscript for automated installation and configuration:
# Make the script executable chmod +x setup.sh # Run the setup script ./setup.sh
- Check for required dependencies (Python 3.12+, uv, Claude Desktop)
- Clone or update the repository
- Create and activate a virtual environment
- Install all required dependencies
- Create a.envfile template for Paytm credentials
git clone git@bitbucket.org:paytmteam/payment-mcp.git cd payment-mcp
Create and activate a virtual environment:
# Paytm credentials PAYTM_MID=your_paytm_mid PAYTM_KEY_SECRET=your_paytm_key_secret
Update the.envfile with your actual Paytm credentials
Running the MCP Server with Claude Desktop
The server is designed to be managed and run via Claude Desktop. You do not need to run the server manually from the command line.
Place this file in your project root or as required by Claude Desktop:
{ "mcpServers": { "paytm-mcp-server": { "command": "uv path", "args": ["--directory", "path to project", "run", "paytm_mcp.py"], "env": { "PAYTM_MID": "", "PAYTM_KEY_SECRET": "**" } } } }
- Update thecommandandargspaths as needed for your environment.
- Theenvsection should contain your actual Paytm credentials.
- Update theclaude_desktop_config.jsonwith your Paytm credentials
- Restart the server using Claude Desktop
- paytm_mcp.py: Main server entry point and tool definitions
- services/: Business logic for payments
- config/: Configuration and settings
- utils/: Data models and utilities
This project is licensed under the MIT License - see theLICENSEfile for details.
The MIT License is a permissive license that allows you to:
- Use the code commercially
- Modify the code
- Distribute the code
- Use the code privately
- Sublicense the code
The only requirement is that the license and copyright notice must be included in all copies or substantial portions of the software.
Official Stripe MCP server and agent toolkit for working with Stripe customers, payments, subscriptions, refunds, invoices, and billing operations.
PayPal Account Updater Subscription Connector
Integrates with PayPal's Account Updater service to maintain fresh payment card information in e-commerce systems.
Access the Yuno payment platform API to manage payments, customers, and checkouts programmatically.
Self Hosted Payment gateway for agents, openclaw, hermes and more
MCP Server for Alipay AI Pay — discover skills, get payment integration guides, and merchant onboarding
Atoa is a UK payments platform that helps businesses accept Pay by Bank and card payments online, in person and remotely. Customers can make Pay by Bank payments securely from their own their Bank app, with Strong Customer Authentication such as Face ID or fingerprint. Businesses can take payments through payment links, QR codes, ecommerce checkouts, card machines and recurring payments, while managing everything from one dashboard. Atoa supports Visa, Mastercard, American Express, Apple Pay and Google Pay alongside Pay by Bank. FCA authorised, PCI DSS compliant, ISO 27001 and SOC 2 certified, Atoa makes accepting and managing payments simple, secure and cost-effective.
Integrate AI tools and agents with Cashfree's Payment Gateway, Payouts, and SecureID APIs.
Integrates with Stripe to manage payments, customers, and refunds.
Hosted, Stateless & Multitenant Stripe MCP server enables AI assistants to manage payments, customers, subscriptions, invoices, and financial operations through Stripe.
MCP Server that connects AI agents to Chargebee platform.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




