Paddle for your agents.
Connect Paddle once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 17 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Paddle.
What agents can do with Paddle
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
paddle_list_productsList products.
paddle_list_transactionsList transactions, newest first.
paddle_list_customersList customers.
paddle_list_subscriptionsList subscriptions.
paddle_get_productGet a product by ID.
paddle_create_productCreate a new product.
paddle_update_productUpdate a product by ID.
paddle_get_transactionGet a transaction by ID.
paddle_get_customerGet a customer by ID.
paddle_create_customerCreate a new customer.
paddle_update_customerUpdate a customer by ID.
paddle_get_subscriptionGet a subscription by ID.
paddle_update_subscriptionUpdate a subscription by ID.
paddle_cancel_subscriptionCancel a subscription by ID.
paddle_list_pricesList prices.
paddle_get_priceGet a price by ID.
paddle_create_priceCreate a new price.
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.
- In Paddle (Billing), open Developer Tools, then Authentication.
- Create an API key and copy it. Sandbox? Change base_url to https://sandbox-api.paddle.com.
- Paste the key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Paddle to Even: call connect_begin("paddle") on the even-connect MCP and walk me through it.
Manage Paddle subscriptions and payments, list customers and transactions, retrieve product pricing and billing.
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.