Regulatory Filings MCP — SEC, 13F, Form 4 & Activist Filings avatar

Regulatory Filings MCP — SEC, 13F, Form 4 & Activist Filings

Pricing

from $27,200.00 / 1,000 regulatory filings tool calls

Go to Apify Store
Regulatory Filings MCP — SEC, 13F, Form 4 & Activist Filings

Regulatory Filings MCP — SEC, 13F, Form 4 & Activist Filings

MCP server giving AI agents 17 SEC + institutional filing tools: Form 4, 8-K, 13F, Schedule 13D, Form D, plus insider clusters, 13F deltas, SWF holdings, and IPO/earnings calendars. Pay per tool call, no seats.

Pricing

from $27,200.00 / 1,000 regulatory filings tool calls

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

3

Monthly active users

2 days ago

Last modified

Share

An MCP server that gives any AI agent — Claude, Cursor, Cline, Windsurf, n8n — 17 SEC and institutional-filing tools through one connection: Form 4 insider trades, 8-K material events, 13F institutional holdings, Schedule 13D activist stakes, and Form D private raises, plus derived signals like insider-cluster detection, 13F position deltas, sovereign-wealth-fund holdings, and IPO/earnings calendars. Pay per tool call, no seats, no $24K terminal — wire SEC filing intelligence straight into your agent.

Each tool runs the underlying nexgendata SEC scraper on demand, so coverage and freshness depend on the delegated actor. Comparative framing against WhaleWisdom, 8-K Push, PitchBook, or a Bloomberg seat is workflow-level — verify coverage per tool for your specific use case.


👤 Who uses this

  • Hedge fund analysts running insider-cluster + 13F-delta + Schedule 13D pipelines on a Claude agent.
  • Activist-strategy desks tracking who is filing 13D/13G against which target.
  • VC + growth-equity researchers monitoring Form D private offerings and pre-IPO secondary prices.
  • Event-driven traders wiring Form 8-K material events, corporate actions, and earnings revisions into a real-time agent.
  • Quant researchers pulling insider clusters, options unusual activity, and short interest as agent tools.

🛠️ The 17 tools

SEC core filings

ToolWhat it returns
get_form_4_insider_trades(ticker, days_back, min_value_usd)SEC Form 4 — officers/directors buying or selling their own stock
get_form_d_private_funding(state, days_back, min_amount)SEC Form D — private offerings, hedge fund launches, exempt securities
get_form_8k_material_events(ticker, event_type, days_back)SEC Form 8-K — M&A, executive changes, bankruptcy, earnings, going concerns
get_form_13f_holdings(filer_cik, quarter)SEC Form 13F-HR — institutional position disclosures ($100M+ AUM)
get_schedule_13d_activist(target_ticker, filer, days_back)SEC Schedule 13D / 13G — activist filings (>5% stake)

Derived analytics

ToolWhat it returns
detect_insider_cluster(ticker, days_window, min_insiders)Multi-insider buying clusters
get_13f_delta(filer_cik, days_back)New / increased / reduced / exit positions vs prior 13F filing
get_swf_holdings(fund, quarter)Sovereign wealth fund US equity positions — Norway GPFG, GIC, ADIA, PIF

Calendar / events

ToolWhat it returns
get_ipo_calendar(days_forward)Upcoming IPOs — pricing date, shares, range, underwriters
get_earnings_calendar(days_forward, ticker)Upcoming earnings — report dates, EPS + revenue estimates
get_earnings_estimates(ticker, days_back)Analyst EPS estimate revisions
get_analyst_targets(ticker)Wall Street price targets — high, low, mean, latest changes
get_pre_ipo_secondary(company)Pre-IPO secondary prices — Forge, EquityZen, Hiive

Activity / unusual

ToolWhat it returns
get_options_unusual_activity(ticker, min_volume_ratio)Volume vs OI spikes, large blocks, unusual positioning
get_short_interest(ticker, days_back)Short ratio, days-to-cover, % float short, changes vs prior
get_stock_splits_corporate_actions(days_forward)Splits, spinoffs, mergers, special dividends
get_dividend_aristocrats(min_years)S&P 500 companies with 25+ years of dividend increases

⚡ Install

Claude Desktop

Add to your claude_desktop_config.json:

{
"mcpServers": {
"regulatory-filings": {
"transport": "streamable-http",
"url": "https://nexgendata--regulatory-filings-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN"
}
}
}

Cursor

Add to your ~/.cursor/mcp.json:

{
"mcpServers": {
"regulatory-filings": {
"url": "https://nexgendata--regulatory-filings-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN"
}
}
}

Cline / Windsurf

Same pattern — point your MCP client at:

https://nexgendata--regulatory-filings-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN

Get an Apify token at https://console.apify.com/account/integrations.


🤖 Example agent workflows

"Find clusters of insider buys in semis last 14 days"

Agent → detect_insider_cluster(days_window=14, min_insiders=3)
→ filter results to sector="Semiconductors"
for each cluster: get_form_4_insider_trades(ticker=X, days_back=14)

"Diff this 13F filer's Q3 vs Q4 holdings"

Agent → get_13f_delta(filer_cik="0001067983", days_back=120) # Berkshire
→ group by action: new_positions, increases, decreases, exits
for top 5 by $-delta: get_form_4_insider_trades(ticker=X)

"Pre-earnings setup for upcoming reports"

Agent → get_earnings_calendar(days_forward=7)
for each ticker:
get_earnings_estimates(ticker, days_back=21)
get_analyst_targets(ticker)
get_options_unusual_activity(ticker)
get_short_interest(ticker)

"VC funding map"

Agent → get_form_d_private_funding(state="CA", days_back=14, min_amount=10_000_000)
→ enrich with pre-IPO secondary prices: get_pre_ipo_secondary(company=X)
→ group by sector + funding round size

💰 Pricing — transparent, per-call

EventPrice
MCP session start$0.02 (one-time per session)
Filings tool call$0.08 per call
Derived analytics returned (cluster / delta / SWF)+$0.20 premium

A typical analyst workflow — ~50 tool calls/day, 10 of which hit analytics tier — runs ~$6/day ≈ $130/mo. A heavy quant pulling 500 calls/day runs ~$60/day.


❓ FAQ

How many tools does it expose? 17 — SEC core filings (Form 4, Form D, 8-K, 13F, Schedule 13D), derived analytics (insider clusters, 13F deltas, SWF holdings), and market calendars/activity.

Which clients does it work with? Any MCP client — Claude Desktop, Cursor, Cline, Windsurf, n8n — over streamable-HTTP transport.

How is it priced? Pay per tool call (PPE): $0.02 session start, $0.08 per filings call, +$0.20 for derived analytics. No seat license.

Is the data live? Each tool runs the underlying SEC scraper on demand at call time.

Is it a WhaleWisdom replacement? It covers insider, 13F, 13D, and SWF workflows agent-natively. Verify coverage per tool for your specific use case.

Do I need an SEC or EDGAR API key? No — only an Apify token; filing access is handled server-side.


🧰 Tech

  • FastMCP + Apify Standby (streamable-http transport)
  • Python 3.12 on apify/actor-python:3.12
  • 17 tools, each delegating to a verified nexgendata SEC / institutional / event actor
  • Session middleware idles out after 300s
  • Pay-per-event — no subscription, no seat lock-in

Full catalog: apify.com/nexgendata