Skip to main content
Glama
iferdelja

Alpha Vantage MCP

by iferdelja

Alpha Vantage MCP

A Model Context Protocol (MCP) server for accessing Alpha Vantage stock and financial data.

Features

  • Complete support for all Alpha Vantage API endpoints including stocks, economic indicators, technical indicators, forex, cryptocurrencies, and commodities

  • For reduced context window usage, certain endpoints are organized under same tool (technical indicators, forex, commodities, and cryptocurrencies)

Related MCP server: Stocks MCP Server

API Organization

To provide a more efficient experience and reduce context window usage:

  • Technical Indicators: Consolidated into 5 unified endpoints (moving averages, momentum, volatility, volume, cycle) with type parameters

  • Commodities: Unified into a single endpoint with commodity_type parameter

  • Forex: Time series endpoints consolidated with a series_type parameter

  • Cryptocurrencies: Time series endpoints consolidated with a series_type parameter

This organization maintains full functionality while significantly reducing the number of tools required.

Setup

  1. Clone this repository

  2. Install dependencies: npm install

  3. Copy the example environment file: cp .env.example .env

  4. Edit the .env file and add your Alpha Vantage API key

  5. Build the project: npm run build

Usage

Connect to a Claude client

This MCP server can be used with any MCP-compatible client, such as Claude.

Example queries:

  • "Get a stock quote for MSFT"

  • "Show me the RSI momentum indicator for AAPL with a 14-day period"

  • "What's the exchange rate between USD and EUR?"

  • "Get the monthly price data for Bitcoin in USD"

  • "Show me crude oil prices for the last quarter"

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • -
    license
    -
    quality
    D
    maintenance
    Provides real-time and historical stock market data through the Alpha Vantage API. Enables users to get current stock prices and retrieve historical stock data for any major stock symbol via natural language queries.
    Last updated
  • F
    license
    -
    quality
    D
    maintenance
    Provides real-time access to financial market data including stock quotes, company information, cryptocurrency exchange rates, historical options chains, and time series data through the Alpha Vantage API.
    Last updated
  • A
    license
    C
    quality
    D
    maintenance
    Provides access to real-time and historical stock market data through the Alpha Vantage API, enabling financial analysis and market data queries through natural language.
    Last updated
    100
    74
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    Provides comprehensive market data, fundamental analysis, and technical indicators through the AlphaVantage API. It enables users to fetch financial statements, stock prices, and market news with sentiment analysis for detailed financial research.
    Last updated
    9
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iferdelja/alphavantage_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server