Juspay for your agents.
Connect Juspay 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 Juspay.
What agents can do with Juspay
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
juspay_list_ordersList orders with optional pagination.
juspay_create_orderCreate a new order with amount, currency, customer ID, and optional product details.
juspay_get_orderGet the status and full details of an order by order ID.
juspay_refund_orderRefund an order by order ID with the refund amount and reason.
juspay_create_customerCreate a new customer with ID, name, email, and phone.
juspay_list_customersList customers with optional pagination.
juspay_get_customerGet a customer by customer ID.
juspay_create_payment_sessionCreate a payment session for an order.
juspay_list_refundsList refunds with optional pagination.
juspay_list_paymentsList payments with optional pagination.
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.
- Log into the Juspay dashboard and go to Developer > API Keys.
- Copy your API Key.
- Use the API key as the username in basic auth. The password is left empty.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Juspay to Even: call connect_begin("juspay") on the even-connect MCP and walk me through it.
List all payment orders, create new order with customer details and amount, and check order status.
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.