brazil-payments
Let AI agents accept payments in Brazil (BRL) — Pix instant payments, credit/debit cards, boleto — via Mercado Pago Checkout Pro.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- 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
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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.
Список инструментов сервера (2)
Технические названия из tools/list. Нужны только разработчикам.
| 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 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_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 webhooks. paid=true when status is APPROVED. NO_PAYMENT_YET means the buyer has not attempted payment. |