Razorpay MCP Server
Optimized for Indian startups. Audit transactions, trace refund requests, and manage Razorpay Route splits.
Quick Answer / TL;DR
The Razorpay MCP server establishes a secure, local or remote JSON-RPC 2.0 communication tunnel, allowing AI models (like Claude or Cursor) to automatically discover and execute capabilities (tools, prompts, and resources) within the Razorpay ecosystem with extremely low latency.
Key Takeaways
- Query daily transaction totals
- Audit payment link completion rates
- Verify split billing settlements
Core Integration Concept
Connecting the model to Razorpay bypasses complex setup. The LLM can auto-discover what endpoints are active, what input variables are expected, and how answers will be delivered.
Verified Use Cases
Setup Overview
Connection Setup Checklist
- Prepare Credentials: Obtain your Razorpay API Key & Secret credentials directly from your Razorpay settings.
- Update Config: Add the executable tool command structure directly to your Claude config file.
- Restart & Confirm: Reload the desktop model client to complete the connection handshake sequence.
Sample Connection Schema
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "execute_razorpay",
"arguments": {
"query": "status_check"
}
},
"id": 1
}Security Considerations
To guarantee perfect data isolation, safeguard the Razorpay API Key & Secret credentials. Always run integrations in sandboxed contexts to block unsolicited access.
Best Practices
- Configure exact resource boundaries for the Order status audit feature.
- Configure exact resource boundaries for the Refund checks feature.
- Configure exact resource boundaries for the Settlements analytics feature.
- Configure exact resource boundaries for the Route allocations feature.
Required Auth Keys
Razorpay API Key & Secret
Deploy Razorpay Server
Deploy this Razorpay integration to our global edge container cluster. Zero DevOps, instant SSE.
Related Connectors
Razorpay - FAQ
Contextual information and technical support details regarding Model Context Protocol integration