Tools/Capital rotation

get_smart_money_leaderboard

5 crread-only

Which disclosed 13F books are most focused? Ranks eligible institutional funds by a PRICE-FREE score: breadth-adjusted top-10 focus (40%), reported book growth (20%), and evidence-adjusted insider co-buy (40%). A 10-name book has neutral focus evidence, exact ties share a rank input, and sparse co-buy samples shrink toward the quarter baseline with 10 prior observations. Holding count has no independent weight. Universe: positively classified conviction filers only (hedge fund, private equity, family office, holding company); unclassified, mechanical, wealth, pension, endowment, and quant/multi-strat books are never served here. The score is NOT realized track record/performance. Sort by overall score, focus, insider corroboration, or AUM growth. PRICE-FREE; NOT investment advice.

Parameters#

ParameterTypeDescription
periodoptstringQuarter end YYYY-MM-DD. Omit for the latest well-covered quarter.
sortoptstringRanking dimension (default smart_money_score).one of: smart_money_score, conviction, insider_co_buy, aum_growth
limitoptnumberMax funds (1-50, default 20).

Example call#

bash
curl -X POST https://arkolith.com/api/mcp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_smart_money_leaderboard",
    "arguments": {
      "sort": "smart_money_score",
      "limit": 20
    }
  }
}'

Example response#

Shape varies
Output depends on your arguments and live data. Make the call above to see the exact response. Every result includes a provenance block where the source carries one.