Braintree for your agents.
Connect Braintree once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Braintree.
What agents can do with Braintree
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
braintree_generate_client_tokenGenerate a client token for initializing the Braintree client SDK on the frontend.
braintree_create_transactionCreate and submit a transaction for settlement. Send amount, payment method nonce, and optional customer details.
braintree_submit_for_settlementSubmit an authorized transaction for settlement by its transaction ID.
braintree_void_transactionVoid an authorized transaction by its transaction ID before settlement.
braintree_search_transactionsSearch transactions by date range, amount, or status.
braintree_get_transactionGet details of a single transaction by id.
braintree_create_customerCreate a new customer record.
braintree_get_customerGet details of a customer by id.
braintree_list_customersSearch customers by criteria.
braintree_create_merchant_accountCreate a sub-merchant account for marketplace platforms.
braintree_refund_transactionRefund a settled transaction by id.
braintree_create_payment_methodCreate a payment method (credit card or PayPal) from a nonce.
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 Braintree Control Panel and go to Settings > API Keys.
- Copy the Public Key and the Private Key.
- The username is the Public Key; the password is the Private Key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Braintree to Even: call connect_begin("braintree") on the even-connect MCP and walk me through it.
Generate client token for payment processing, create transaction with payment method nonce, and search past transactions.
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.