SEC Corporate Events MCP — M&A, Buybacks, IPO Tools avatar

SEC Corporate Events MCP — M&A, Buybacks, IPO Tools

Pricing

from $50.00 / 1,000 results

Go to Apify Store
SEC Corporate Events MCP — M&A, Buybacks, IPO Tools

SEC Corporate Events MCP — M&A, Buybacks, IPO Tools

MCP server with 10 SEC corporate-event tools for AI agents — M&A, buybacks, IPOs, delistings, going-private, comment letters, activist proxies. Normalized JSON, pay-per-call.

Pricing

from $50.00 / 1,000 results

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

10

Total users

2

Monthly active users

10 hours ago

Last modified

Share

Give any AI agent — Claude, Cursor, ChatGPT, or a custom LangChain pipeline — ten clean SEC corporate-event tools over a single MCP connection. Instead of wiring up ten EDGAR scrapers and babysitting form-type quirks (a tender offer can surface as SC TO-T, SC 14D9, or SC 13E3), you connect once and call track_tender_offers_ma, track_stock_buybacks, track_ipo_prospectuses, track_going_private, track_activist_proxies, and five more. Every tool returns the same {summary, structuredContent} envelope with company, CIK, form, filing date, accession, and a direct sec.gov link — pay-per-call, no subscription, no EDGAR plumbing.

The 10 tools

  • track_stock_buybacks — share repurchase disclosures
  • track_tender_offers_ma — tender offers and M&A (SC TO-T, SC 14D9, SC 13E3)
  • track_ipo_prospectuses — IPO prospectuses and registrations
  • track_delistings — exchange delistings
  • track_going_private — going-private transactions
  • track_comment_letters — SEC staff comment letters
  • track_exec_comp — executive compensation disclosures
  • track_new_insiders — newly reporting insiders
  • track_foreign_issuers — foreign issuer filings (20-F, 6-K, 40-F)
  • track_activist_proxies — activist and proxy-contest filings

This is a streamable-HTTP MCP server; the actor input schema is intentionally empty (you call the tools from your MCP client).

Use cases

  • Agent-built deal-flow digest — combine track_tender_offers_ma, track_going_private, track_ipo_prospectuses.
  • Conviction screen — pair track_stock_buybacks with track_new_insiders.
  • Short-thesis early warningtrack_comment_letters plus track_delistings.
  • Governance / activism monitortrack_activist_proxies and track_exec_comp.
  • Foreign-issuer watchlisttrack_foreign_issuers for 20-F / 6-K / 40-F.

Sample call

{
"name": "track_tender_offers_ma",
"arguments": {
"criteria": { "startdt": "2026-01-01", "enddt": "2026-06-25" },
"limit": 50
}
}

Sample response

{
"tool": "Tender Offers & M&A",
"count": 2,
"total_available": 37,
"results": [
{
"company": "EXAMPLE TARGET CORP",
"cik": "0001234567",
"form": "SC TO-T",
"filed": "2026-06-18",
"accession": "0001193125-26-198765",
"url": "https://www.sec.gov/Archives/edgar/data/1234567/000119312526198765.txt",
"filer": "ACQUIRER HOLDINGS LP"
}
]
}

FAQ

Is there an MCP server for SEC filings? Yes — this one, focused on corporate events (deals, buybacks, IPOs, activism). For a broader filings set (13F, Form 4, etc.), see the companion Regulatory Filings MCP.

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

How much does it cost vs a terminal? Pay-per-call (about $0.10 per tool call); roughly 200 queries a month is far below the cost of a four-figure terminal.

Which AI clients work? Any MCP client — Claude Desktop, Cursor, ChatGPT, custom LangChain/LlamaIndex.

How fresh is the data? Queried live at call time, as soon as filings are indexed in EDGAR full-text search.