Recurly for your agents.
Connect Recurly once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Recurly.
What agents can do with Recurly
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
recurly_list_accountsList accounts with optional pagination.
recurly_list_subscriptionsList subscriptions with optional status and account filters.
recurly_list_invoicesList invoices with optional date range and status filters.
recurly_get_accountGet a single account by account code.
recurly_list_plansList all plans with optional pagination.
recurly_get_subscriptionGet a single subscription by its id (UUID).
recurly_get_invoiceGet a single invoice by its id.
recurly_get_planGet a single plan by its id.
recurly_create_accountCreate a new account. `code` is the unique account identifier; `email` and `first_name` are recommended.
recurly_cancel_subscriptionCancel a subscription. Active subscriptions remain active until the end of the current billing period (or immediately if requested).
recurly_list_couponsList all coupons 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 your Recurly account.
- Navigate to Integrations, then API Credentials.
- Create a new API credential and copy the private token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Recurly to Even: call connect_begin("recurly") on the even-connect MCP and walk me through it.
List all active subscriptions in Recurly and retrieve invoices for a specific account.
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.