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.
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ICSS
chokcoco不止于 CSS
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント