> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# About Razorpay MCP Server

> Set up and use the Razorpay Model Context Protocol (MCP) server to integrate Razorpay APIs with AI tools.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
</div>

<CardGroup cols={1}>
  <Card title="Razorpay MCP Server Changelog" href="/docs/api/changelog">
    Discover new releases and updates regarding Razorpay MCP Server.
  </Card>
</CardGroup>

The Razorpay MCP Server implements the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) to provide seamless integration between Razorpay payment APIs and AI tools. This server enables AI assistants to execute Razorpay API operations, empowering developers to build AI-powered payment applications.

### About Model Context Protocol (MCP)

The Model Context Protocol (MCP) is a standard that allows AI models to interact with external tools and services. This allows AI assistants such as Claude to perform tasks on payment platforms like Razorpay using a common connection, which helps create smart, automated payment processes.

<AccordionGroup>
  <Accordion title="Advantages">
    * **Zero Infrastructure Overhead**: Use the hosted Remote MCP Server for instant setup.
    * **AI-Powered Automation**: Transform payment workflows with natural language commands.
    * **Optimised Development**: Build payment applications faster with AI assistance.
    * **Real-time Operations**: Execute Razorpay API operations directly through AI assistants.
    * **Seamless Integration**: Works with popular AI tools like Claude Desktop, Cursor, and Visual Studio Code.
  </Accordion>

  <Accordion title="Features">
    Transform your payment operations with AI-powered automation:

    * **Generate Payment Links**: Create and share Payment Links instantly with natural language commands.
    * **Access Transaction Data**: Retrieve order details, settlement information, and payment status in real-time.
    * **Analyse Payment Issues**: Get intelligent insights on failed transactions and payment trends.
    * **Optimise Development**: Build payment-enabled applications with AI assistance.
    * **Generate Standard Checkout Integration Code**: Quickly produce end-to-end Razorpay Standard Checkout integration code for supported frameworks.

    Explore [Use Cases & Examples](/docs/mcp-server/use-cases).
  </Accordion>
</AccordionGroup>

## Available Tools

The Razorpay MCP Server provides comprehensive access to Razorpay APIs through 35+ tools covering:

* **Payments**: Capture, fetch, and manage payment transactions
* **Orders**: Create and manage orders
* **Payment Links**: Generate and share Payment Links
* **Refunds**: Process and track refunds
* **QR Codes**: Create and manage QR code payments
* **Settlements**: Access settlement and reconciliation data
* **Payouts**: Manage payout operations
* **Standard Checkout**: Integrate Razorpay Standard Checkout for supported frameworks

View [Complete Tools Reference](/docs/mcp-server/tools-reference).

## Deployment Options

The Razorpay MCP Server offers two deployment models to suit different needs:

<AccordionGroup>
  <Accordion title="Remote MCP Server (Recommended)">
    * **Hosted solution** with zero infrastructure overhead.
    * **Automatic updates** and high availability.
    * **Quick setup** using `npx`.
    * **Best for** users who want instant setup and automatic maintenance.

    Get Started with [Razorpay Remote MCP Server](/docs/mcp-server/remote).
  </Accordion>

  <Accordion title="Local MCP Server">
    * **Self-hosted** using Docker.
    * **Complete control** over infrastructure.
    * **Access to all tools** without restrictions.
    * **Best for** users who need full control or have specific security requirements.

    Get Started with [Razorpay Local MCP Server](/docs/mcp-server/local).
  </Accordion>
</AccordionGroup>

## Get Started

1. **Choose Your Deployment**: Select between [Remote (recommended)](/docs/mcp-server/remote) or [Local MCP Server](/docs/mcp-server/local).
2. **Set Up Prerequisites**: Install required tools (Node.js for Remote, Docker for Local).
3. **Get API Keys**: Generate Razorpay API keys from your Razorpay Dashboard. Alternatively, use [OAuth](/docs/mcp-server/oauth).
4. **Configure Your AI Tool**: Add the MCP server configuration to Claude Desktop, Cursor, or VS Code.
5. **Start Building**: Begin using AI-powered payment operations.
