Conekta for your agents.
Connect Conekta once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Conekta.
What agents can do with Conekta
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
conekta_list_customersList all customers, newest first.
conekta_create_orderCreate an order (charge) with line items, customer info, and payment method.
conekta_get_orderGet the full details of an order by ID.
conekta_capture_orderCapture a pre-authorized order by its ID.
conekta_refund_orderRefund an order by its ID, either fully or partially.
conekta_list_ordersList all orders with pagination and status filter.
conekta_create_customerCreate a new customer with name, email, and phone.
conekta_get_customerGet a single customer by ID with their saved payment sources and shipping contacts.
conekta_list_chargesList charges (individual payment attempts) with pagination.
conekta_get_chargeGet the details of a specific charge by ID.
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 Conekta panel and go to API Keys.
- Copy your private key (starts with key_).
- Use it as a Bearer token. For testing, use the sandbox toggle in the panel.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Conekta to Even: call connect_begin("conekta") on the even-connect MCP and walk me through it.
List customers and create orders in Conekta, capture pre-authorized transactions, and process refunds for Latin American payments.
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.