Razorpay for your agents.
Connect Razorpay once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Razorpay.
What agents can do with Razorpay
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
razorpay_list_paymentsList payments, newest first.
razorpay_get_paymentFetch a payment by id.
razorpay_list_ordersList orders.
razorpay_create_orderCreate an order. `amount` is in the smallest unit (paise for INR).
razorpay_get_orderFetch a single order by id including amount, status, and payment attempts.
razorpay_capture_paymentCapture a payment that was authorized but not captured. `amount` is in paise.
razorpay_create_refundRefund a payment, optionally specifying a partial amount and speed.
razorpay_list_refundsList all refunds, newest first.
razorpay_create_transferTransfer a payment to a connected account (Z-platform / marketplace).
razorpay_list_transfersList all transfers or filter by payment id.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open Settings, then API Keys, and generate a key.
- The username is the Key Id (starts with rzp_).
- The password is the Key Secret.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Razorpay to Even: call connect_begin("razorpay") on the even-connect MCP and walk me through it.
List payments and orders, retrieve payment details by ID, and create an order for payment collection.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.