Overview
@DonMorr
关于 Overview
Alphavantage MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"alphavantage": {
"command": "uv",
"args": [
"--directory",
"<DIRECTORY>/alphavantage",
"run",
"alphavantage"
],
"env": {
"ALPHAVANTAGE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
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!
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Servers
modelcontextprotocolModel Context Protocol Servers
评论