RM
Razorpay MCP Server
Official Razorpay server for payments, orders, and settlements in India.
Last updated July 18, 2026
PaymentsRemote · SSEGo227
Overview
Razorpay's official MCP server exposes its payments API — orders, payments, refunds, and settlements — as agent tools, authenticated with a Razorpay API key and secret via a Basic auth header.
Use cases
Check the status of a payment or settlement from an agent conversation.
Issue a refund for a Razorpay payment.
Create a payment order without opening the Razorpay dashboard.
Install
{
"mcpServers": {
"rzp-mcp-server": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.razorpay.com/mcp",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Basic <Base64(key:secret)>"
}
}
}
}FAQ
Razorpay primarily serves the Indian market, so this server is most relevant to businesses processing payments through Razorpay specifically.