av_overview
ActiveTool of Alphavantage
declared in 0.1.0
Get company fundamentals for a symbol (e.g., "AAPL"). Returns sector, market cap, P/E ratio, EPS, dividend yield, 52-week range, and analyst ratings.
Parameters schema
{
"type": "object",
"examples": [
{
"symbol": "AAPL",
"_apiKey": "your-alphavantage-api-key"
},
{
"symbol": "GOOGL",
"_apiKey": "your-alphavantage-api-key"
}
],
"required": [
"_apiKey",
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"description": "Stock ticker symbol (e.g., \"AAPL\", \"GOOGL\")"
},
"_apiKey": {
"type": "string",
"description": "Alpha Vantage API key"
}
}
}Parent server
Alphavantage
https://github.com/pipeworx-io/mcp-alphavantage
1/7 registries