Razorpay
by Razorpay
Query Razorpay payments, orders, refunds, settlements and payouts from your AI assistant. Anthropic's directory lists 25 read tools; Razorpay's own server ships 45, and 19 of those write.
Verified connector
Listed by Anthropic as a partner connector in its Connectors Directory.
Connection checked by Agentman on .
Anthropic states this reflects the level of review a connector received, not a security audit.
Connect Razorpay via MCP
https://mcp.razorpay.com/mcpWorks in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.
Razorpay Tools & Capabilities (25)
Tool names from Anthropic's directory listing. This server requires sign-in, so we could not read tool descriptions or parameter schemas.
Limits
- The directory's tool list is a floor, not the surface. Anthropic's snapshot names 25 read tools; Razorpay's source registers 45, of which 19 write. Nineteen of the 20 omitted names write, and Razorpay marks them supported on the remote server. Check your own client's tool list rather than this page's table before granting approval.
- A
fetch_*prefix does not mean read-only.fetch_tokensis registered as a write tool in Razorpay's source because it callsCustomer.Createwhen given only a contact number. It is one of the 25 the directory labels "Read". - One endpoint serves test and live. The environment comes from the API key prefix, not the URL. A misconfigured key means an agent reads real merchant and customer data during what was meant to be a rehearsal.
- Read-only mode exists but not on the hosted server.
READ_ONLYand--read-onlyare documented for the Local MCP Server and default tofalse. No equivalent is documented for the remote endpoint. - Scopes are unverifiable from outside.
scopes_supportedis absent from all three live.well-knowndocuments we fetched, while Razorpay's OAuth guide shows["read_only"]. We cannot confirm what a consent screen grants. - Tool parameters and safety annotations were not readable. The endpoint returned HTTP 401 to an anonymous
initializeon 2026-08-18, so names came from the directory snapshot and meanings from Razorpay's documentation and source. We read noreadOnlyHintordestructiveHintoff the wire and make no claim about them. No tool was called. - Rate limits are real but unpublished. Razorpay documents a rate limiter, HTTP 429 and exponential backoff with randomisation, but no numbers — and nothing MCP-specific.
- Three tools are local-only.
create_refund,close_qr_codeandcreate_instant_settlementare marked unsupported on the remote server in Razorpay's reference table. The hosted connector cannot issue a refund. - Razorpay's own counts disagree with each other. Its docs say "35+ tools", its category breakdown sums to 37, its reference table has 39 rows and its source registers 45.
Frequently asked questions
Can I use the Razorpay MCP Server in production?
Yes. Razorpay describes it as an official integration designed for production use, and tells you to match your API keys to the environment — test keys for development, live keys for production — while following security best practices for key management. The connector has been generally available since Razorpay launched the hosted server in June 2025.
How do I switch between test and live modes?
By swapping the API key, not by changing the endpoint. Razorpay documents test keys beginning rzp_test_ and live keys beginning rzp_live_, and states the MCP Server automatically detects the environment from the key you supply. There is one hostname for both modes, so the credential is the only thing separating a rehearsal from real merchant data.
What is the difference between the Remote and Local Razorpay MCP Server?
Remote is hosted by Razorpay with no infrastructure to manage and quick setup. Local is self-hosted with Docker and gives complete control plus, in Razorpay's words, access to all tools without restrictions. Anthropic's directory lists the hosted server only. Three tools are marked local-only in Razorpay's own reference table.
Does fetch_payment_card_details expose a customer's full card number?
No. Razorpay's API reference for the expanded card object returns only the last four digits, the network, the card type, the issuer code, the cardholder name and a sub-type. No full card number, expiry date or CVV appears anywhere in the documented response. Razorpay operates as an RBI-authorised payment aggregator.
Which AI applications does the Razorpay MCP Server support?
Razorpay names Claude Desktop, Cursor and Visual Studio Code with an MCP extension, and says other MCP-compatible tools follow the same standard. Its remote setup page adds ChatGPT, Windsurf, Replit and Gemini CLI, and points Claude users at the official connector or Claude Code. Configuration details differ slightly per application.
What rate limits apply to the Razorpay MCP Server?
Razorpay publishes no numbers for MCP specifically. Its API guide describes a request rate limiter that caps requests within a time frame to maintain stability under heavy load, returning HTTP 429 when exceeded. The documented guidance is to build a retry mechanism using exponential backoff with randomisation added to the schedule.
Sources
- Razorpay MCP Server documentation, for the overview, deployment split, feature list and the "35+ tools" figure (HTTP 200, retrieved 2026-08-18; canonical Markdown at ). The URL Anthropic's directory publishes carries a
?preferred-country=INquery parameter. We compared the IN, US, SG and MY variants: the MCP body text is identical except for one word — the MY variant adds "Curlec", Razorpay's Malaysian brand. Country selection changes site chrome, not the connector's documentation. · retrieved 2026-08-18 - Razorpay MCP Tools Reference, for the 39-row tool table, per-tool descriptions, API links, the category counts and the remote-versus-local support column (HTTP 200, retrieved 2026-08-18) · retrieved 2026-08-18
- Razorpay MCP Server FAQs, for the production-use answer, the test/live key-prefix answer, the remote-versus-local answer and the supported-applications answer (HTTP 200, retrieved 2026-08-18). All six FAQ entries on this page are drawn from Razorpay's own published questions. · retrieved 2026-08-18
- Razorpay MCP Server OAuth guide, for the flow, dynamic client registration, the documented
scopes_supported: ["read_only"]example response and the consent-screen description (HTTP 200, retrieved 2026-08-18) · retrieved 2026-08-18 - Razorpay Remote MCP Server setup, for prerequisites, the API-key steps, the merchant-token encoding, the
/ssedeprecation dated 13 August 2025 and the client list (HTTP 200, retrieved 2026-08-18) · retrieved 2026-08-18 - Razorpay MCP Server configuration, for
READ_ONLY,TOOLSETS,RAZORPAY_KEY_ID,RAZORPAY_KEY_SECRETand the--read-onlyflag (HTTP 200, retrieved 2026-08-18) · retrieved 2026-08-18 - Razorpay MCP Server use cases, for the four published example prompts (HTTP 200, retrieved 2026-08-18) · retrieved 2026-08-18
- Razorpay MCP Server source code, for the authoritative 45-tool registry, the
AddReadTools/AddWriteToolsclassification, thefetch_tokensCustomer.Createside effect and thefetch_payout_with_idspelling (MIT licence,mainbranch, retrieved 2026-08-18; last pushed 2026-08-18). Reached from thesupportURL in Anthropic's directory entry and from a real href on Razorpay's local-setup page. · retrieved 2026-08-18 - Razorpay API reference for the expanded card object, for the six fields returned and the absence of PAN, expiry and CVV (canonical Markdown at , HTTP 200, retrieved 2026-08-18) · retrieved 2026-08-18
- Understand Razorpay APIs, for the rate limiter, the HTTP 429 status and the backoff guidance (HTTP 200, retrieved 2026-08-18) · retrieved 2026-08-18
- Razorpay API changelog, for the MCP release dates — April 2025 introduction, June 2025 hosted launch, August 2025 streamable HTTP, September 2025 OAuth, March 2026 checkout tools (HTTP 200, retrieved 2026-08-18) · retrieved 2026-08-18
- Razorpay documentation index (HTTP 200, retrieved 2026-08-18) and site index ("Last Updated: 2026-03-02"). Every sub-URL cited above came from one of these two machine indexes; none was guessed. · retrieved 2026-08-18
razorpay.com/robots.txtpermits every path used here — itsDisallowlist covers only drafts, demos and tag pages — and carries- Live auth-posture check against
https://mcp.razorpay.com/mcp—initializereturned - RFC 9728 protected-resource descriptor (HTTP 200, 2026-08-18). Names
authorization_servers: ["https://mcp.razorpay.com"]andbearer_methods_supported: ["header"]; · retrieved 2026-08-18 - RFC 8414 authorization server metadata (HTTP 200, 2026-08-18). Names a
registration_endpoint, theauthorization_code,client_credentialsandrefresh_tokengrants,client_secret_postand PKCES256; thescopes_supportedkey is absent here too. The path-insert form returns HTTP 404, as does/.well-known/openid-configuration. · retrieved 2026-08-18 - Anthropic Connectors Directory entry, for the 25 tool names, tier, endpoint, the "Read" permission label and the categories (snapshot dated 2026-08-16) · retrieved 2026-08-16
- Razorpay privacy policy — · Support
Use in Agentman
Connect once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.
Open in Agentman StudioServer Info
- Category
- Productivity
- Developer
- Razorpay
- Tools
- 25
- Domain
- mcp.razorpay.com
Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.