mcpserver.lol
registry/holdingsintel-mcp
Connection check verified live · 20h ago

holdingsintel-mcp

Smart Money Verdict per stock & fund from SEC 13F, insider, activist & congressional filings.

Tools 24
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

24 tools

Read from the running server on 20h ago.

add_saved_list_item item*noteslist_id*
Adds one type-discriminated entity to a saved list. Repeating an existing membership is idempotent; omitted notes are preserved and null clears them.
analyze_fund read-only quartercik_or_name*
Returns a filing-bound hedge-fund profile with current rating, DNA, and tracked-holdings in-profit enrichment when available. WHEN TO USE: User asks about a specific hedge fund's…
analyze_politician read-only member*
Returns a single politician's profile, trading performance, and notable trades, based on their official financial disclosures. WHEN TO USE: User asks how a specific member of Cong…
analyze_stock read-only ticker_or_cusip*
Returns the Smart Money Verdict for a single stock: a synthesized signal from 13F institutional positioning, Form 4 insider trades, 13D/13G activist filings, and STOCK Act congress…
clone_fund read-only top_nrank_byscenariocik_or_name*start_quarter
Backtests a disclosed hedge-fund cloning strategy across completed 13F disclosure intervals without look-ahead. WHEN TO USE: User wants to know how a fund-cloning strategy would h…
compare_funds read-only funds*quarter
Side-by-side comparison of 2-3 hedge funds on one real common 13F quarter: holding overlap (Jaccard similarity), DNA similarity, ratings, win rates, and common holdings. WHEN TO U…
create_saved_list name*
Creates an authenticated user's named saved list. Names cannot have leading or trailing whitespace, are case-insensitively unique, Watchlist is reserved, and retrying the same name…
delete_saved_list can modify data list_id*
Deletes an authenticated user's named saved list and its items. The protected default Watchlist cannot be deleted.
find_signals read-only type*limitcursorsectorquartermin_score
Screens for stocks or fund moves matching a signal type. Use this when the user wants a list, not a single stock. WHEN TO USE: User asks for a screen, list, or "what's interesting…
get_13f_activity read-only limitcursorquarter*cik_or_namechange_typesinstrument_type +1
Returns every available changed 13F position for exactly one fund or one stock in one quarter, using cursor pagination. WHEN TO USE: The user asks what a fund bought, added to, tr…
get_activist_stakes read-only filerlimitcursorfiled_tofiled_fromclassification +1
Returns SEC Schedule 13D/13G large-ownership filings. With no identity filter, returns the global recent-filing feed; optionally filter by one stock or one filer. WHEN TO USE: Use…
get_congress_trades read-only limitbranchcursormemberfiled_todirection +2
Returns official financial disclosures from Congress and the OGE executive-branch feed. It defaults to Congress; branch selects Congress, executive, or both. Optionally filter by o…
get_fund_holdings read-only limitcursorquartercik_or_name*instrument_type
Returns all disclosed positions currently processed for a hedge fund and quarter, paginated. WHEN TO USE: User wants every currently processed disclosed position for a fund, not j…
get_insider_trades read-only limitcursorfiled_todirectionfiled_fromtrade_class +2
Returns completed current corporate-insider non-derivative Form 4 transactions filed since August 24, 2026. With no identity filter, returns the global recent-filing feed; optional…
get_my_mcp_status read-only
Returns the current caller's authentication method, HoldingsIntel access tier, and exact daily MCP quota usage. This read-only status check does not consume daily quota. Anonymous…
get_saved_list read-only list_id*
Returns one authenticated user's saved list with type-discriminated items. The protected default Watchlist supports stocks and funds; named lists also support politicians and insid…
get_stock_holders read-only limitcursorquarter*ticker_or_cusip*
Returns every available active cash-equity 13F holder position for one stock and one quarter, using cursor pagination. WHEN TO USE: The user asks who owns a stock, which instituti…
list_quarters read-only
Returns every processed 13F quarter with reported and prior-quarter filer counts, a default_ready selection heuristic, and whether the current caller can access that quarter. It ne…
list_saved_lists read-only
Lists the authenticated user's protected default Watchlist and named saved lists, including each list's allowed item types and current count.
remove_saved_list_item can modify data item_id*list_id*
Removes one item from an authenticated user's saved list without deleting the list.
rename_saved_list name*list_id*
Renames an authenticated user's named saved list. Names cannot have leading or trailing whitespace; the protected default Watchlist cannot be renamed, and no named list can be rena…
search_filers read-only limitquery*
Searches funds by name and returns canonical CIKs for discovery or disambiguation. WHEN TO USE: The user asks to find funds, a partial name may match several funds, or a workflow…
search_securities read-only limitquery*
Searches stocks by ticker or company name and returns canonical security identities. WHEN TO USE: The user asks to find stocks, a company name is ambiguous, or a workflow specific…
update_saved_list_item_notes notes*item_id*list_id*
Updates notes on one authenticated user's saved-list item. Null clears notes.