av_daily
ActiveTool of Alphavantage
declared in 0.1.0
Get daily stock price history for a symbol (e.g., "AAPL"). Returns open, high, low, close, volume for recent days or full 20+ year history.
Parameters schema
{
"type": "object",
"examples": [
{
"symbol": "AAPL",
"_apiKey": "your-alphavantage-api-key"
},
{
"symbol": "MSFT",
"_apiKey": "your-alphavantage-api-key",
"outputsize": "full"
}
],
"required": [
"_apiKey",
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"description": "Stock ticker symbol (e.g., \"AAPL\", \"MSFT\")"
},
"_apiKey": {
"type": "string",
"description": "Alpha Vantage API key"
},
"outputsize": {
"type": "string",
"description": "\"compact\" for last 100 data points (default), \"full\" for 20+ years of data"
}
}
}Parent server
Alphavantage
https://github.com/pipeworx-io/mcp-alphavantage
1/7 registries