Alpha Vantage MCP Server
Official Alpha Vantage MCP server: quotes, historical series, indicators and company data
Install
{
"mcpServers": {
"alphavantage": {
"command": "uvx",
"args": ["marketdata-mcp-server", "YOUR_API_KEY"]
}
}
}Local launch; requires uv.
This is third-party code. Review the repository files before installing.
What it does
The server exposes Alpha Vantage API functions as MCP tools: daily and intraday price series, technical indicators such as RSI, company overviews and other market data. The agent calls a function by name with parameters such as a ticker. The recommended connection is remote over OAuth, where you enter the key on an authorization page. A local launch via uvx is also available.
Who it is for. For analysts and developers who want the agent to use market data instead of answering from memory.
Good fit when
- You need current or historical stock prices for analysis
- You need an indicator or a chart for a ticker
- You need a company fundamentals overview
Not a fit when
- You need Moscow Exchange data and Russian issuers
- You need trading or order execution
Example request
Give me last week's daily prices for IBM and compute RSILimitations
Requires an Alpha Vantage key; the free key has request limits. The server only provides data and is not financial advice. The key-in-URL option is deprecated. Availability from Russia is unverified.
How to disable. Disconnect the connector in client settings or remove the alphavantage block from the MCP config.
MCP
- Transport
- http, stdio
- Authentication
- OAuth
Security check
- Calls an external API with the user's key
README in short
The README opens with three connection options: remote OAuth, the deprecated key-in-URL and local via uvx. Step-by-step instructions follow for chat clients, agent platforms and IDEs, including Claude, ChatGPT, Azure AI Foundry and Hermes Agent. It gives a sample system prompt so the agent takes data from the server. MIT licensed.
FAQ
How do I rotate the key?
Disconnect and reconnect the server, then enter the new key on the authorization page.
Related
Stripe's official MCP server, plugins and skills: the agent searches the API and docs, reads and changes account data
The official CCXT MCP server and skills: market data, balances and opt-in trading across crypto exchanges and prediction markets
Skill plugins for analyzing stocks, earnings, options and startups, plus readers for social feeds and market data
Skills and an MCP server for options traders: quotes, technical analysis, Greeks, spreads, scanners and Interactive Brokers portfolio