Skip to main content
Glama
pipeworx-io

mcp-fmp

by pipeworx-io

@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 1476+ live data sources.

Auth

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

Related MCP server: Financial Modeling Prep (FMP) MCP Server

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"
    }
  }
}

What this endpoint actually serves

tools/list at https://gateway.pipeworx.io/fmp/mcp returns the tools in the table above plus the shared Pipeworx meta-toolsask_pipeworx, discover_tools, search_within, remember/recall and the rest of the gateway-wide set. So the tool count you see is larger than this table: a single-pack endpoint currently lists roughly 30 shared tools alongside the pack's own. The connection's initialize response states its exact scope, and is the authoritative answer for a given day.

This is deliberate, not multiplexing by accident. The meta-tools are what let a scoped connection answer a question this pack does not cover — via ask_pipeworx, which routes across the whole catalog — without you adding a second MCP server. There is currently no way to mount a pack endpoint without them; if the extra schemas cost you more context than the routing is worth, connect to the full gateway once rather than to several pack endpoints.

Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:

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

Both URLs reach the same gateway and the same 1476+ data sources. The only difference is which pack's tools are listed directly; ask_pipeworx reaches all of them from either one.

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:

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

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

More

License

MIT

No MCP client? Call it over HTTP

curl -X POST https://gateway.pipeworx.io/v1/tools/fmp_profile \
  -H 'Content-Type: application/json' \
  -d '{"symbol":"AAPL"}'

No account needed for the first calls. Inspect any tool: GET https://gateway.pipeworx.io/v1/tools/fmp_profile. Find one: POST https://gateway.pipeworx.io/v1/tools/search_packs with {"query":"..."}.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    MCP server that provides AI assistants access to stock market data including financial statements, stock prices, and market news through a Model Context Protocol interface.
    11
    2,299
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    An MCP server that provides comprehensive access to real-time stock quotes, financial statements, analyst estimates, and technical indicators via the Financial Modeling Prep API. It enables users to conduct in-depth financial analysis and track market performance through specialized tools, resources, and prompt templates.
    26
    15 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server that provides AI agents with financial tools including real-time quotes, backtesting, technical analysis, and multi-exchange data via a simple CLI interface.
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that enables AI agents to query real-time financial data including stock quotes, market indices, company fundamentals, and portfolio tracking.
    MIT