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.

コメント

「その他」の他のコンテンツ