AlphaVantage
Official
💰 Finance & Trading
Official Alpha Vantage MCP server for financial market data. 70+ tools covering stock quotes, options, earnings, forex, crypto, commodities, economic indicators, and 50+ technical indicators for comprehensive market analysis.
Tags
Tools (27)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"alphavantage": {
"command": "uvx",
"args": [
"marketdata-mcp-server"
],
"env": {
"ALPHA_VANTAGE_API_KEY": "your-alpha-vantage-api-key-here"
}
}
}
}