Alpha Vantage MCP Server

Integrations

  • Used for dependency management and running build scripts for the Alpha Vantage MCP server.

  • Used for type definitions in the tool usage examples, showing how to structure API requests to Alpha Vantage's financial data services.

Alpha Vantage MCP サーバー 📈

Alpha Vantage の金融データ API とのシームレスな統合を提供し、リアルタイムの株式市場データ、暗号通貨の価格、外国為替レート、テクニカル指標を可能にするモデル コンテキスト プロトコル (MCP) サーバー。

🌟 特徴

株式市場データ

  • 世界市場のリアルタイム株価
  • 過去の価格データ(日次、週次)
  • 包括的な企業情報
  • 複数の取引所(NYSE、NASDAQ、BSE)をサポート

暗号通貨データ

  • リアルタイムの暗号通貨価格
  • デジタル通貨の為替レート
  • 主要な暗号通貨市場データ

外国為替取引

  • リアルタイムの為替レート
  • 通貨ペアの変換
  • 世界の外国為替市場データ

テクニカル分析

  • 高度なテクニカル指標
  • 移動平均線(SMA、EMA)
  • 市場モメンタム指標
  • 取引シグナルとパターン

🚀 クイックスタート

インストール

  1. リポジトリをクローンします。
git clone [your-repo-url] cd alpha-vantage-server
  1. 依存関係をインストールします:
npm install
  1. サーバーを構築します。
npm run build

構成

MCP 設定ファイルでサーバーを構成します。

{ "mcpServers": { "alpha-vantage": { "command": "node", "args": ["path/to/alpha-vantage-server/build/index.js"], "env": { "ALPHA_VANTAGE_API_KEY": "your-api-key-here" }, "disabled": false, "alwaysAllow": [] } } }

🛠️ 利用可能なツール

株式市場ツール

株価を取得する
// Get real-time stock quotes <use_mcp_tool> <server_name>alpha-vantage</server_name> <tool_name>get_stock_price</tool_name> <arguments> { "symbol": "AAPL" } </arguments> </use_mcp_tool>
毎日の時系列を取得する
// Get daily stock price history <use_mcp_tool> <server_name>alpha-vantage</server_name> <tool_name>get_daily_time_series</tool_name> <arguments> { "symbol": "MSFT", "outputsize": "compact" } </arguments> </use_mcp_tool>

暗号通貨ツール

暗号通貨の価格を取得する
// Get cryptocurrency prices <use_mcp_tool> <server_name>alpha-vantage</server_name> <tool_name>get_crypto_price</tool_name> <arguments> { "symbol": "BTC", "market": "USD" } </arguments> </use_mcp_tool>

外国為替ツール

外国為替レートを取得する
// Get currency exchange rates <use_mcp_tool> <server_name>alpha-vantage</server_name> <tool_name>get_forex_rate</tool_name> <arguments> { "from_currency": "USD", "to_currency": "EUR" } </arguments> </use_mcp_tool>

📊 テクニカル分析

テクニカル指標を取得する

// Get technical indicators <use_mcp_tool> <server_name>alpha-vantage</server_name> <tool_name>get_technical_indicator</tool_name> <arguments> { "symbol": "AAPL", "indicator": "SMA", "interval": "daily" } </arguments> </use_mcp_tool>

🔑 APIキー

Alpha VantageでAPIキーを登録してください。無料プランには以下が含まれます。

  • 1日あたり25回のAPI呼び出し
  • リアルタイムおよび履歴データへのアクセス
  • 世界市場を網羅

🌐 サポートされている市場

  • 米国株式市場(NYSE、NASDAQ)
  • 世界の暗号通貨市場
  • 外国為替市場
  • 国際株式市場

🤝 貢献する

  1. リポジトリをフォークする
  2. 機能ブランチを作成する
  3. 変更をコミットする
  4. ブランチにプッシュする
  5. 新しいプルリクエストを作成する

📝 ライセンス

マサチューセッツ工科大学

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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 とのリアルタイムの金融データ統合を提供し、株式市場データ、暗号通貨の価格、外国為替レート、テクニカル指標へのアクセスを可能にする MCP サーバーです。

  1. 🌟 特徴
    1. 株式市場データ
    2. 暗号通貨データ
    3. 外国為替取引
    4. テクニカル分析
  2. 🚀 クイックスタート
    1. インストール
    2. 構成
  3. 🛠️ 利用可能なツール
    1. 株式市場ツール
    2. 暗号通貨ツール
    3. 外国為替ツール
  4. 📊 テクニカル分析
    1. テクニカル指標を取得する
  5. 🔑 APIキー
    1. 🌐 サポートされている市場
      1. 🤝 貢献する
        1. 📝 ライセンス

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A 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 -
            5
            30
            Python
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            Allows Claude and other MCP clients to access real-time and historical stock market data from Alpha Vantage API, including intraday and daily stock data with customizable intervals.
            Last updated -
            3
            3
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            An MCP server implementation that integrates with Angle One APIs to provide standardized access to financial market data, trading operations, and portfolio management.
            Last updated -
            Python
          • -
            security
            A
            license
            -
            quality
            An MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.
            Last updated -
            Python
            MIT License
            • Linux
            • Apple

          View all related MCP servers

          ID: q4m76j6wjb