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 Server 📈

A Model Context Protocol (MCP) server that provides seamless integration with Alpha Vantage's financial data API, enabling real-time stock market data, cryptocurrency prices, forex rates, and technical indicators.

🌟 Features

Stock Market Data

  • Real-time stock quotes from global markets
  • Historical price data (daily, weekly)
  • Comprehensive company information
  • Support for multiple exchanges (NYSE, NASDAQ, BSE)

Cryptocurrency Data

  • Real-time crypto prices
  • Digital currency exchange rates
  • Major cryptocurrency market data

Forex Trading

  • Live foreign exchange rates
  • Currency pair conversions
  • Global forex market data

Technical Analysis

  • Advanced technical indicators
  • Moving averages (SMA, EMA)
  • Market momentum indicators
  • Trading signals and patterns

🚀 Quick Start

Installation

  1. Clone the repository:
git clone https://github.com/deepsuthar496/alpha-ventage-mcp cd alpha-vantage-server
  1. Install dependencies:
npm install
  1. Build the server:
npm run build

Configuration

Configure the server in your MCP settings file:

{ "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": [] } } }

🛠️ Available Tools

Stock Market Tools

get_stock_price
// 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_time_series
// 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>

Cryptocurrency Tools

get_crypto_price
// 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>

Forex Tools

get_forex_rate
// 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>

📊 Technical Analysis

get_technical_indicator

// 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 Key

Sign up for an API key at Alpha Vantage. Free tier includes:

  • 25 API calls per day
  • Real-time and historical data access
  • Global market coverage

🌐 Supported Markets

  • US Stock Markets (NYSE, NASDAQ)
  • Global Cryptocurrency Markets
  • Foreign Exchange Markets
  • International Stock Markets

🤝 Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a new Pull Request

📝 License

MIT

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.

An 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.

  1. 🌟 Features
    1. Stock Market Data
    2. Cryptocurrency Data
    3. Forex Trading
    4. Technical Analysis
  2. 🚀 Quick Start
    1. Installation
    2. Configuration
  3. 🛠️ Available Tools
    1. Stock Market Tools
    2. Cryptocurrency Tools
    3. Forex Tools
  4. 📊 Technical Analysis
    1. get_technical_indicator
  5. 🔑 API Key
    1. 🌐 Supported Markets
      1. 🤝 Contributing
        1. 📝 License

          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