Stripe for your agents.
Connect Stripe once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Stripe.
What agents can do with Stripe
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
stripe_list_customersList customers, newest first.
stripe_list_chargesList recent charges, newest first.
stripe_list_subscriptionsList subscriptions, optionally filtered by status.
stripe_get_balanceGet the current account balance (available and pending, per currency).
stripe_create_payment_linkCreate a shareable payment link for an existing price. Returns the URL.
stripe_get_customerRetrieve a customer by ID.
stripe_create_customerCreate a new customer.
stripe_get_chargeRetrieve a charge by ID.
stripe_get_subscriptionRetrieve a subscription by ID.
stripe_create_subscriptionCreate a new subscription for a customer.
stripe_list_invoicesList invoices, optionally filtered by customer or status.
stripe_get_invoiceRetrieve an invoice by ID.
stripe_create_refundCreate a refund for a charge.
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.
- Click 'Create restricted key' (safer than the full secret key).
- Grant read access to Charges, Customers, Subscriptions, Balance; write access to Payment Links if you want link creation.
- Create the key and copy it.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Stripe to Even: call connect_begin("stripe") on the even-connect MCP and walk me through it.
Retrieve Stripe customers, review past charges, and create payment links for new invoices or subscription upgrades.
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.