Mercado Pago for your agents.
Connect Mercado Pago once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Mercado Pago.
What agents can do with Mercado Pago
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
mercadopago_list_payment_methodsList available payment methods in the user's country. Returns methods with their IDs and payment type IDs.
mercadopago_get_paymentGet the details of a specific payment by its ID.
mercadopago_create_paymentCreate a new payment (charge) with transaction amount, payer, and payment method.
mercadopago_refund_paymentRefund a payment by its ID. Returns the refund status and ID.
mercadopago_create_customerCreate a new customer with email and optional metadata. Returns the customer ID for future payments.
mercadopago_search_paymentsSearch payments with filters. Supports filtering by date, status, payment method, and external reference.
mercadopago_get_customerGet details of a customer by customer id.
mercadopago_create_preferenceCreate a checkout preference (payment link). Returns a checkout URL you can redirect a buyer to. `items` describes the purchase.
mercadopago_list_merchant_ordersList merchant orders with optional date range and status filters.
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 Mercado Pago account and go to Your Integrations > Credentials.
- Copy your Access Token (use the test token while developing).
- Paste the access token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Mercado Pago to Even: call connect_begin("mercadopago") on the even-connect MCP and walk me through it.
List available payment methods in Mercado Pago, create a payment charge, and process full or partial refunds.
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.