R

Razorpay

Manage Razorpay payments and subscriptions.

·No reviews yet
Repo
Share:

About

Auto-generated

Razorpay is a Model Context Protocol server in the Commerce & Payments category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Razorpay.

What does the Razorpay MCP server do?
The Razorpay MCP server integrates with Razorpay, allowing management of payments and subscriptions. It provides a standardized interface for interacting with Razorpay's services.
How can I authenticate with the Razorpay MCP server?
Authentication to the Razorpay MCP server is performed using an API key. This key needs to be obtained from your Razorpay account and provided during configuration.
What use cases does the Razorpay MCP support?
This MCP supports managing various aspects of Razorpay payments and subscriptions, making it suitable for applications requiring programmatic control over e-commerce transactions and recurring billing.
Is there a cost associated with using the Razorpay MCP server?
The Razorpay MCP server itself is provided by the community and is open source. However, usage costs may apply for the underlying Razorpay services, depending on your Razorpay account and transaction volume.
How is the Razorpay MCP server typically installed or configured?
Installation and configuration typically involve cloning the repository and running the server locally, or deploying it to a suitable environment. Integration with an MCP client like Cline would then involve pointing the client to the server's endpoint.

Install Razorpay

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "razorpay": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-razorpay"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "razorpay": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-razorpay"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "razorpay": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-razorpay"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.