app.wishpool/india-payments-mcp
Allows accepting UPI payments from Google Pay.
Allows accepting UPI payments from Paytm.
Allows accepting UPI payments from PhonePe.
Routes through Razorpay Payment Links to process payments via UPI, cards, netbanking, and wallets.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@app.wishpool/india-payments-mcpCreate a payment link for ₹500 and email it to rahul@example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
India Payments MCP — let AI agents accept UPI & card payments in India
Live · MCP endpoint:
https://mcp-in.wishpool.app/mcp· Listed on the official MCP Registry asapp.wishpool/india-payments-mcp· Sister servers: Taiwan · Japan · Korea · Indonesia
A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor…) accept payments in India:
📱 UPI — Google Pay / PhonePe / Paytm / any UPI app; the rail India actually uses
💳 Credit & debit cards / netbanking / wallets
✉️ Link delivery — optionally Razorpay SMSes/emails the payment link straight to the buyer
🔍 Payment status check — pull-based, no webhook needed; no confirm step, payment completes automatically
v0.1 routes through Razorpay Payment Links, a major Indian payment gateway with a hosted payment page. The provider registry is built for aggregation — more Indian gateways join behind the same tools.
⚖️ Stateless translation layer: funds always flow buyer → Razorpay → merchant directly. This server never holds, moves, or stores funds or credentials — no database at all.
Why this exists
Indian payment rails — UPI above all — are built for humans clicking through checkout pages and scanning QR codes. An AI agent has no agent-ready API for "let my Indian customer pay by UPI". This MCP server translates that flow into tools an agent can call.
Related MCP server: satsrail-mcp
Quick start
MCP endpoint: https://mcp-in.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC)
Add the server URL in any remote-MCP client (Claude Desktop / Claude Code / Cursor…), then send your Razorpay key pair as headers on each request:
Header | Value |
| Your Razorpay key id. |
| The matching key secret. |
No public demo key exists for Razorpay, so bring your own — a test key pair takes a minute to get and never moves real money.
Tools
Tool | What it does |
| Create an INR payment link (rupees, decimals OK — converted to paise). Returns the hosted rzp.io URL; optional |
| Check status by |
Develop
node test/serve.js # local server (http://localhost:3215/mcp)
node test/e2e.js # protocol + validation suite (probes real Razorpay auth errors)Zero runtime dependencies; Node ≥ 18.
Summary
Remote MCP server for India payments: UPI (Google Pay / PhonePe / Paytm), cards, netbanking, wallets — via Razorpay Payment Links' hosted page. Bring-your-own credentials (x-razorpay-key-id + x-razorpay-key-secret), stateless, never touches funds, MIT-licensed, zero dependencies. Endpoint: https://mcp-in.wishpool.app/mcp.
Part of a family: Taiwan (ECPay 綠界 / NewebPay 藍新 + e-invoices) · Japan (KOMOJU — konbini / PayPay) · Korea (Toss Payments — cards / KakaoPay·NaverPay) · Indonesia (Midtrans Snap — GoPay / QRIS / Alfamart).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/junter1989k-ai/india-payments-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server