Access real-time stock prices, historical data, company fundamentals, financial statements, and earnings for any stock symbol using Alpha Vantage.
# Alphavantage
Alpha Vantage MCP — Stock market data, fundamentals, and earnings
## av_quote
Get real-time stock price for a symbol (e.g., "AAPL"). Returns current price, change, percent change
## av_daily
Get daily stock price history for a symbol (e.g., "AAPL"). Returns open, high, low, close, volume fo
## av_overview
Get company fundamentals for a symbol (e.g., "AAPL"). Returns sector, market cap, P/E ratio, EPS, di
## av_income_statement
Get annual and quarterly income statements for a symbol (e.g., "AAPL"). Returns revenue, gross profi
## av_balance_sheet
Get annual and quarterly balance sheets for a symbol (e.g., "AAPL"). Returns total assets, liabiliti
## av_earnings
Get quarterly earnings data for a symbol (e.g., "AAPL"). Returns reported and estimated EPS, surpris
```json
{
"mcpServers": {
"alphavantage": {
"url": "https://gateway.pipeworx.io/alphavantage/mcp"
}
}
}
```
don't have the plugin yet? install it then click "run inline in claude" again.