razorpay-mcp
@Light-Heads
About razorpay-mcp
Unofficial Razorpay MCP server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"razorpay-mcp-light-heads": {
"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?
razorpay-mcp is a Model Context Protocol (MCP) server that connects Razorpay payment gateway data to AI assistants like Cursor, Claude, and Copilot. It exposes Razorpay API endpoints through a standardized interface, allowing AI tools to directly query account information.
How to use razorpay-mcp?
Install globally with npm install -g [email protected], then run the binary razorpay-mcp-stdio with --key-id and --key-secret parameters for direct AI assistant integration. For web applications, start the SSE server with razorpay-mcp-sse and connect from a browser using JavaScript EventSource and fetch.
Key features of razorpay-mcp
- Integrates with Razorpay payment gateway API
- Works with AI assistants via Model Context Protocol
- Supports stdio transport for desktop AI tools
- Supports SSE transport for web applications
- Provides 11 Razorpay data tools with pagination
Use cases of razorpay-mcp
- Query payment history and order details from within an AI chat interface
- Fetch refunds, settlements, disputes, invoices, customers, and contacts
- Retrieve account balance information without manual API calls
- Build web dashboards that let users interact with Razorpay data using natural language
FAQ from razorpay-mcp
What do I need to run razorpay-mcp?
You need a Razorpay API key ID and key secret (test or live keys), Node.js installed, and the package installed globally via npm install -g [email protected].
What transport protocols does razorpay-mcp support?
It supports two transports: stdio (razorpay-mcp-stdio) for direct integration with AI assistants, and SSE (razorpay-mcp-sse) for web applications.
Are there any limits on data retrieval?
Yes, the count parameter has a default of 10 and a maximum of 100 items per request. Pagination is optional using skip, from, and to timestamps.
Can I use razorpay-mcp in a Docker container?
Yes, Docker images can be built from the repository and run with stdio or SSE transports, passing key credentials via command-line arguments.
Which AI assistants are compatible with razorpay-mcp?
It is designed for any MCP-compatible assistant, with explicit support mentioned for Cursor, Claude, and Copilot.
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments