GoCardless for your agents.
Connect GoCardless once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 14 curated tools, discovered on demand, with your key stored on your machine and every call going direct to GoCardless.
What agents can do with GoCardless
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
gocardless_list_customersList customers.
gocardless_list_paymentsList payments.
gocardless_list_mandatesList mandates (customer authorizations to collect).
gocardless_get_customerGet one customer by id.
gocardless_get_paymentGet one payment by id, including status and amount.
gocardless_get_mandateGet one mandate by id.
gocardless_list_subscriptionsList subscriptions (recurring payment schedules).
gocardless_list_payoutsList payouts (money paid out to your bank account).
gocardless_list_eventsList events (the audit/webhook log). Filter by resource_type or action to narrow the feed.
gocardless_create_paymentCreate a new payment from a mandate. `amount` is in the currency's smallest unit (e.g. pence, cents).
gocardless_create_mandateCreate a new mandate (customer authorization to collect payments).
gocardless_create_subscriptionCreate a recurring subscription from a mandate. Charges the `amount` on the `interval` schedule.
gocardless_get_subscriptionGet a single subscription by id.
gocardless_get_payoutGet a single payout by 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 Developers, then Create, then Access token.
- Copy the token. Sandbox? Change base_url to https://api-sandbox.gocardless.com.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect GoCardless to Even: call connect_begin("gocardless") on the even-connect MCP and walk me through it.
GoCardless lists customers and payments, retrieves direct debit mandates, and manages recurring subscription schedules.
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.