AlphaVantage
Official100+ financial market data APIs for stocks, ETFs, forex, and crypto.
API Key Required
Configuration
{
"mcpServers": {
"alphavantage": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-alphavantage"
],
"env": {
"ALPHAVANTAGE_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.