Financial Modeling Prep MCP Server
財務モデリング準備(FMP)MCPサーバー
標準化されたインターフェースを介してFinancial Modeling Prep (FMP) APIデータへのアクセスを提供するModel Context Protocol (MCP)サーバー。このサーバーにより、ClaudeのようなAIアシスタントはプログラムから財務データにアクセスできるようになります。
特徴
企業プロフィール: 企業情報、説明、時価総額、従業員数、業界データにアクセスします
財務諸表:損益計算書、貸借対照表、キャッシュフロー計算書を取得します
財務指標: 主要な指標、比率、成長データを取得します
アナリストデータ: アナリストの見積もりと推奨事項にアクセス
SEC提出書類: SEC提出書類の内容を検索して取得する
決算説明会の記録: 決算説明会の記録を入手する
市場データ:現在の株価と国債利回りにアクセス
競合分析:競合企業を見つける
Related MCP server: Ledger CLI MCP Server
インストール
前提条件
Python 3.8以上
UV パッケージ マネージャー (推奨) または pip
財務モデリング準備APIキー
設定
このリポジトリをクローンする
API キーを使用してプロジェクト ルートに
.envファイルを作成します。# Financial Modeling Prep API Configuration FMP_KEY=your_api_key_here # Optional: SEC API Configuration SEC_ACCESS=YourCompanyName YourEmail@example.comUV を使用して依存関係をインストールします (推奨):
uv venv uv pip install -r requirements.txtまたは pip を使用します:
pip install -r requirements.txt
サーバーの実行
UVの使用(推奨)
UVは依存関係の解決とインストールを高速化します。UVでサーバーを実行するには、以下の手順を実行します。
# Activate the virtual environment
uv venv activate
# Run the server
python fmp_mcp_server.pyサーバーが起動し、デフォルトの MCP ポートで接続をリッスンします。
pipの使用
# Create and activate a virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Run the server
python fmp_mcp_server.pyClaude Desktopとの接続
Claude DesktopはMCPサーバーに接続して財務データにアクセスできます。設定方法は次のとおりです。
Claude Desktopをダウンロード
claude_desktop_config.json を編集します: "fmp_mcp_server": { "command": "uv", "args": [ "--directory", "REPLACE ME WITH Absolute DIRECTORY TO REPO", "run", "fmp_mcp_server.py" ] }
これで、クロードはMCPインターフェースを介してFMPデータを使用できるようになりました。クロードに以下のことを依頼できます。
企業プロフィールを取得する
財務諸表を取得する
SEC提出書類を探す
市場データにアクセスする
さらにもっと!
クロードのクエリ例
接続すると、次のような質問をクロードに尋ねることができます。
「3年間の投資を検討していますが、Appleは良い投資でしょうか?」
「テスラの最新の四半期損益計算書を見せてください」
「マイクロソフトの最新の10-Kファイルを見つける」
「Amazonの主な競合相手は何ですか?」
「Metaの最新の収益トランスクリプトを入手」
設定オプション
サーバーは次の環境変数をサポートしています。
FMP_KEY: Financial Modeling Prep APIキー(必須)SEC_ACCESS: SEC APIアクセス用の会社名とメールアドレス(オプション)
キャッシング
サーバーは、API 呼び出しを減らしてパフォーマンスを向上させるためにキャッシュ システムを実装します。
財務データは四半期/年ごとにキャッシュされます
プロフィールデータは毎月キャッシュされます
当日の価格データはキャッシュされます
キャッシュ ファイルはDataCacheディレクトリに保存されます。
ログ記録
ログはローテーションが有効になっているlogsディレクトリに書き込まれます。
最大ログファイルサイズ: 10MB
バックアップファイル数: 5
ライセンス
謝辞
This server cannot be installed
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
- 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,276MIT
- AlicenseCqualityDmaintenanceA Model Context Protocol server that allows AI assistants to query and analyze financial data through Ledger CLI, enabling tasks like financial reporting, budget analysis, and accounting.951MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI agents to interact with Brex financial platform data, allowing retrieval of account information, expenses, budgets, and team data through standardized resource handlers.21114MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that connects AI assistants like Claude to Moneybird accounting software, enabling management of contacts, financial data, products, and business operations through natural language.4728MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Financial Modeling Prep MCP (/stable API; v3 deprecated 2025-08-31).
A Model Context Protocol server for Wix AI tools
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/shadi-fsai/fmp_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server