av_quote
ActiveTool of Alphavantage
declared in 0.1.0
Get real-time stock price for a symbol (e.g., "AAPL"). Returns current price, change, percent change, and trading volume.
Parameters schema
{
"type": "object",
"examples": [
{
"symbol": "AAPL",
"_apiKey": "your-alphavantage-api-key"
},
{
"symbol": "SOFI",
"_apiKey": "your-alphavantage-api-key"
}
],
"required": [
"_apiKey",
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"description": "Stock ticker symbol (e.g., \"SOFI\", \"AFRM\", \"SQ\", \"PYPL\")"
},
"_apiKey": {
"type": "string",
"description": "Alpha Vantage API key"
}
}
}Parent server
Alphavantage
https://github.com/pipeworx-io/mcp-alphavantage
1/7 registries