
Razorpay
Wire Razorpay payments, orders, and refunds into agent-driven backend or checkout automation from Claude Code or Cursor.
Overview
io.github.indiamcp/razorpay is a MCP server for the Build phase that lets coding agents call the Razorpay API through a stdio npm integration.
What is this MCP server?
- Stdio MCP server exposing Razorpay API operations to coding agents
- npm package @indiamcp/razorpay-mcp (registry version 0.1.0)
- Requires RAZORPAY_KEY_ID and RAZORPAY_KEY_SECRET from dashboard.razorpay.com/app/keys
- Suited for Indian-market SaaS, storefronts, and subscription billing stacks
- MCP transport integration, not a standalone payment UI or hosted checkout page
- Server schema version 0.1.0 on npm identifier @indiamcp/razorpay-mcp
- 2 required environment variables: RAZORPAY_KEY_ID and RAZORPAY_KEY_SECRET
- stdio transport only per published server manifest
Community signal: 1 GitHub stars.
What problem does it solve?
Solo builders waste time copying Razorpay API details and dashboard keys into scattered scripts instead of letting their agent manage payments code in one workspace.
Who is it for?
Indie SaaS or e-commerce builders in India who already have Razorpay keys and want agent-assisted payment integration during backend work.
Skip if: Teams that need a no-code checkout, non-India payment rails only, or production finance ops without Razorpay dashboard access.
What do I get? / Deliverables
After you register the server with valid Razorpay keys, your agent can drive Razorpay API workflows from the repo while you focus on product logic and webhooks.
- Registered stdio MCP server wired to live Razorpay credentials
- Agent-callable Razorpay API surface for payment-related implementation tasks
- Repeatable local config for key-based Razorpay access from the IDE
Recommended MCP Servers
Journey fit
Payment provider wiring happens while you are building product and backend flows, not during initial idea research. Razorpay is a third-party API integration—canonical shelf is build → integrations alongside other payment and billing connectors.
How it compares
Razorpay MCP integration for agent tool-calling, not a payment skill pack or hosted billing product.
Common Questions / FAQ
Who is io.github.indiamcp/razorpay for?
Solo and indie developers building apps that charge via Razorpay who want Claude Code, Cursor, or similar agents to invoke Razorpay API operations through MCP.
When should I use io.github.indiamcp/razorpay?
Use it in the build phase while implementing checkout, orders, subscriptions, or refunds—not before you have a Razorpay account and API keys from the dashboard.
How do I add io.github.indiamcp/razorpay to my agent?
Install @indiamcp/razorpay-mcp from npm, set RAZORPAY_KEY_ID and RAZORPAY_KEY_SECRET, add the server to your MCP client config with stdio transport, and restart the agent.