MCP.so
登录

razorpay-mcp

@Light-Heads

关于 razorpay-mcp

Unofficial Razorpay MCP server

基本信息

分类

其他

许可证

Apache-2.0

运行时

node

传输方式

stdio

发布者

Light-Heads

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "razorpay-mcp-light-heads": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "razorpay-mcp",
        "."
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器