mexico-payments

Let AI agents accept payments in Mexico (MXN) — OXXO cash vouchers, SPEI bank transfer, cards, Mercado Pago wallet — via Mercado Pago Checkout Pro.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Create Payment Link: Create a payment link in MXN for Mexico via Mercado Pago. Buyer pays with OXXO cash vouchers, SPEI bank transfer, cards, Mercado Pago wallet. Returns a hosted checkout URL the buy
  • Query Payment Status: Check whether a Mexico payment (created by create_payment_link) has been paid. Queries Mercado Pago directly — pull-based, no webhook needed. paid=true when status is PAID (Merca

What data it sees

Do you need an account

No: the server works without sign-in

Let AI agents accept payments in Mexico (MXN) — OXXO cash vouchers, SPEI bank transfer, cards, Mercado Pago wallet — via Mercado Pago Checkout Pro. Stateless, bring-your-own credentials (x-mercadopago-access-token), never holds funds. Owner policy guardrails: x-agentpay-max-amount / x-agentpay-approval-above.

Server tool list (2)

Raw names from tools/list. Only developers need these.

create_payment_linkCreate a payment link in MXN for Mexico via Mercado Pago. Buyer pays with OXXO cash vouchers, SPEI bank transfer, cards, Mercado Pago wallet. Returns a hosted checkout URL the buyer opens to pay — payment completes automatically, no confirm step. Bring your own credentials via HTTP header (x-mercadopago-access-token; free test credentials from mercadopago.com developers never move real money). Money always flows buyer→Mercado Pago→merchant; this service never touches funds.
query_payment_statusCheck whether a Mexico payment (created by create_payment_link) has been paid. Queries Mercado Pago directly — pull-based, no webhook needed. paid=true when status is PAID (Mercado Pago APPROVED).