av_earnings
ActiveTool of Alphavantage
declared in 0.1.0
Get quarterly earnings data for a symbol (e.g., "AAPL"). Returns reported and estimated EPS, surprise amount, and surprise percentage.
Parameters schema
{
"type": "object",
"examples": [
{
"symbol": "AAPL",
"_apiKey": "your-alphavantage-api-key"
},
{
"symbol": "NVDA",
"_apiKey": "your-alphavantage-api-key"
}
],
"required": [
"_apiKey",
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"description": "Stock ticker symbol (e.g., \"AAPL\", \"NVDA\")"
},
"_apiKey": {
"type": "string",
"description": "Alpha Vantage API key"
}
}
}Parent server
Alphavantage
https://github.com/pipeworx-io/mcp-alphavantage
1/7 registries