Razorpay's Official MCP Server
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"rzp-mcp-server": {
"env": {
"AUTH_HEADER": "Basic <Base64(key:secret)>"
},
"args": [
"mcp-remote",
"https://mcp.razorpay.com/mcp",
"--header",
"Authorization:${AUTH_HEADER}"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The Razorpay MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Razorpay APIs, enabling advanced payment processing capabilities for developers and AI tools.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
MCP Security Weekly
Get CVE alerts and security updates for Razorpay Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The Razorpay MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Razorpay APIs, enabling advanced payment processing capabilities for developers and AI tools.
Choose your preferred setup method:
Currently, the Razorpay MCP Server provides the following tools:
| Tool | Description | API | Remote Server Support |
|---|---|---|---|
capture_payment | Change the payment status from authorized to captured. | Payment | ✅ |
fetch_payment | Fetch payment details with ID | Payment | ✅ |
fetch_payment_card_details | Fetch card details used for a payment | Payment | ✅ |
fetch_all_payments | Fetch all payments with filtering and pagination | Payment | ✅ |
update_payment | Update the notes field of a payment | Payment | ✅ |
initiate_payment | Initiate a payment using saved payment method with order and customer details | Payment | ✅ |
resend_otp | Resend OTP if the previous one was not received or expired | Payment | ✅ |
submit_otp | Verify and submit OTP to complete payment authentication | Payment | ✅ |
create_payment_link | Creates a new payment link (standard) | Payment Link | ✅ |
create_payment_link_upi | Creates a new UPI payment link | Payment Link | ✅ |
fetch_all_payment_links | Fetch all the payment links | Payment Link | ✅ |
fetch_payment_link | Fetch details of a payment link | Payment Link | ✅ |
send_payment_link | Send a payment link via SMS or email. | Payment Link | ✅ |
update_payment_link | Updates a new standard payment link | Payment Link | ✅ |
create_order | Creates an order | Order | ✅ |
fetch_order | Fetch order with ID | Order | ✅ |
fetch_all_orders | Fetch all orders | Order | ✅ |
update_order |