Available as MCP tool:
sec_13f_list_manager_holdings — call directly from Claude / Cursor / any MCP client. See MCP Server for the 60-second setup.What it does for your agent
sec_13f_list_manager_holdings is the forward direction of the 13F smart-money lookup: given a manager_cik or natural-language manager_name plus optional (year, quarter), return that institution’s full SEC Form 13F-HR holdings for that quarter — CUSIP, mapped ticker, position value, share count, voting authority, options vs cash. Use it when an agent already knows the fund and wants to enumerate its book.
Pass two different (year, quarter) values to do quarter-over-quarter holdings diffs (added / trimmed / new buys / fully sold) for the same fund.
This tool is not semantic search. manager_name is resolved by a lightweight server-side exact → alias → light fuzzy matcher; it doesn’t accept long natural-language queries. Coverage is the latest-quarter top 1,000 institutional managers ranked by 13F reportable value (an AUM proxy) across at least the most recent 4 quarters (see meta.scope.available_ranking_periods for actual coverage) — managers outside that scope return empty data with a scope_notice.
Response
Credits consumed (always
1).Coverage descriptor —
managers_seeded, universe_period, available_ranking_periods: string[], selection_basis, is_top_1000_only.Plain-English summary of coverage (suitable for surfacing to end users).
200 OK · sec_13f_list_manager_holdings
Notes
Direct invocation
HTTP / SDK examples
HTTP / SDK examples
Full parameter reference
sec_13f_list_manager_holdings — request parameters
sec_13f_list_manager_holdings — request parameters
SEC CIK of the filing manager (e.g.
1067983 for Berkshire Hathaway). When both manager_cik and manager_name are supplied, manager_cik is authoritative; disagreement returns 400.Free-form manager name (e.g.
Bridgewater, Berkshire Hathaway). Resolved server-side via exact → alias → light fuzzy.Calendar year of the quarter to query (e.g.
2025). Range [2013, 2030]. Must be paired with quarter; omit both for the manager’s most recent covered quarter.Calendar quarter
1-4 (Q1=Jan-Mar, Q4=Oct-Dec). Must be paired with year.Maximum holdings returned. Default
200. Max 500.Related
13F Holders by Ticker
Reverse direction — which Top 1000 managers hold this ticker?
13F Top Managers
Enumerate the latest-quarter smart money universe to seed a fund pool.
MCP Server setup
Connect Claude / Cursor / any harness in 60 seconds.