brazil-payments

Let AI agents accept payments in Brazil (BRL) — Pix instant payments, credit/debit cards, boleto — via Mercado Pago Checkout Pro.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

  • Create Payment Link: Create a Brazil payment link in BRL via Mercado Pago Checkout Pro, the largest payment platform in Latin America. Buyer pays with Pix (Brazil's instant payment rail), credit/debit
  • Query Payment Status: Check whether a Brazil payment (created by create_payment_link) has been paid. Searches Mercado Pago payments by external_reference — a reliable pull-based alternative to webhook

What data it sees

Do you need an account

No: the server works without sign-in

Let AI agents accept payments in Brazil (BRL) — Pix instant payments, credit/debit cards, boleto — via Mercado Pago Checkout Pro. Stateless, bring-your-own credentials (x-mercadopago-access-token header), never holds funds. Tools: create_payment_link / query_payment_status.

Server tool list (2)

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

create_payment_linkCreate a Brazil payment link in BRL via Mercado Pago Checkout Pro, the largest payment platform in Latin America. Buyer pays with Pix (Brazil's instant payment rail), credit/debit card, or boleto — whatever is enabled on the merchant account. Returns a hosted checkout URL the buyer opens to pay — payment completes automatically, no confirm step. Amounts in BRL reais (decimals allowed, e.g. 49.90). Bring your own Mercado Pago access token via the x-mercadopago-access-token header (free TEST- tokens from mercadopago.com.br/developers; TEST- tokens never move real money). Money always flows buyer→Mercado Pago→merchant; this service never touches funds.
query_payment_statusCheck whether a Brazil payment (created by create_payment_link) has been paid. Searches Mercado Pago payments by external_reference — a reliable pull-based alternative to webhooks. paid=true when status is APPROVED. NO_PAYMENT_YET means the buyer has not attempted payment.