The Alpha Vantage MCP server provides real-time and historical financial market data. It exposes stock time series, technical indicators, and market sentiment data. It connects to the Alpha Vantage API, offering endpoints for equities, forex, and cryptocurrency data. Developers use it to build financial analysis tools, trading algorithms, and market research applications.
The Alpha Vantage MCP server provides real-time and historical financial market data. It exposes stock time series, technical indicators, and market sentiment data. It connects to the Alpha Vantage API, offering endpoints for equities, forex, and cryptocurrency data. Developers use it to build financial analysis tools, trading algorithms, and market research applications.
pip install alpha-vantage-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"berlinbra-alpha-vantage-mcp-github": {
"command": "uvx",
"args": [
"pip install alpha-vantage-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from alpha vantage mcp?"
API Key Required
This server requires an API key from alpha vantage mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ALPHA_VANTAGE_MCP_API_KEY | Yes | Your alpha vantage mcp API key |
"What resources are available in alpha vantage mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in alpha vantage mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in alpha vantage mcp 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.