Back to MCP Servers
Alpha Vantage
Alpha Vantage API integration to fetch both stock and crypto information
finance-fintechapi
By berlinbra
Installation
npx -y alpha-vantage-mcpConfiguration
{
"mcpServers": {
"alpha-vantage-mcp": {
"command": "npx",
"args": ["-y", "alpha-vantage-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes