findata-mcp-server
財務データ - MCP サーバー
これは、Alpha Vantage API へのアクセスを提供し、株価データの取得を LLM のコンテキストとして使用できるようにする MCP サーバーです。
利用可能な機能
getStockQuote: 株式の現在の相場を取得します。getHistoricalData: 株式の履歴データ (日次、週次、月次) を取得します。(テクニカル分析、企業概要などのツールは今後追加される予定です。)
Related MCP server: AlphaVantage MCP Server
設定
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Financial Data Server を自動的にインストールするには:
npx -y @smithery/cli install findata-mcp-server --client claude手動インストール
npm install findata-mcp-serverホストでの使用
Alpha Vantage https://www.alphavantage.co/support/#api-keyから API キーを取得します。
サーバーに接続するように MCP クライアント (例: Claude Desktop) を構成します。
{
"mcpServers": {
"alphaVantage": {
"command": "npx",
"args": ["-y", "findata-mcp-server"],
"env": {
"ALPHA_VANTAGE_API_KEY": "PUT_YOUR_API_KEY_HERE"
}
}
}
}ツール
getStockQuote
株式の現在の相場を取得します。
入力:
symbol : 株式シンボル(例:AAPL)出力例:
getHistoricalData
株式の履歴データを取得します。
入力:
symbol: 株式シンボル(例:AAPL)interval: データの時間間隔(daily、weekly、またはmonthly)(オプション、デフォルト:daily)outputsize: 出力のサイズ(compactまたはfull)(オプション、デフォルト:compact)出力:
履歴データを含むJSONオブジェクト。出力の構造はintervalパラメータによって異なります。
貢献
貢献を歓迎します!問題またはプルリクエストを開いてください。
ライセンス
マサチューセッツ工科大学
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
- AlicenseBqualityFmaintenanceA 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.12105MIT
- Alicense-qualityDmaintenanceAn MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides real-time financial data integration with Alpha Vantage's API, enabling access to stock market data, cryptocurrency prices, forex rates, and technical indicators.7164MIT
- AlicenseBqualityDmaintenanceThis is an MCP server that provides access to the Alpha Vantage API, allowing stock data retrieval to be used as context to LLMs.223MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Alpha Vantage MCP — Stock market data, fundamentals, and earnings
MCP server for AI dialogue using various LLM models via AceDataCloud
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/xBlueCode/findata-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server