yahoo-finance__get_stock_quote
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
declared in 1.0.47
[Yahoo Finance] Get the current stock quote for a ticker symbol. Returns price, change, volume, market cap, P/E ratio. Args: ticker: Stock ticker symbol (e.g. 'AAPL', 'TSLA', 'MSFT')
Parameters schema
{
"type": "object",
"required": [
"ticker"
],
"properties": {
"ticker": {
"type": "string"
}
}
}Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries