mcp-fmp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-fmpget historical prices for AAPL from 2024-01-01 to 2024-12-31"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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 profilequote(symbol)— current quote (comma-sep for batch)quote_short(symbol)— minimal quotehistorical_price(symbol, from?, to?, serietype?)— daily historyintraday(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 sheetcash_flow(symbol, period?, limit?)— cash flowratios(symbol, period?, limit?)— financial ratiosenterprise_value(symbol, period?, limit?)— EVkey_metrics(symbol, period?, limit?)— TTM key metricsfinancial_growth(symbol, period?, limit?)— growth rates
Reference
search(query, limit?, exchange?)— symbol searchsearch_ticker(query, limit?, exchange?)— ticker searchstock_screener(marketCapMoreThan?, marketCapLowerThan?, sector?, industry?, country?, exchange?, dividendMoreThan?, dividendLowerThan?, betaMoreThan?, betaLowerThan?, volumeMoreThan?, volumeLowerThan?, isEtf?, isActivelyTrading?, limit?)— screeneravailable_symbols()— full symbol list
Events / news
stock_news(tickers?, page?, limit?)— newsearnings_calendar(from?, to?)— earningseconomic_calendar(from?, to?)— economic eventsipos(from?, to?)— IPOsmergers(page?)— M&Adelisted()— delisted companies
Ownership
insider_trading(symbol?, page?, limit?)— insider tradinginstitutional_holders(symbol)— institutional holdersetf_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-tools — ask_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":"..."}.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server giving AI agents one-connection access to China A-share market intelligence: financials,
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server giving AI agents one-connection access to crypto & DeFi data: DeFi protocol TVL, stableco
MCP server for Mudrex futures trading enabling AI agents to securely access data and risk tools.
Related MCP Servers
- AlicenseBqualityCmaintenanceMCP server that provides AI assistants access to stock market data including financial statements, stock prices, and market news through a Model Context Protocol interface.112,299MIT
- AlicenseBqualityCmaintenanceAn 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.2615 npm1MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that provides AI agents with financial tools including real-time quotes, backtesting, technical analysis, and multi-exchange data via a simple CLI interface.1MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to query real-time financial data including stock quotes, market indices, company fundamentals, and portfolio tracking.MIT