This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.0.0).
stock_quote
InactiveTool of Market Intel MCP
declared in 1.0.0
Latest quote for a stock, ETF, or index via Yahoo Finance. Returns price, previous close, day high/low, and volume. Symbols: US tickers like AAPL, MSFT; indices like ^SPX. Use for equity research.
Parameters schema
{
"type": "object",
"required": [
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"description": "Ticker, e.g. AAPL, TSLA, or an index like ^SPX"
}
}
}Parent server
Market Intel MCP
https://github.com/selflabbs/market-intel-mcp
1/7 registries