Danelfin MCP server: AI Scores in Claude Code & Cursor
Danelfin MCP server. Bring AI Scores for US stocks, US ETFs and European stocks into Claude Code, Cursor or any MCP client.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add danelfin/ai-scores
# Browse available tools
npx -y smithery tool list danelfin/ai-scores
# Get full schema for a tool
npx -y smithery tool get danelfin/ai-scores get_stock_score
# Call a tool
npx -y smithery tool call danelfin/ai-scores get_stock_score '{}'Direct MCP Connection
Endpoint: https://ai-scores--danelfin.run.tools
Tools (5)
get_stock_score— Get the Danelfin AI score for a single US stock or European equity.get_etf_score— Get the Danelfin AI score for a US ETF.get_top_ranked— Return the top-N stocks or ETFs ranked by Danelfin AI Score in a given market.screen_by_score— Multi-factor screener: filter stocks or ETFs by multiple Danelfin scoreget_score_history— Get historical daily Danelfin AI scores for a stock over a date range.
# Get full input/output schema for a tool
npx -y smithery tool get danelfin/ai-scores