Back to Browse

Fmp MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Financial Modeling Prep MCP (/stable API; v3 deprecated 2025-08-31).

About

Financial Modeling Prep MCP (/stable API; v3 deprecated 2025-08-31).

Remote endpoints: streamable-http: https://gateway.pipeworx.io/fmp/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. Trust signals: trusted author (1012/1015 approved). 2 finding(s) downgraded by scanner intelligence.

54 tools verified · Open access · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-pipeworx-io-fmp": {
      "url": "https://gateway.pipeworx.io/fmp/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@pipeworx/fmp

Financial Modeling Prep v3 MCP — company fundamentals, financial statements, ratios, valuation. Free 250 req/day.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Auth

  • Platform: PLATFORM_FMP_KEY. BYO: ?_apiKey=….

Tools

Profile / quote

  • profile(symbol) — company profile
  • quote(symbol) — current quote (comma-sep for batch)
  • quote_short(symbol) — minimal quote
  • historical_price(symbol, from?, to?, serietype?) — daily history
  • intraday(symbol, interval) — intraday (1min|5min|15min|30min|1hour|4hour)

Statements

  • income_statement(symbol, period?, limit?) — income statement (annual|quarter)
  • balance_sheet(symbol, period?, limit?) — balance sheet
  • cash_flow(symbol, period?, limit?) — cash flow
  • ratios(symbol, period?, limit?) — financial ratios
  • enterprise_value(symbol, period?, limit?) — EV
  • key_metrics(symbol, period?, limit?) — TTM key metrics
  • financial_growth(symbol, period?, limit?) — growth rates

Reference

  • search(query, limit?, exchange?) — symbol search
  • search_ticker(query, limit?, exchange?) — ticker search
  • stock_screener(marketCapMoreThan?, marketCapLowerThan?, sector?, industry?, country?, exchange?, dividendMoreThan?, dividendLowerThan?, betaMoreThan?, betaLowerThan?, volumeMoreThan?, volumeLowerThan?, isEtf?, isActivelyTrading?, limit?) — screener
  • available_symbols() — full symbol list

Events / news

  • stock_news(tickers?, page?, limit?) — news
  • earnings_calendar(from?, to?) — earnings
  • economic_calendar(from?, to?) — economic events
  • ipos(from?, to?) — IPOs
  • mergers(page?) — M&A
  • delisted() — delisted companies

Ownership

  • insider_trading(symbol?, page?, limit?) — insider trading
  • institutional_holders(symbol) — institutional holders
  • etf_holders(symbol) — ETF holders

Data source

https://financialmodelingprep.com/api/v3

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "fmp": {
      "url": "https://gateway.pipeworx.io/fmp/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Fmp data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

Reviews

No reviews yet

Be the first to review this server!

Fmp MCP Server - Financial Modeling Prep MCP (/stable API; v3 deprecated | MCP Marketplace