Financial Modeling Prep (FMP) MCP Server
Financial Modeling Prep MCPサーバー
最新のMCP SDKツール/リソース/プロンプトモデルで構築された、Financial Modeling Prep (FMP) 市場データ用MCPサーバー。
概要
aigroup-fmp-mcp は、Financial Modeling Prep APIを介して、以下のための構造化されたMCPインターフェースを提供します:
リアルタイムの株価とシンボル検索
企業プロファイルと財務諸表
アナリスト予想とレーティング
テクニカル指標とヒストリカルチャート
決算/経済カレンダーのワークフロー
分析タスクのための再利用可能なMCPリソースとプロンプト
Related MCP server: FMP MCP Server
ハイライト
市場データ、財務、アナリストワークフロー、テクニカル指標、カレンダーデータを網羅する 25個のMCPツール
URIベースの直接アクセスパターンをサポートする リソース
株式分析、ポートフォリオレビュー、決算プレビューのための プロンプトテンプレート
オプションのHTTPヘルス/情報エンドポイントを備えた 完全なstdio MCPサポート
より安全な入力処理のための Zodバリデーション
最新の
McpServerAPIを備えた MCP SDK 1.27.1 上に構築
クイックスタート
要件
Node.js >= 18
npm
有効なFMP APIキー
ローカルソースでの実行
git 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 startHTTPモード
export FMP_API_KEY="your-api-key"
npm run start:httpデフォルトでは、HTTPサーバーは以下を公開します:
POST /mcp— このビルドでは501を返しますGET /health— ヘルスチェックGET /— サーバー情報
現在のビルドにおけるHTTPモードは、ヘルスチェックとサービスメタデータ専用です。MCPツール、リソース、プロンプトにはstdioモードを使用してください。
設定
サーバーを起動する前にAPIキーを設定してください:
export FMP_API_KEY="your-api-key"キーは Financial Modeling Prep から取得してください。
MCPクライアントの設定
Claude Desktop / 互換性のあるMCPクライアント
{
"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_constituents
財務諸表
get_company_profileget_income_statementget_balance_sheetget_cash_flowget_stock_newsget_key_metricsget_financial_ratios
アナリストデータ
get_analyst_estimatesget_price_targetget_analyst_ratingsget_insider_tradingget_institutional_holders
テクニカル指標
get_technical_indicator_rsiget_technical_indicator_smaget_technical_indicator_emaget_historical_chart
カレンダーデータ
get_earnings_calendarget_economic_calendarget_economic_indicator
リソース
fmp://company/{symbol}/profilefmp://company/{symbol}/quotefmp://company/{symbol}/financials/{statement}/{period}fmp://market/overviewfmp://market/sectors/{date}
プロンプト
stock_analysisportfolio_evaluationearnings_preview
プロジェクト構造
aigroup-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 devAPIリファレンス
すべてのツールはFMPエンドポイントにマッピングされています。公式ドキュメントを参照してください:
謝辞
参考プロジェクト
houtini-ai/fmp-mcp
参考範囲: プロジェクト全体の方向性、MCPサーバー構造、機能構成
この実装の参考となった先行オープンソース作業を提供してくれた houtini-ai に感謝します。
ライセンスと使用方法
このプロジェクトは MITライセンス の下でリリースされています。
元の著作権表示およびライセンス条文が保持されている限り、商用利用を含め、本ソフトウェアのコピーの使用、複製、変更、結合、出版、配布、サブライセンス、および販売を行うことができます。
注意:
本ソフトウェアは 「現状のまま」 提供され、いかなる種類の保証もありません
ソフトウェアのコピーまたは重要な部分には、関連する著作権および許可の通知を保持する必要があります
FMP API の使用は、Financial Modeling Prep自身の利用規約、クォータ、課金ルール、およびデータ使用制限に従うものとします
全文は LICENSE を参照してください。
サポート
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that provides tools for financial analysis using the Financial Modelling Prep API. It enables users to retrieve real-time stock quotes, financial statements, valuation metrics, and sector performance data for investment research.
- AlicenseNot gradedqualityNot gradedmaintenanceAn MCP server that provides tools for financial analysis and investment research using the Financial Modelling Prep API. It enables users to access real-time stock quotes, financial statements, key metrics, and market sector performance data.
- FlicenseNot gradedqualityDmaintenanceA specialized MCP server that provides institutional-grade financial data and market research via the Finnhub API. It enables AI agents to function as equity researchers, generating professional market reports and high-fidelity analysis for stock tickers.
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that provides tools, resources, and prompts for financial analysis using the Financial Modeling Prep API.50MIT
Related MCP Connectors
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Financial Modeling Prep MCP (/stable API; v3 deprecated 2025-08-31).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jackdark425/aigroup-fmp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server