PayPal for your agents.
Connect PayPal 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 PayPal.
What agents can do with PayPal
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
paypal_list_ordersShow details for an order by id.
paypal_create_orderCreate a new order with purchase units.
paypal_capture_orderCapture payment for an approved order.
paypal_show_paymentShow details for a captured payment.
paypal_refund_paymentRefund a captured payment, fully or partially.
paypal_list_invoicesList invoices with optional date range and status filters.
paypal_create_invoiceCreate a draft invoice. `detail` has invoice_number, currency_code, and invoice_date. `invoicer` has contact info.
paypal_get_invoiceGet details of a specific invoice by id.
paypal_show_authorizationGet details of an authorized payment by authorization id.
paypal_void_authorizationVoid an authorized payment. Only authorizations that are not yet captured can be voided.
paypal_list_transactionsList transactions within a date range. `start_date` and `end_date` are ISO 8601, max 31-day range.
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.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on PayPal's page in Even's browser.
- An admin configures the client_id and client_secret in the Even Connect broker.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect PayPal to Even: call connect_begin("paypal") on the even-connect MCP and walk me through it.
Create a PayPal order with purchase units, capture payment, and process full or partial refunds on 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.