Razorpay MCP Server
@LightHeads
About Razorpay MCP Server
Unofficial Razorpay MCP server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"razorpay-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"razorpay-mcp",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Razorpay MCP Server?
A Model Context Protocol (MCP) server that connects the Razorpay payment gateway API to AI assistants such as Cursor, Claude, and Copilot. It enables these assistants to directly access Razorpay account data through a standardized interface.
How to use Razorpay MCP Server?
Install globally via npm (npm install -g [email protected]), then run the binary with your Razorpay API key ID and key secret. For cursor integration, add the configuration to .cursor/mcp.json. For web applications, start the SSE server on a chosen port and connect from your web app using an EventSource.
Key features of Razorpay MCP Server
- Supports both stdio and SSE transport modes.
- Provides 11 Razorpay data retrieval tools.
- Pagination support with
count,skip,from,toparameters. - Works with Cursor, Claude, Copilot, and other MCP clients.
- Docker image available for containerized deployment.
- Simple authentication using key‑id and key‑secret.
Use cases of Razorpay MCP Server
- Query recent payments, orders, or refunds directly inside an AI coding assistant.
- Fetch account balance or customer lists without leaving the development environment.
- Automate dispute or settlement review by asking the assistant for the latest data.
- Integrate Razorpay data inspection into custom web applications via SSE.
FAQ from Razorpay MCP Server
What does this server do?
It acts as a bridge between the Razorpay API and AI assistants, allowing the assistants to fetch Razorpay data using natural language commands.
What are the runtime requirements?
Node.js is required to run the server after global npm installation. Docker is also supported as an alternative deployment method.
Where does the data come from?
All data is retrieved in real time from the Razorpay API using the provided API credentials.
What is the maximum number of items per request?
The count parameter defaults to 10 and has a maximum value of 100.
Which transports are available?
Two transport methods are supported: stdio (for direct integration with tools like Cursor) and SSE (for use in web applications).
Frequently asked questions
What does this server do?
It acts as a bridge between the Razorpay API and AI assistants, allowing the assistants to fetch Razorpay data using natural language commands.
What are the runtime requirements?
Node.js is required to run the server after global npm installation. Docker is also supported as an alternative deployment method.
Where does the data come from?
All data is retrieved in real time from the Razorpay API using the provided API credentials.
What is the maximum number of items per request?
The `count` parameter defaults to 10 and has a maximum value of 100.
Which transports are available?
Two transport methods are supported: stdio (for direct integration with tools like Cursor) and SSE (for use in web applications).
Basic information
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments