@qubaomingg/stock-mcp
Alpha Vantage ストック MCP サーバー
これは、Alpha Vantage APIから株式市場データを提供するモデルコンテキストプロトコル(MCP)サーバーです。ClaudeをはじめとするMCPクライアントは、このサーバーを通じてリアルタイムおよび過去の株式データにアクセスできます。
特徴
カスタマイズ可能な間隔で日中株価データを取得する
毎日の株価データを取得する
価格変動に基づいて株価アラートを生成する
株価データをリソースとしてアクセス
Related MCP server: AlphaVantage-MCP
前提条件
Node.js 16以上
Alpha Vantage API キー ( Alpha Vantageで無料で取得できます)
インストール
このリポジトリをクローンする
依存関係をインストールします:
npm installルート ディレクトリに
.envファイルを作成し、Alpha Vantage API キーを追加します。ALPHA_VANTAGE_API_KEY=your_api_key_here
構築と実行
TypeScript コードをビルドします。
npm run buildサーバーを実行します。
npm start自動リロードを使用した開発の場合:
npm run devAPI クライアントをテストします。
npm testClaude for Desktop と併用
この MCP サーバーを Claude for Desktop で使用するには:
デスクトップ版Claudeを開く
設定 > 開発者 > 設定の編集に移動します
claude_desktop_config.jsonに以下を追加します。
{
"mcpServers": {
"alpha-vantage": {
"command": "node",
"args": ["/absolute/path/to/dist/index.js"],
"env": {
"ALPHA_VANTAGE_API_KEY": "YOUR_API_KEY"
}
}
}
}/absolute/path/to/dist/index.js 、構築された index.js ファイルへの絶対パスに置き換えます。
デスクトップ版のClaudeを再起動
利用可能なツール
株価データ取得
特定のシンボルの日中株価データを取得します。
パラメータ:
symbol(必須):株式シンボル(例:IBM、AAPL)interval(オプション):データポイント間の時間間隔(1分、5分、15分、30分、60分)。デフォルト:5分outputsize(オプション):返されるデータの量(コンパクト:最新の100データポイント、フル:最大20年間のデータ)。デフォルト:コンパクト
毎日の株価データを取得する
特定のシンボルの毎日の株価データを取得します。
パラメータ:
symbol(必須):株式シンボル(例:IBM、AAPL)outputsize(オプション):返されるデータの量(コンパクト:最新の100データポイント、フル:最大20年間のデータ)。デフォルト:コンパクト
株価アラートを取得する
株価データを分析して、価格変動に基づいてアラートを生成します。
パラメータ:
symbol(必須):株式シンボル(例:IBM、AAPL)threshold(オプション):価格変動アラートのしきい値(パーセント)。デフォルト:5
利用可能なリソース
株価データ
リソースとして株価データに直接アクセスします。
URI テンプレート: stock://{symbol}/{interval}
パラメータ:
symbol: 株式シンボル(例: IBM、AAPL)interval: 時間間隔(毎日、1分、5分、15分、30分、60分)。デフォルト: daily
Claude での使用例:
「この株価データを分析できますか: stock://AAPL/daily」
「このデータについてどう思いますか: stock://MSFT/5min」
ライセンス
ISC
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
- AlicenseBqualityDmaintenanceThis is an MCP server that provides access to the Alpha Vantage API, allowing stock data retrieval to be used as context to LLMs.2239MIT
- 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
- FlicenseBqualityDmaintenanceA TypeScript-based MCP server that fetches real-time stock market data and company financial information through the Alpha Vantage API.46
- 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
Alpha Vantage MCP — Stock market data, fundamentals, and earnings
MCP server exposing the Backtest360 engine API as tools for AI agents.
A basic MCP server to operate on the Postman API.
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/qubaomingg/stock-analysis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server