Overview
@DonMorr
About Overview
Alphavantage MCP Server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"alphavantage": {
"command": "uv",
"args": [
"--directory",
"<DIRECTORY>/alphavantage",
"run",
"alphavantage"
],
"env": {
"ALPHAVANTAGE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Overview?
Overview is an MCP server that integrates with the Alpha Vantage API to provide stock market data. It is a fork of Cesar Alvernaz’s Alphavantage MCP server with several bug fixes that prevent the original from working correctly.
How to use Overview?
Obtain a free Alpha Vantage API key at alphavantage.co and set it as the ALPHAVANTAGE_API_KEY environment variable. For Claude Desktop, add the server to claude_desktop_config.json with the command uv --directory <DIRECTORY>/alphavantage run alphavantage and the API key in the env section.
Key features of Overview
- Integrates with the Alpha Vantage stock data API
- Implements the MCP protocol
- Bug fixes over the original server
- Uses environment variable for API key
- Compatible with Claude Desktop
Use cases of Overview
- Fetching real-time stock market data via MCP
- Building financial analysis tools
- Providing market data to AI assistants
- Enabling stock data queries in chat interfaces
FAQ from Overview
What API key is required?
A free Alpha Vantage API key, obtained by signing up at alphavantage.co.
How do I set up the server for Claude Desktop?
Add the server configuration to claude_desktop_config.json with the uv command, the path to the server directory, and the ALPHAVANTAGE_API_KEY environment variable.
What was fixed in this fork?
The fork addresses several bugs that prevented the original Alphavantage MCP server from working correctly.
Is any additional software required?
The README only mentions Python (via uv) and the API key; no other dependencies are listed.
Frequently asked questions
What API key is required?
A free Alpha Vantage API key, obtained by signing up at alphavantage.co.
How do I set up the server for Claude Desktop?
Add the server configuration to `claude_desktop_config.json` with the `uv` command, the path to the server directory, and the `ALPHAVANTAGE_API_KEY` environment variable.
What was fixed in this fork?
The fork addresses several bugs that prevented the original Alphavantage MCP server from working correctly.
Is any additional software required?
The README only mentions Python (via `uv`) and the API key; no other dependencies are listed.
Basic information
More Other MCP servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.

EverArt
modelcontextprotocolModel Context Protocol Servers
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments