財務データ - MCP サーバー
これは、Alpha Vantage API へのアクセスを提供し、株価データの取得を LLM のコンテキストとして使用できるようにする MCP サーバーです。
利用可能な機能
getStockQuote
: 株式の現在の相場を取得します。getHistoricalData
: 株式の履歴データ (日次、週次、月次) を取得します。- (テクニカル分析、企業概要などのツールは今後追加される予定です。)
設定
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Financial Data Server を自動的にインストールするには:
手動インストール
ホストでの使用
- Alpha Vantage https://www.alphavantage.co/support/#api-keyから API キーを取得します。
- サーバーに接続するように MCP クライアント (例: Claude Desktop) を構成します。
ツール
getStockQuote
株式の現在の相場を取得します。
入力:
symbol
: 株式シンボル(例:AAPL)出力例:
getHistoricalData
株式の履歴データを取得します。
入力:
symbol
: 株式シンボル(例:AAPL)interval
: データの時間間隔(daily
、weekly
、またはmonthly
)(オプション、デフォルト:daily
)outputsize
: 出力のサイズ(compact
またはfull
)(オプション、デフォルト:compact
)出力:
履歴データを含むJSONオブジェクト。出力の構造はintervalパラメータによって異なります。
貢献
貢献を歓迎します!問題またはプルリクエストを開いてください。
ライセンス
マサチューセッツ工科大学
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
これは、Alpha Vantage API へのアクセスを提供し、株価データの取得を LLM のコンテキストとして使用できるようにする MCP サーバーです。
Related MCP Servers
- -securityAlicense-qualityThis is an MCP server for PostgREST. It allows LLMs perform database queries and operations on Postgres databases via PostgREST. This server works with both Supabase projects (which use PostgREST) and standalone PostgREST servers.Last updated -5391,591TypeScriptApache 2.0
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.Last updated -530PythonMIT License
- -securityFlicense-quality一个 Alpha Vantage API 查询 股票信息的 MCP server.Last updated -TypeScript
- -securityAlicense-qualityAn MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.Last updated -PythonMIT License