Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

A Model Context Protocol (MCP) server that provides access to Alpha Vantage financial data APIs.

README.md

Alpha Vantage MCP Server

English | 中文

A Model Context Protocol (MCP) server that provides access to Alpha Vantage financial data APIs. This server enables AI assistants to fetch real-time and historical financial market data including stock prices, forex rates, cryptocurrency data, and various technical indicators.

✨ Features

  • Real-time Stock Data: Get current stock prices, quotes, and market information
  • Historical Data: Access historical stock prices and trading volumes
  • Technical Indicators: Calculate various technical analysis indicators (SMA, EMA, RSI, MACD, etc.)
  • Forex Data: Real-time and historical foreign exchange rates
  • Cryptocurrency: Digital currency prices and market data
  • Company Information: Fundamental data, earnings, and company overviews
  • Market News: Latest financial news and market sentiment

🚀 Quick Start

Prerequisites

  • Node.js 16+ installed
  • Alpha Vantage API key (get one free at Alpha Vantage)

Installation

No installation required! The package will be downloaded and run automatically using npx.

For local development: ``bash git clone https://github.com/jeasionr-ui/alpha-ventage-mcp.git cd alpha-ventage-mcp npm install ``

⚙️ Configuration

Configure the server in your MCP settings file:

{
  "mcpServers": {
    "alpha-vantage": {
      "command": "npx",
      "args": ["alpha-ventage-mcp"],
      "env": {
        "ALPHA_VANTAGE_API_KEY": "your-api-key-here"
      },
      "disabled": false,
      "alwaysAllow": []
    }
  }
}

🔑 API Key

Get your free Alpha Vantage API key:

  1. Visit Alpha Vantage
  2. Sign up for a free account
  3. Copy your API key
  4. Add it to your environment variables or MCP configuration

📊 Available Tools

Stock Data

  • get_stock_quote - Get real-time stock quote
  • get_stock_intraday - Get intraday stock data
  • get_stock_daily - Get daily stock prices
  • get_stock_weekly - Get weekly stock prices
  • get_stock_monthly - Get monthly stock prices

Technical Indicators

  • get_sma - Simple Moving Average
  • get_ema - Exponential Moving Average
  • get_rsi - Relative Strength Index
  • get_macd - Moving Average Convergence Divergence
  • get_bollinger_bands - Bollinger Bands
  • get_stochastic - Stochastic Oscillator

Forex & Crypto

  • get_forex_rate - Real-time forex exchange rates
  • get_crypto_rating - Cryptocurrency ratings
  • get_crypto_intraday - Intraday crypto data

Company Information

  • get_company_overview - Company fundamental data
  • get_earnings - Quarterly and annual earnings
  • search_symbol - Search for stock symbols

Market News

  • get_news_sentiment - Market news and sentiment analysis

🛠️ Development

Building

npm run build

Testing

# Test with environment variable
ALPHA_VANTAGE_API_KEY=your_key_here node build/index.js

📝 Example Usage

Once configured, you can ask your AI assistant questions like:

  • "What's the current stock price of AAPL?"
  • "Show me the RSI for Tesla stock"
  • "Get the latest earnings for Microsoft"
  • "What's the EUR/USD exchange rate?"
  • "Show me Bitcoin's price trend today"

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📄 License

MIT License - see LICENSE file for details.

🔗 Links

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Browser & Scraping servers.