Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Alpha Ventage Mcp

    A simple MCP server that fetches real-time financial data from Alpha Vantage API. Get instant access to stock prices, crypto rates, and market indicators with easy-to-use commands.

    4 stars
    JavaScript
    Updated Jul 26, 2025

    Table of Contents

    • 🌟 Features
    • Stock Market Data
    • Cryptocurrency Data
    • Forex Trading
    • Technical Analysis
    • 🚀 Quick Start
    • Installation
    • Installing via Smithery
    • Manual Installation [Administered by Repo Owner]
    • Configuration
    • 🛠️ Available Tools
    • Stock Market Tools
    • get_stock_price
    • get_daily_time_series
    • Cryptocurrency Tools
    • get_crypto_price
    • Forex Tools
    • get_forex_rate
    • 📊 Technical Analysis
    • get_technical_indicator
    • 🔑 API Key
    • 🌐 Supported Markets
    • 🤝 Contributing
    • 📝 License

    Table of Contents

    • 🌟 Features
    • Stock Market Data
    • Cryptocurrency Data
    • Forex Trading
    • Technical Analysis
    • 🚀 Quick Start
    • Installation
    • Installing via Smithery
    • Manual Installation [Administered by Repo Owner]
    • Configuration
    • 🛠️ Available Tools
    • Stock Market Tools
    • get_stock_price
    • get_daily_time_series
    • Cryptocurrency Tools
    • get_crypto_price
    • Forex Tools
    • get_forex_rate
    • 📊 Technical Analysis
    • get_technical_indicator
    • 🔑 API Key
    • 🌐 Supported Markets
    • 🤝 Contributing
    • 📝 License

    Documentation

    Alpha Vantage MCP Server 📈

    smithery badge

    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

    Installing via Smithery

    To install Alpha Vantage Financial Data Server for Claude Desktop automatically via Smithery:

    bash
    npx -y @smithery/cli install @deepsuthar496/alpha-ventage-mcp --client claude

    Manual Installation [Administered by Repo Owner]

    1. Clone the repository:

    bash
    git clone https://github.com/deepsuthar496/alpha-ventage-mcp
    cd alpha-vantage-server

    2. Install dependencies:

    bash
    npm install

    3. Build the server:

    bash
    npm run build

    Configuration

    Configure the server in your MCP settings file:

    json
    {
      "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

    typescript
    // Get real-time stock quotes
    
    alpha-vantage
    get_stock_price
    
    {
      "symbol": "AAPL" 
    }

    get_daily_time_series

    typescript
    // Get daily stock price history
    
    alpha-vantage
    get_daily_time_series
    
    {
      "symbol": "MSFT",
      "outputsize": "compact"
    }

    Cryptocurrency Tools

    get_crypto_price

    typescript
    // Get cryptocurrency prices
    
    alpha-vantage
    get_crypto_price
    
    {
      "symbol": "BTC",
      "market": "USD"
    }

    Forex Tools

    get_forex_rate

    typescript
    // Get currency exchange rates
    
    alpha-vantage
    get_forex_rate
    
    {
      "from_currency": "USD",
      "to_currency": "EUR"
    }

    📊 Technical Analysis

    get_technical_indicator

    typescript
    // Get technical indicators
    
    alpha-vantage
    get_technical_indicator
    
    {
      "symbol": "AAPL",
      "indicator": "SMA",
      "interval": "daily"
    }

    🔑 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

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k