✅ Official Alpha Vantage MCP Server
@calvernaz
About ✅ Official Alpha Vantage MCP Server
A MCP server for the stock market data API, Alphavantage API.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"alphavantage": {
"command": "uvx",
"args": [
"alphavantage-mcp"
]
}
}
}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 ✅ 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.
Frequently asked questions
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.
Basic information
More Finance & Commerce MCP servers
Yahoo Finance MCP Server
Alex2Yang97This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows you to retrieve detailed information about stocks, including historical prices, company information, financial statements, options data, and market news.
Octagon: MCP for Market Data
OctagonAIAn MCP server for public & prediction markets research. Ask natural-language questions and get structured, source-backed answers across SEC filings, earnings transcripts, company financials, stock & crypto market data, and prediction markets news & research. Built for investors,
MetaTrader 5 MCP Server
QoyyuumA Model Context Protocol (MCP) server for interacting with the MetaTrader 5 trading platform. This server provides AI assistants with tools and resources to access market data, perform trading operations, and analyze trading history.
💹 MCP YFinance Stock Server
Adity-starReal-time stock API with Python, MCP server example, yfinance stock analysis dashboard
Edwin
edwin-financeEmpowering AI agents to dominate DeFAI
Comments