get_smart_money_leaderboard
5 crread-onlyWHO is the smart money? Ranks institutional funds by a PRICE-FREE quality score (concentration, selectivity, AUM growth, insider co-buy) — a concentrated conviction manager scores high, a 4,000-name index fund or market-maker scores low. Each fund comes with its full component breakdown (transparent, not a black box) AND its top NEW/ADDED positions this quarter — i.e. what the highest-CONVICTION money is newly buying. (Score is a price-free conviction proxy, NOT realized track record/performance. Operating-company 13F filers are excluded.) Sort by overall score, conviction, insider corroboration, or AUM growth. PRICE-FREE; NOT investment advice.
Parameters#
| Parameter | Type | Description |
|---|---|---|
periodopt | string | Quarter end YYYY-MM-DD. Omit for the latest well-covered quarter. |
sortopt | string | Ranking dimension (default smart_money_score).one of: smart_money_score, conviction, insider_co_buy, aum_growth |
limitopt | number | Max 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.