Open-source CoinGecko MCP alternatives

CoinGecko's official server is open source, so you can read what its search_docs and execute tools do before wiring it into an agent. The servers below publish their source too. That matters when you want to confirm exactly which API calls a financial-data server can make, pin a version, or patch behaviour yourself instead of waiting on a vendor.

These are the open-source servers people compare against CoinGecko. Most run locally, a couple also expose a hosted endpoint, and every one of them lets you audit the repo before granting access to a key.

The 8 best open-source alternatives

  1. SEC EDGARCommunity306

    Filings, not prices. The open-source SEC EDGAR server reads filings, XBRL financials, and insider trading with exact numeric precision through tools like get_filing_content and get_company_facts, and the repo is there to verify it stays read-only.

    Set up SEC EDGAR
  2. Yahoo FinanceCommunity299

    Yahoo Finance data for equities runs in an open, local server: historical prices, fundamentals, statements, options, holders, and news. You can read the source before pointing it at a portfolio.

    Set up Yahoo Finance
  3. Open source and broad, with 250+ Financial Modeling Prep tools across fundamentals, statements, quotes, news, and filings. It exposes list_toolsets and enable_toolset so you turn on only the surface you intend to use.

    Set up Financial Modeling Prep
  4. FREDCommunity98

    Three focused, inspectable tools reach all 800,000+ Federal Reserve economic data series: fred_browse, fred_search, and fred_get_series. A small open repo is easy to read end to end before you trust it with macro queries.

    Set up FRED
  5. Twelve DataOfficial67

    Twelve Data's official server is open source and offers a hosted endpoint as well, covering market data, fundamentals, and 100+ technical indicators. You can audit the connection and still keep setup light.

    Set up Twelve Data
  6. AlpacaOfficial

    Trading you can audit before granting it order permission: Alpaca's official open-source server buys and sells stocks, options, and crypto and manages positions. Reading the repo before it touches a live account is the prudent move.

    Set up Alpaca
  7. Alpha Vantage's official server is open source and returns stock, forex, crypto, and economic data through time-series tools. Like CoinGecko it overlaps on crypto, with the same freedom to read the code first.

    Set up Alpha Vantage
  8. StripeOfficial1,583

    An adjacent open-source pick: Stripe's official server creates customers, payment links, and invoices and reads balances. Reach for it when the money question is taking payments, not pulling market quotes.

    Set up Stripe

How to choose

Every option here ships its code, so the choice comes down to data, not licensing. yfinance and Financial Modeling Prep are the most auditable for equities; FRED is the macro series tool; Twelve Data and Alpha Vantage span several asset classes. Alpaca is the one with write access to a brokerage account, so read its repo carefully. Stripe is the outlier, fit for payments rather than market data. Read the source before any key goes in.

FAQ

Is the CoinGecko MCP server open source?
Yes. CoinGecko publishes the source for its official server, which exposes two tools, search_docs and execute. Every alternative on this page is open source as well, so you can read each one before granting it an API key.
Why pick an open-source financial-data MCP server?
You can confirm exactly which API calls the server is able to make, pin or patch the version you run, and keep keys on infrastructure you control. That is worth more when a server can place trades, like Alpaca, than when it only reads quotes.
← Back to the CoinGecko MCP server