The alphavantage MCP server provides real-time and historical stock market data via the Alpha Vantage API. It exposes endpoints for stock quotes, technical indicators, and market data. It connects directly to Alpha Vantage's REST API. Developers use it to build financial applications, perform market analysis, and create trading algorithms.
The alphavantage MCP server provides real-time and historical stock market data via the Alpha Vantage API. It exposes endpoints for stock quotes, technical indicators, and market data. It connects directly to Alpha Vantage's REST API. Developers use it to build financial applications, perform market analysis, and create trading algorithms.
pip install alphavantageAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"calvernaz-alphavantage-github": {
"command": "uvx",
"args": [
"pip install alphavantage"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from alphavantage?"
API Key Required
This server requires an API key from alphavantage. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ALPHAVANTAGE_API_KEY | Yes | Your alphavantage API key |
"What resources are available in alphavantage?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in alphavantage"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in alphavantage with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.