berlinbra/alpha-vantage-mcp
by Various
MCP Server for Alpha Advantage API
MCP
berlinbra/alpha-vantage-mcp
Added 1 June 2026
Overview
An MCP server that wraps the Alpha Vantage API, exposing financial data endpoints through the Model Context Protocol. It allows AI agents and MCP-compatible clients to query stock prices, forex rates, and other market data using natural language or structured requests.
Best for
Best for
Developers building AI agents or MCP-based tools that need straightforward access to financial market data
Use cases
- Fetch real-time stock quotes for portfolio monitoring in an AI assistant
- Retrieve historical price data for backtesting trading strategies
- Integrate currency exchange rates into a financial planning chatbot
How to use
Install
npx -y @smithery/cli install @berlinbra/alpha-vantage-mcp --client claude Tools exposed
get-stock-quoteget-company-infoget-crypto-exchange-rateget-time-seriesget-realtime-optionsget-historical-optionsget-etf-profileget-crypto-dailyget-crypto-weeklyget-crypto-monthlyget-earnings-calendarget-historical-earnings
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "alphavantage": {\n "command": "docker",\n "args": [\n "run",\n "-i",\n "-e",\n "ALPHA_VANTAGE_API_KEY",\n "mcp/alpha-vantage"\n ],\n "env": {\n "ALPHA_VANTAGE_API_KEY": "REPLACE_API_KEY"\n }\n }\n }\n} Notes
An MCP server that wraps the Alpha Vantage API, exposing financial data endpoints through the Model Context Protocol. It allows AI agents and MCP-compatible clients to query stock prices, forex rates, and other market data using natural language or structured requests.
97 stars on GitHub. Last updated 2025-10-22. Licensed MIT.
Use cases
- Fetch real-time stock quotes for portfolio monitoring in an AI assistant
- Retrieve historical price data for backtesting trading strategies
- Integrate currency exchange rates into a financial planning chatbot
Pros
- Open source and written in Python, easy to extend or customize
- Leverages the widely used MCP standard for seamless integration with AI tools
- Provides access to a broad range of Alpha Vantage endpoints through a single server
Cons
- Requires a free Alpha Vantage API key, which has rate limits (5 calls per minute)
- Limited to the data available via Alpha Vantage’s free tier; premium data requires paid plans
- No built-in caching or error handling for API outages beyond basic MCP error responses
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source and written in Python, easy to extend or customize
- Leverages the widely used MCP standard for seamless integration with AI tools
- Provides access to a broad range of Alpha Vantage endpoints through a single server
Cons
- Requires a free Alpha Vantage API key, which has rate limits (5 calls per minute)
- Limited to the data available via Alpha Vantage's free tier; premium data requires paid plans
- No built-in caching or error handling for API outages beyond basic MCP error responses
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.