目录 / SEC 13F, Congress trades & insider buying
SEC 13F, Congress trades & insider buying
**SEC 13F filings, Congress trades, and insider buying as MCP tools. Free, no API key, accepts natural names.** StockSlash exposes ~80 institutional investors (Buffett, Burry, Ackman, Pabrai, Tepper, Loeb, and more), the members of Congress who trade stocks, and corporate insider filings as **23 callable tools**. Pass natural names like `investor: "Buffett"`, `stock: "Apple"`, or `member_name: "Pelosi"`. No CIK or ticker lookup needed. Typical agent queries: - *"Tell me about Buffett"* - *"Compare Burry and Ackman"* - *"Are insiders bullish on Tesla?"* - *"What did Pabrai buy last quarter?"* - *"What is Nancy Pelosi trading?"* ## Start here: 4 bundle tools Each replaces 3 to 4 separate calls. - **`analyze_investor`** — full fund profile in one call: AUM, 8-quarter trend, top 10 holdings with weights, recent activity (Buy / Add / Reduce / Sold), and trading style. Required: `investor`. - **`analyze_stock`** — full institutional picture of a stock: top 10 holders, recent fund activity, and insider transaction summary. Required: `stock`. - **`compare_investors`** — side-by-side comparison of two funds: overlapping positions, unique-to-each, and divergent moves. Required: `investor_a`, `investor_b`. - **`get_insider_summary`** — aggregated Form 4 sentiment over a window: net flow, top buyers and sellers, plus a bullish / bearish / mixed label. Required: `stock`. Optional: `days_back`. ## 19 granular tools **Investor data** - `get_super_investors` — list and filter all 80 tracked funds; search by tag, style, or description. - `get_investor_current_holdings` — every stock owned by one fund at a given quarter. - `get_investor_fund_value` — latest total AUM for one fund. - `get_investor_fund_value_history` — quarterly AUM with period returns. - `get_fund_activity` — buys and sells made in one quarter. - `get_fund_distribution` — trading cadence across quarters. **Stock data** - `get_stock_holders` — top 20 institutional holders plus summary. - `get_stock_activity` — recent buy and sell activity across all funds for one stock. - `get_ownership_statistics` — institutional ownership concentration plus top 5 holders. - `get_insider_trades` — raw Form 4 transactions (filter by Buy or Sell). **Congress and insiders** - `get_congress_trades` — U.S. Congress stock trades from STOCK Act disclosures; filter by `member_name` (e.g. "Pelosi") or `ticker`. - `get_congress_consensus` — stocks several members of Congress bought recently, a consensus signal. - `get_top_insider_stocks` — stocks with the most insider buying, scoped by default to super-investor holdings (where insiders and smart money overlap). **Market-wide** - `get_filings_buy_status` — top 25 stocks being bought across funds this quarter. - `get_filings_sell_status` — top 25 stocks being sold across funds this quarter. - `get_latest_filings_updates` — most recent 13F submissions. - `get_sp_stocks_by_holders` — S&P 500 stocks ranked by institutional holder count. - `get_ownership_statistics_home` — dashboard snapshot: top owned, most bought, most sold. - `get_latest_quarter` — which quarter has the most recent data. Full reference at [stockslash.com/mcp-api](https://stockslash.com/mcp-api). ## Built for agents Responses include a `resolved` block showing exactly which entity matched the input, and `related_tickers` suggestions when a query returns no data. Payloads max ~25 KB, average ~7 KB. All 23 tools ship with full JSON Schema `outputSchema` and MCP 2024-11-05 `annotations`. ## Data Normalized 13F holdings, Form 4 insider transactions, and congressional (STOCK Act) trades across ~80 tracked investors and the members of Congress who trade. Holdings are quarterly snapshots, lagged up to 45 days; insider and congressional filings carry their own disclosure lag. Not real-time, analytical use only ([terms](https://stockslash.com/imprint)). **Free. Rate-limited to 200 requests per 15 minutes per IP.**
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://sec-13f-stockslash.run.tools
{
"mcpServers": {
"SEC 13F, Congress trades \u0026 insider buying": {
"url": "https://sec-13f-stockslash.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| get_super_investors | Use when the user wants to browse, list, or filter the universe of tracked institutional investors (hedge funds, asset managers, family offices). Returns a compact card per fund with name, CIK, AUM, position count, latest filed quarter, trading style ("Buy & hold" / "Moderate rotation" / "High rotation"), strategy tags, and the top 3 positions with portfolio weight. **By default funds are sorted by portfolio value (largest first)** — so calls like "show me top investors" or "biggest funds" Just Work without setting any params. Pass `type: "alphabetically"` for a name-sorted list. Pass `search` to filter by name, strategy, or tag (e.g. "value", "buffett", "tech"). Pass `include_full_holdings: true` to get the original verbose top-10 with full position metadata. |
| get_investor_fund_value | Use when the user asks about a specific fund's total portfolio value (AUM). Returns the fund's latest reported portfolio value. Pass `investor` with a name or CIK — e.g. "Buffett", "Berkshire", or "0001067983". |
| get_investor_fund_value_history | Use when the user wants to see how a fund's total AUM has changed over time. Returns quarterly portfolio values and quarter-over-quarter / annual percent returns. Useful for trend questions like "how has Berkshire grown over the last 5 years?". Pass `investor` with a name or CIK. |
| get_investor_current_holdings | Use when the user asks what a specific fund owns right now or at a past quarter. Returns every stock the fund holds with shares, value, percent_of_portfolio, recent activity label (Buy/Add/Reduce/Sold/null with change percent), and quarters_held_total. Also includes manager_profile with AUM, position count, and trading style. By default omits the 6-quarter weight_history sparkline per holding — pass `include_history: true` to include it. Pass `investor` with a name or CIK. |
| get_fund_activity | Use when the user asks what an investor BOUGHT or SOLD recently (or in a specific quarter). Returns trade-level changes — new positions, increased positions, reduced positions, and exits. **Defaults to the latest quarter** (so "what did Pabrai buy recently?" Just Works with no quarter param). Pass `quarter` for a specific past quarter. Pass `include_all_quarters: true` for the full multi-quarter history. Pass `investor` with a name or CIK. |
| get_fund_distribution | Use when the user asks about a fund's trading cadence or whether the manager is a buy-and-hold investor or active trader. Returns counts and dollar values of new positions, adds, reduces, and exits per quarter across the fund's history. Pass `investor` with a name or CIK. |
| get_stock_holders | Use when the user asks who owns a specific stock — i.e. which institutional funds hold it. Returns a summary (funds_holding count, average and max portfolio weight, biggest holder) plus the top N holders sorted by portfolio weight with shares, value, weight percent, and recent activity. Pass `stock` with a ticker or company name. NOT for insider trades — use get_insider_trades for those. |
| get_stock_activity | Use when the user asks which funds are buying or selling a specific stock. Returns trading activity for the stock across all tracked funds in a given quarter. Pass `stock` with a ticker or company name. |
| get_ownership_statistics | Use when the user asks about institutional ownership of a specific stock — what percentage is held by institutions, how concentrated, how it changed quarter over quarter. Pass `stock` with a ticker or company name. |
| get_insider_trades | Use when the user asks about insider activity for a stock — Form 4 disclosures from company executives, directors, and large shareholders. Returns recent buys and sells with names, titles, share counts, prices, and dates. NOT for institutional funds — use get_stock_holders for those. Pass `stock` with a ticker or company name. |
| get_sp_stocks_by_holders | Use when the user asks which S&P 500 stocks are most popular with institutions — ranked by number of holders. Returns symbol, issuer, holder count, percent-of-universe, max single-fund weight, and total dollar value held. Default top 25 (use `limit` for more). Set `include_all_fields: true` for the original verbose payload. |
| get_latest_filings_updates | Use when the user asks what 13F filings just arrived. Returns the most recent submissions with fund name, filing date, and quarter. Useful for "what's new?" or "did Buffett file yet?" questions. |
| get_filings_buy_status | Returns the stocks bought by the most tracked funds in a given quarter, ranked by the count of funds buying or adding, with total dollar volume per stock. Use to answer 'which stocks did most institutional funds buy this quarter?'. Pass `quarter` for a specific quarter (defaults to latest). |
| get_filings_sell_status | Returns the stocks sold by the most tracked funds in a given quarter, ranked by the count of funds selling or trimming, with total dollar volume per stock. Use to answer 'which stocks did most institutional funds sell this quarter?'. Pass `quarter` for a specific quarter (defaults to latest). |
| get_ownership_statistics_home | Use when the user asks for an overall snapshot of institutional activity — the homepage view. Returns: top stocks by institutional ownership percentage, by total value held, by holder count, plus the most-bought and most-sold stocks this quarter. |
| get_latest_quarter | Use when the user (or another tool) needs to know which quarter has the most recent 13F data available. Returns the quarter string (e.g. "Q1-2026"), filer counts, and total unique holdings tracked. Useful as a first sanity check. |
| analyze_investor | Use when the user wants a comprehensive profile of one investor — "tell me about Buffett", "what is Pabrai doing?", "how is Berkshire performing?". One call replaces 3-4 separate tool calls. Returns: identity (name, manager, tags, strategy), profile (AUM, positions, trading style, turnover), AUM history (last 8 quarters), top 10 current holdings with weight and recent activity, and the trading distribution across quarters. Pass `investor` with a name or CIK. |
| analyze_stock | Use when the user wants a comprehensive view of one stock's institutional picture — "tell me about Apple", "is anyone smart buying Tesla?". One call replaces 3-4 separate tool calls. Returns: institutional ownership summary, top 10 institutional holders, recent buying and selling activity, and recent insider trades summary. Pass `stock` with a ticker or company name. |
| compare_investors | Use when the user asks to compare two investors — "Buffett vs Pabrai", "Berkshire vs Pershing Square", "how does Burry differ from Ackman?". Returns side-by-side profiles (AUM, positions, style, turnover), overlap (positions both hold with each fund's weight), positions unique to each, and divergent moves (one added, the other reduced). Pass `investor_a` and `investor_b` — both accept names or CIKs. |
| get_insider_summary | Use when the user asks about insider sentiment or aggregate insider activity for a stock — "are insiders bullish on Tesla?", "what are AAPL execs doing?", "net insider flow at NVDA last 90 days?". Returns aggregated counts and dollar values of buys vs sells over a configurable window (default 90 days), with a sentiment label and top buyers/sellers. Lighter alternative to raw Form 4 dumps. Pass `stock` with a ticker or company name. |
| get_congress_trades | Use when the user asks what members of the U.S. Congress are trading — e.g. "what is Nancy Pelosi buying?", "congress trades in NVDA". Returns recent STOCK Act disclosures with member name, party, chamber, ticker, buy/sell, disclosed amount range, and filing delay. Filter by `member_name` (partial match) or `ticker`. |
| get_top_insider_stocks | Use when the user asks which stocks insiders are buying — especially stocks the super investors already own ("where are insiders and smart money both buying?"). Returns stocks ranked by insider (Form 4) open-market buying over a window, with buy count, unique buyers, C-suite buys, and total dollar value. `scope` defaults to "superinvestor" (only stocks tracked funds hold); pass "all" for the whole market. |
| get_congress_consensus | Use when the user asks which stocks multiple members of Congress are buying — a consensus signal ("what are several congresspeople buying?"). Returns tickers bought by at least `min_members` distinct members in the window, with member count, buys/sells, and the member names. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。