app.wishpool/india-payments-mcp
A remote MCP server that lets any AI agent accept payments in India via UPI, cards, netbanking, and wallets through Razorpay Payment Links. Bring your own credentials, stateless, no funds touched.
README
<!-- mcp-name: app.wishpool/india-payments-mcp -->
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.
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 |
|---|---|
x-razorpay-key-id |
Your Razorpay key id. rzp_test_... = test mode (no real money, free from dashboard.razorpay.com); rzp_live_... = production. |
x-razorpay-key-secret |
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_payment_link |
Create an INR payment link (rupees, decimals OK — converted to paise). Returns the hosted rzp.io URL; optional customer_contact / customer_email makes Razorpay deliver the link by SMS/email. |
query_payment_status |
Check status by payment_link_id: CREATED / PARTIALLY_PAID / PAID / CANCELLED / EXPIRED. paid=true on PAID. |
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).
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.