Financial Modeling Prep MCP (Model Context Protocol)
@imbenrabi
Financial Modeling Prep MCP (Model Context Protocol) について
A Model Context Protocol (MCP) implementation for Financial Modeling Prep, enabling AI assistants to access and analyze financial data, stock information, company fundamentals, and market insights.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Financial-Modeling-Prep-MCP-Server": {
"command": "npx",
"args": [
"financial-modeling-prep-mcp-server",
"--fmp-token=YOUR_FMP_API_KEY"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Financial Modeling Prep MCP?
A Model Context Protocol (MCP) server that connects AI assistants to the Financial Modeling Prep API, exposing over 250 financial data tools. It serves developers and financial analysts who need programmatic access to stocks, ETFs, crypto, forex, commodities, economics, and more.
How to use Financial Modeling Prep MCP?
Use the hosted instance at https://financial-modeling-prep-mcp-server-production.up.railway.app/mcp and provide your FMP_ACCESS_TOKEN. Alternatively, self-host with one command: npx financial-modeling-prep-mcp-server --fmp-token=YOUR_FMP_API_KEY. The server supports three modes: Dynamic (load toolsets via meta-tools), Static (pre-load specified tool sets), and All Tools (default, loads everything).
Key features of Financial Modeling Prep MCP
- 250+ financial tools across 24 categories
- Dynamic tool management with runtime enable/disable
- Three server modes: Dynamic, Static, All Tools
- HTTP/SSE transport for Claude.ai and other clients
- Flexible deployment: hosted, npm, Docker, or source
Use cases of Financial Modeling Prep MCP
- AI assistant providing real-time stock quotes and prices
- Analyzing company financial statements and metrics
- Retrieving market indexes, crypto, and forex data
- Fetching earnings reports and SEC filings
- Monitoring insider trading and institutional activity
FAQ from Financial Modeling Prep MCP
What runtime does the server require?
Node.js 25.3.0 or higher is required for version 2.6.0+; for older versions, Node.js 20+ works.
How do I authenticate with the server?
Provide your Financial Modeling Prep API key via the --fmp-token CLI flag, the FMP_ACCESS_TOKEN environment variable, or session configuration.
What transport protocol does the server use?
The server uses HTTP/SSE (Server-Sent Events) transport, compatible with Claude.ai, Claude Desktop, and MCP registries.
Can I control which tools are loaded?
Yes. The Dynamic mode starts with only 5 meta-tools and lets you load tool sets at runtime. Static mode pre-loads specific tool sets. All Tools mode loads all 250+ tools.
Is there a hosted version available?
Yes, a hosted instance is available at https://financial-modeling-prep-mcp-server-production.up.railway.app/mcp. You only need to provide your API key in session configuration.
「金融とコマース」の他のコンテンツ
Armor Crypto MCP
armorwalletThe MCP server for interacting with Blockchain, Swaps, Strategic Planning and more.
Crypto Fear & Greed Index MCP Server
kukapayProviding real-time and historical Crypto Fear & Greed Index data
Alpaca Trading MCP Server
laukikkMCP for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data
Financial Datasets MCP Server
financial-datasetsAn MCP server for interacting with the Financial Datasets stock market API.
MCP Yahoo Finance
maxscheijenA Model Context Protocol (MCP) server for Yahoo Finance.
コメント