MCP server exposing 24 tools for fmp.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/fmp/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
profile — Fetch FMP company profile for a ticker symbol, including sector, industry, description, CEO, employee count, website, market cap, and exchange listing details.quote — Fetch the current real-time quote for a ticker symbol from FMP, including price, change, percent change, day range, 52-week range, volume, and market cap.quote_short — Fetch a lightweight FMP quote for a ticker symbol returning only price, volume, and percent change; use when only the current price is needed.historical_price — Daily EOD history.intraday — Intraday OHLC (paid).income_statement — Income statement.balance_sheet — Balance sheet.cash_flow — Financial Modeling Prep cash-flow statement for a US-listed ticker: operating, investing, financing activities, free cash flow, capex, net change in cash. Annual (period=annual) or quarterly. Use for fundamental analysis, DCF inputs, cash-flow valuation.ratios — Financial ratios.enterprise_value — Enterprise value.key_metrics — TTM key metrics.financial_growth — Growth rates.search_symbol — Symbol search.search_name — Company-name search.stock_screener — Stock screener (paid).stock_news — News (paid).earnings_calendar — Earnings calendar (paid).economic_calendar — Economic events (paid).ipos_calendar — IPO calendar (paid).mergers_acquisitions — Financial Modeling Prep recent M&A activity feed: announced deals with acquirer, target, value, date. Use for "who did $TICKER acquire", "recent deals in sector X", deal-flow monitoring.delisted_companies — Delisted companies.insider_trading — Insider trading (paid).institutional_ownership — Institutional ownership (paid).etf_holdings — ETF holdings (paid).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/fmp/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io