Iugu for your agents.
Connect Iugu once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 18 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Iugu.
What agents can do with Iugu
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
iugu_list_customersList all customers, with optional pagination.
iugu_create_customerCreate a new customer with name and email.
iugu_create_invoiceCreate an invoice (charge) for a customer with items and payment method.
iugu_get_invoiceGet the details of a specific invoice by ID.
iugu_direct_chargeCreate a direct one-step charge with a credit card token or customer payment method.
iugu_get_customerGet a single customer by id.
iugu_update_customerUpdate a customer's name, email, or other fields.
iugu_delete_customerDelete a customer by id.
iugu_list_invoicesList invoices with optional pagination and status filter.
iugu_cancel_invoiceCancel an invoice by id.
iugu_refund_invoiceRefund an invoice by id.
iugu_list_plansList subscription plans.
iugu_create_planCreate a new subscription plan.
iugu_list_subscriptionsList subscriptions with pagination.
iugu_create_subscriptionCreate a new subscription for a customer.
iugu_list_payment_methodsList payment methods for a customer.
iugu_create_payment_methodAdd a credit card payment method for a customer.
iugu_list_transfersList transfers (payouts) to a recipient.
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 Iugu account and go to Configuracoes > API.
- Copy your API Token (live or test).
- The token (starts with test_ or live_) is used as both the username and password or as a Bearer token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Iugu to Even: call connect_begin("iugu") on the even-connect MCP and walk me through it.
Create a customer account, generate an invoice with payment methods, and charge a credit card directly.
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.