✅ Official Alpha Vantage MCP Server
@calvernaz
关于 ✅ Official Alpha Vantage MCP Server
A MCP server for the stock market data API, Alphavantage API.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"alphavantage": {
"command": "uvx",
"args": [
"alphavantage-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ✅ Official Alpha Vantage MCP Server?
A Model Context Protocol (MCP) server that provides access to stock market data via the Alpha Vantage API. It is designed for developers who want to integrate real-time and historical financial data into MCP-compatible clients like Claude Desktop.
How to use ✅ Official Alpha Vantage MCP Server?
Install via uvx alphavantage-mcp (recommended) or pip install alphavantage-mcp. Set the ALPHAVANTAGE_API_KEY environment variable with a free Alpha Vantage API key. Run in default stdio mode (alphavantage) or as a Streamable HTTP server (alphavantage --server http --port 8080). OAuth 2.1 authentication is optional. Configure clients (e.g., Claude Desktop) as shown in the README.
Key features of ✅ Official Alpha Vantage MCP Server
- Supports stdio and Streamable HTTP server modes
- Optional OAuth 2.1 authentication for secure access
- Prometheus metrics for monitoring and observability
- AWS Lambda stateless deployment for auto‑scaling
- Easy installation via uvx or pip
- Beta version for early adopters
Use cases of ✅ Official Alpha Vantage MCP Server
- Retrieving real‑time or historical stock market data via AI assistants
- Building a financial data query tool for Claude Desktop or other MCP clients
- Deploying a secure, production‑ready data API with OAuth and AWS Lambda
- Monitoring and analyzing stock metrics with telemetry support
FAQ from ✅ Official Alpha Vantage MCP Server
How do I get an API key?
Sign up for a free Alpha Vantage API key at https://www.alphavantage.co/support/#api-key, then set it as the ALPHAVANTAGE_API_KEY environment variable.
What runtime does it require?
The server is a Python package installable via pip or uvx. It depends on the Alpha Vantage Python client library.
What transport modes are supported?
Two modes: stdio (default, for tools like Claude Desktop) and Streamable HTTP (with optional OAuth 2.1 authentication for real‑time streaming).
How do I enable telemetry?
Set environment variables MCP_TELEMETRY_ENABLED=true and optionally MCP_METRICS_PORT=9464 (default) to expose Prometheus metrics at /metrics.
Can I deploy it on AWS Lambda?
Yes. The README includes a deploy script in deploy/aws-stateless-mcp-lambda/ for a stateless, auto‑scaling, cost‑effective Lambda deployment.
金融与商务 分类下的更多 MCP 服务器
MCP Yahoo Finance
maxscheijenA Model Context Protocol (MCP) server for Yahoo Finance.
kospi-kosdaq-stock-server
dragon1086An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP
₿itcoin & Lightning Network MCP Server
AbdelStarkBitcoin & Lightning Network MCP Server.
Crypto Price & Market Analysis MCP Server
truss44A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
Financial Datasets MCP Server
financial-datasetsAn MCP server for interacting with the Financial Datasets stock market API.
评论