
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@indiamcp/razorpay-mcp
Advanced tools
MCP server for Razorpay API — connect AI agents to your Razorpay account
An MCP (Model Context Protocol) server that connects AI assistants like Claude directly to your Razorpay account. Once configured, you can ask your AI to fetch payments, analyze revenue trends, inspect failed transactions, monitor subscriptions, and get a real-time business dashboard — all in natural language, with no code required.
# Clone
git clone https://github.com/indiamcp/razorpay-mcp
# Install
cd razorpay-mcp
npm install
# Configure
cp .env.example .env
# Add your Razorpay API keys to .env
# Build
npm run build
# Run
npm start
Add this to your claude_desktop_config.json (usually at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"razorpay": {
"command": "node",
"args": ["/path/to/razorpay-mcp/dist/index.js"],
"env": {
"RAZORPAY_KEY_ID": "rzp_test_xxxxxxxxxxxx",
"RAZORPAY_KEY_SECRET": "your_secret_here"
}
}
}
}
Or use npx (once published):
{
"mcpServers": {
"razorpay": {
"command": "npx",
"args": ["-y", "@indiamcp/razorpay-mcp"],
"env": {
"RAZORPAY_KEY_ID": "rzp_test_xxxxxxxxxxxx",
"RAZORPAY_KEY_SECRET": "your_secret_here"
}
}
}
}
| Tool | Description | Key Parameters |
|---|---|---|
get_payment | Fetch a specific payment by ID | payment_id |
list_payments | List payments with filters | from, to, count, status |
get_payment_analytics | Revenue, success rate, method breakdown | from, to |
get_order | Fetch a specific order by ID | order_id |
list_orders | List orders with filters | from, to, count, status, receipt |
get_customer | Fetch a specific customer by ID | customer_id |
list_customers | List customers | count, skip |
get_subscription | Fetch a specific subscription by ID | subscription_id |
list_subscriptions | List subscriptions with filters | from, to, count, status |
get_subscription_analytics | Active count, churn rate, upcoming renewals | from, to |
get_refund | Fetch a specific refund | payment_id, refund_id |
list_refunds | List refunds for a payment | payment_id, count |
get_dashboard_summary | Business health check — revenue today/week/month | (none) |
get_failed_payment_analysis | Failure reasons, by method and bank | from, to |
Once connected, try asking Claude:
rzp_test_*) are safe and make no real charges# Run in dev mode (no build needed)
npm run dev
# Type check
npm run lint
# Run tests
npm test
This server is part of IndiaMCP — a suite of open-source MCP servers for the Indian API stack.
FAQs
MCP server for Razorpay API — connect AI agents to your Razorpay account
We found that @indiamcp/razorpay-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.