finance__get_stock_data
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Finance & Markets] Get stock market data for a ticker symbol from Yahoo Finance. Returns price, volume, market cap, PE ratio, dividend yield, and historical data. Args: ticker: Stock ticker symbol (e.g. "AAPL", "GOOGL", "TSLA", "MSFT")
Parameters schema
{
"type": "object",
"required": [
"ticker"
],
"properties": {
"ticker": {
"type": "string"
}
}
}Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries