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 服务器 📈

模型上下文协议 (MCP) 服务器可与 Alpha Vantage 的财务数据 API 无缝集成,实现实时股票市场数据、加密货币价格、外汇汇率和技术指标。

🌟 功能

股市数据

  • 全球市场的实时股票报价
  • 历史价格数据(每日、每周)
  • 全面的公司信息
  • 支持多家交易所(纽约证券交易所、纳斯达克、孟买证券交易所)

加密货币数据

  • 实时加密货币价格
  • 数字货币汇率
  • 主要加密货币市场数据

外汇交易

  • 实时外汇汇率
  • 货币对转换
  • 全球外汇市场数据

技术分析

  • 高级技术指标
  • 移动平均线(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 密钥。免费套餐包括:

  • 每天 25 次 API 调用
  • 实时和历史数据访问
  • 全球市场覆盖

🌐 支持的市场

  • 美国股票市场(纽约证券交易所、纳斯达克)
  • 全球加密货币市场
  • 外汇市场
  • 国际股票市场

🤝 贡献

  1. 分叉存储库
  2. 创建你的功能分支
  3. 提交你的更改
  4. 推送到分支
  5. 创建新的 Pull 请求

📝 许可证

麻省理工学院

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.

MCP 服务器提供与 Alpha Vantage 的 API 的实时财务数据集成,从而可以访问股票市场数据、加密货币价格、外汇汇率和技术指标。

  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