Asaas for your agents.
Connect Asaas 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 Asaas.
What agents can do with Asaas
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
asaas_list_customersList customers with optional pagination.
asaas_create_customerCreate a new customer with name, email, and CPF/CNPJ.
asaas_create_paymentCreate a new payment (charge) for a customer. Amount is in cents (BRL).
asaas_get_paymentGet the details of a specific payment by ID.
asaas_refund_paymentRefund a payment by its ID.
asaas_get_customerGet a single customer by ID with full details.
asaas_update_customerUpdate a customer's name, email, phone, or other fields.
asaas_delete_customerDelete a customer by ID.
asaas_list_paymentsList payments with optional status filter, customer filter, and pagination.
asaas_create_subscriptionCreate a recurring subscription for a customer with billing type and value.
asaas_list_subscriptionsList subscriptions with optional status filter and 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 the Asaas dashboard and go to Configuracoes > API.
- Copy your API Key.
- The key is sent in the access_token header.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Asaas to Even: call connect_begin("asaas") on the even-connect MCP and walk me through it.
Create Asaas customers and process charges, then refund transactions as needed for your service.
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.