alphavantage-mcp.md

Alpha Vantage MCP

from"alphavantage"
540

Connect to 100+ APIs for financial market data

Finance
stocksforexcryptomarket data
install.sh
# Clone the repository
$git clone https://github.com/alphavantage/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve