loading…
Search for a command to run...
loading…
An MCP server that provides comprehensive access to real-time stock quotes, financial statements, analyst estimates, and technical indicators via the Financial
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.
License: MIT Node.js MCP SDK Version
MCP server for Financial Modeling Prep (FMP) market data, built with the modern MCP SDK tool/resource/prompt model.
aigroup-fmp-mcp provides a structured MCP interface over the Financial Modeling Prep API for:
McpServer APIsgit clone https://github.com/jackdark425/aigroup-fmp-mcp.git
cd aigroup-fmp-mcp
npm install
npm run build
export FMP_API_KEY="your-api-key"
npm start
export FMP_API_KEY="your-api-key"
npm run start:http
By default, the HTTP server exposes:
POST /mcp — returns 501 in this buildGET /health — health checkGET / — server infoHTTP mode in the current build is intended for health checks and service metadata only. Use stdio mode for MCP tools, resources, and prompts.
Set your API key before starting the server:
export FMP_API_KEY="your-api-key"
Get your key from Financial Modeling Prep.
{
"mcpServers": {
"fmp": {
"command": "node",
"args": ["/path/to/aigroup-fmp-mcp/build/index.js"],
"env": {
"FMP_API_KEY": "your-api-key"
}
}
}
}
get_quotesearch_symbolget_market_gainersget_market_losersget_most_activeget_sector_performanceget_sp500_constituentsget_company_profileget_income_statementget_balance_sheetget_cash_flowget_stock_newsget_key_metricsget_financial_ratiosget_analyst_estimatesget_price_targetget_analyst_ratingsget_insider_tradingget_institutional_holdersget_technical_indicator_rsiget_technical_indicator_smaget_technical_indicator_emaget_historical_chartget_earnings_calendarget_economic_calendarget_economic_indicatorfmp://company/{symbol}/profilefmp://company/{symbol}/quotefmp://company/{symbol}/financials/{statement}/{period}fmp://market/overviewfmp://market/sectors/{date}stock_analysisportfolio_evaluationearnings_previewaigroup-fmp-mcp/
├── src/
│ ├── index.ts
│ ├── server.ts
│ ├── tools/
│ ├── resources/
│ ├── prompts/
│ ├── types/
│ └── utils/
├── package.json
├── tsconfig.json
└── README.md
npm install
npm run build
npm run dev
All tools map to FMP endpoints. See the official docs:
Thanks to houtini-ai for the prior open-source work that helped inform this implementation.
This project is released under the MIT License.
You may use, copy, modify, merge, publish, distribute, sublicense, and sell copies of this software, including in commercial contexts, provided that the original copyright notice and license text are retained.
Please note:
See the full text in LICENSE.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"financial-modeling-prep-fmp-mcp-server": {
"command": "npx",
"args": []
}
}
}