Cursor
get_stock_score
Get the Danelfin AI score for a single US stock or European equity. Returns the overall AI Score (1–10) plus Technical, Fundamental, Sentiment, and Low Risk sub-scores for the most recent available trading day. Use this when the user asks about the AI rating or conviction level of a specific ticker (e.g. AAPL, MSFT, NVDA, ASML, SAP).
Remote danelfin/ai-scores
Remote (network-hosted)
Other tools also called get_stock_score?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"ticker": {
"type": "string",
"description": "Stock ticker symbol (e.g. AAPL, MSFT, NVDA, ASML, SAP)"
}
}
}