Self-hosted Mercado Pago MCP alternatives

Mercado Pago's own server is open source and installs locally, so you can run the integration tooling, search_documentation, simulate_webhook, create_test_user and the rest, on your own machine and keep the process and credentials there. Its purpose is helping you build on Mercado Pago. The servers below also install locally over stdio, but they split into two groups: payment processors an agent can act on directly, and finance-data servers that read markets and filings.

Self-hosting controls where the server process and its keys live. The account data itself still travels to each provider's API on every call, except for the servers that read public data sources rather than your account.

The 8 best self-hosted alternatives

  1. RazorpayOfficial223

    Razorpay's server installs locally and drives the full transaction lifecycle: create orders and payment links, capture and refund payments, read settlements and payouts. It is the closest self-hosted match for moving real money.

    Set up Razorpay
  2. SquareOfficial100

    Run it yourself and Square's server exposes the full Square API over stdio: payments, catalog, orders, customers, bookings, and inventory, from a process you control.

    Set up Square
  3. PaddleOfficial50

    Paddle's local server manages the product catalog, billing, subscriptions, and reports through the Paddle Billing API. As a merchant of record it handles sales tax, useful for software sellers running the server on their own box.

    Set up Paddle
  4. AdyenOfficial22

    Sessions, links, refunds, and cancellations are Adyen's core, and its self-hosted server also manages merchant accounts, terminals, and webhooks, keeping the credentials on your infrastructure.

    Set up Adyen
  5. SEC EDGARCommunity306

    This is adjacent rather than a payments swap: the SEC EDGAR server reads filings, XBRL financials, and insider trading with exact numeric precision. It runs locally and queries public SEC data, so nothing of yours leaves the machine.

    Set up SEC EDGAR
  6. Yahoo FinanceCommunity299

    For market context rather than charges, the Yahoo Finance server returns prices, fundamentals, financial statements, options, holders, and news. It installs locally and reads a public source, not your billing account.

    Set up Yahoo Finance
  7. The Financial Modeling Prep server wraps that API behind 250-plus financial data tools: fundamentals, statements, quotes, news, and filings. Like the other data picks it is read-only reference, run on your own machine.

    Set up Financial Modeling Prep
  8. FREDCommunity98

    Economic series are FRED's domain: this server reaches all 800,000-plus Federal Reserve data series through three focused tools. It is local and public-data, included for analysis around payments rather than processing them.

    Set up FRED

How to choose

Mercado Pago's server is itself self-hostable, so this list is about which other local server fits the job. For an agent that actually charges and refunds, Razorpay, Square, Paddle, and Adyen all run on your own machine, differing by region and by point-of-sale versus subscription billing. The finance-data servers, SEC EDGAR, Yahoo Finance, Financial Modeling Prep, and FRED, are adjacent: they read public markets and filings rather than your account, and because of that they keep all of your data local. Self-hosting a payments server controls the process and keys, but transaction data still reaches each provider's API.

FAQ

Can the Mercado Pago MCP server be self-hosted?
Yes. It is open source and installs locally over stdio, so the integration tooling and your credentials stay on your own machine. It also offers a hosted endpoint if you would rather not run it.
Does self-hosting a payments server keep my data on my infrastructure?
It keeps the server process and API keys local, but every charge, refund, or lookup still calls the provider's API, so account data leaves the machine. The exceptions here are SEC EDGAR, Yahoo Finance, Financial Modeling Prep, and FRED, which read public data and hold nothing of yours.
← Back to the Mercado Pago MCP server