Danelfin MCP server: AI Scores in Claude Code & Cursor
https://server.smithery.ai/danelfin/ai-scores/mcp**Danelfin MCP server.** Bring AI Scores for US stocks, US ETFs and European stocks into Claude Code, Cursor or any MCP client. Built on top of the [Danelfin AI Score](https://danelfin.com), a daily 1 to 10 rating for each ticker, plus four sub-scores: Technical, Fundamental, Sentiment and Low Risk. **Tools available:** - `get_stock_score`: AI Score for a US or European stock (e.g. AAPL, ASML) - `get_etf_score`: AI Score for a US ETF (e.g. SPY, QQQ) - `get_top_ranked`: top-ranked stocks or ETFs by AI Score in a market - `screen_by_score`: multi-factor screener by AI Score and sub-score thresholds - `get_score_history`: historical daily AI Scores for a stock (useful for backtests) **Markets:** US stocks (S&P 500 + Nasdaq), US ETFs, European stocks (major European exchanges). **Free tier available.** Connect via OAuth and your AI assistant handles authentication on every call.
How to connect
https://server.smithery.ai/danelfin/ai-scores/mcp
curl -X POST https://server.smithery.ai/danelfin/ai-scores/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'