Mercado Pago MCP Server

Connect your Mercado Pago account to AI via Brazil's Open Finance: balances, statements, cards, inve

Remote serverstreamable-http

What is the Mercado Pago MCP MCP server?

If you already use Mercado Pago MCP, the mercado pago mcp mcp server is the piece that lets your assistant work with it directly. Connect your Mercado Pago account to AI via Brazil's Open Finance: balances, statements, cards, inve.

What the server does

Conecte sua conta do Mercado Pago ao Claude, ChatGPT e agentes de IA via Open Finance Brasil. Pergunte sobre saldos, extratos, faturas de cartão e investimentos do Mercado Pago em linguagem natural. Regulado pelo Banco Central, somente leitura.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Sub-processadores — o LLM host que você escolher (Claude, ChatGPT, Cursor, agente próprio). Lista completa em docs/privacidade-lgpd.md
  • openfinance_search_bank_connectors — Searches the available bank connectors by name (pass keywords[], e.g
  • openfinance_list_connections — Returns the saved bank connections for this install: connector_id, item_id, bank name, and an add_connection_url to link additional banks via the
  • openfinance_get_item_status — Returns the current status of a bank connection (UPDATED, UPDATING, LOGIN_ERROR, etc.), its executionStatus, and connector metadata
  • openfinance_provider_status — Checks the LIVE operational status of the Open Finance provider (its public status page) — this is the PROVIDER's health, separate from your own
  • openfinance_list_accounts — Returns accounts for a bank connection: BANK (checking/savings) and CREDIT (credit card) with balance, number, type, subtype, bankData, and
  • openfinance_list_transactions — Returns transactions for a bank account (BANK or CREDIT type)
  • openfinance_list_transactions_by_item — Consolidated cash-flow analysis for a whole bank CONNECTION over a period, in ONE call
  • openfinance_list_credit_card_bills — Returns CLOSED credit card bills for a CREDIT-type account: dueDate, totalAmount, minimumPaymentAmount, allowsInstallments, plus payments[] (id
  • openfinance_list_investments — Returns the investment portfolio for a connection (broker or bank with INVESTMENTS product enabled): FIIs, stocks, ETFs, fixed income
  • openfinance_list_investment_transactions — Returns the movement history for a specific investment position: BUY / SELL / TAX / INTEREST / AMORTIZATION / TRANSFER
  • openfinance_list_loans — Lists loan contracts per bank connection (GET /loans)

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Mercado Pago MCP's toolset — Sub-processadores, openfinance_search_bank_connectors, openfinance_list_connections and 11 more — is a fair guide to whether it matches your workflow. It is maintained by mcp-dir; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Mercado Pago MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Mercado Pago MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Sub-processadoreso LLM host que você escolher (Claude, ChatGPT, Cursor, agente próprio). Lista completa em [docs/privacidade-lgpd.md](docs/privacidade-lgpd.md).
openfinance_search_bank_connectorsSearches the available bank connectors by name (pass keywords[], e.g.
openfinance_list_connectionsReturns the saved bank connections for this install: connector_id, item_id, bank name, and an add_connection_url to link additional banks via the Open Finance widget.
openfinance_get_item_statusReturns the current status of a bank connection (UPDATED, UPDATING, LOGIN_ERROR, etc.), its executionStatus, and connector metadata.
openfinance_provider_statusChecks the LIVE operational status of the Open Finance provider (its public status page) — this is the PROVIDER's health, separate from your own connection's openfinance_get_item_status.
openfinance_list_accountsReturns accounts for a bank connection: BANK (checking/savings) and CREDIT (credit card) with balance, number, type, subtype, bankData, and creditData.
openfinance_list_transactionsReturns transactions for a bank account (BANK or CREDIT type).
openfinance_list_transactions_by_itemConsolidated cash-flow analysis for a whole bank CONNECTION over a period, in ONE call.
openfinance_list_credit_card_billsReturns CLOSED credit card bills for a CREDIT-type account: dueDate, totalAmount, minimumPaymentAmount, allowsInstallments, plus payments[] (id, paymentDate, amount, valueType, paymentMode), payments_count, payme…
openfinance_list_investmentsReturns the investment portfolio for a connection (broker or bank with INVESTMENTS product enabled): FIIs, stocks, ETFs, fixed income (CDB/LCI/LCA/Tesouro), mutual funds, retirement (previdência) and COE.
openfinance_list_investment_transactionsReturns the movement history for a specific investment position: BUY / SELL / TAX / INTEREST / AMORTIZATION / TRANSFER.
openfinance_list_loansLists loan contracts per bank connection (GET /loans).
openfinance_force_syncForces the bank to re-sync one or more connections NOW and WAITS for it to finish (PATCH /items/:id, then polls until the item stops updating, up to ~60s).
openfinance_get_account_balanceReturns real-time balance payload per account id (GET /accounts/:id/balance).

Example prompts to try

  • Use Mercado Pago MCP to Sub-processadores.
  • Use Mercado Pago MCP to openfinance search bank connectors.
  • Use Mercado Pago MCP to openfinance list connections.

Frequently asked questions

It connects Mercado Pago MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Sub-processadores, openfinance_search_bank_connectors, openfinance_list_connections, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Mercado Pago MCP directly.