Financial-Modeling-Prep-MCP-Server
by imbenrabi·★ 131·综合分 50
提供250+金融数据工具的MCP服务器,涵盖股票、加密货币、经济和市场分析。
概述
金融建模准备MCP服务器实现了模型上下文协议,提供涵盖24个类别的250+金融工具,包括股票、ETF、加密货币、外汇、商品和经济数据。它支持三种操作模式:动态模式(元工具按需加载)、静态模式(预选工具集)和全部工具模式(默认)。服务器可通过托管实例或通过npm、Docker或源代码自行托管部署,支持HTTP/SSE传输协议,兼容Claude.ai和其他MCP客户端。
试试问 AI
装完之后,这里有 6 个你可以让 AI 做的事:
什么时候选它
当您的 AI 应用程序需要全面的金融数据时,特别是如果您已经在使用 Financial Modeling Prep API 或希望通过 MCP 访问 250 多种金融工具时。
什么时候不要选它
如果您需要写入金融数据(仅只读)或担心对 Financial Modeling Prep 服务的单一供应商锁定问题,请避免使用。
此 server 暴露的工具
从 README 抽取出 12 个工具searchSearch for companies, ETFs, mutual funds, and other financial instruments
company_profileGet detailed company information including description, CEO, sector, and industry
financial_statementsAccess company financial statements including balance sheet, income statement, and cash flow
company_key_metricsRetrieve key financial metrics and ratios for a company
historical_priceGet historical stock price data for a company
company_newsFetch the latest news and press releases for a company
earnings_transcriptAccess earnings call transcripts for a company
analyst_price_targetsGet analyst price targets and ratings for a stock
company_earningsRetrieve quarterly and annual earnings data for a company
dividend_historyGet historical dividend payment information for a stock
technical_indicatorsCalculate technical indicators for stock price analysis
market_indexesGet data on major market indexes and their performance
说明:Tool names and categories were extracted from the documentation but specific function signatures are not provided in the README. The server claims to expose 250+ tools across 24 categories, but only category names are listed, not individual
可对比工具
安装
安装
托管实例(最快)
无需安装,直接连接:
https://financial-modeling-prep-mcp-server-production.up.railway.app/mcp在会话配置中提供您的 FMP_ACCESS_TOKEN。
自托管(一键命令)
npx financial-modeling-prep-mcp-server --fmp-token=YOUR_FMP_API_KEYClaude Desktop 配置
添加到 Claude Desktop 的 config.json:
{
"mcpServers": {
"financial-modeling-prep": {
"command": "npx",
"args": ["financial-modeling-prep-mcp-server", "--fmp-token=YOUR_FMP_API_KEY"]
}
}
}FAQ
- 提供哪些金融数据类别?
- 服务器提供24个类别的工具,包括股票、ETF、加密货币、外汇、商品、经济、财务报表、技术指标、市场指数、新闻、SEC文件等。
- 我是否需要金融建模准备的API密钥?
- 是的,您需要从financialmodelingprep.com获取免费或付费的API密钥才能使用此MCP服务器。您可以通过--fmp-token参数或FMP_ACCESS_TOKEN环境变量提供此密钥。
Financial-Modeling-Prep-MCP-Server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。