SEC Corporate Events MCP — M&A, Buybacks, IPO Tools
Pricing
from $50.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
10
Total users
2
Monthly active users
10 hours ago
Last modified
Categories
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 disclosurestrack_tender_offers_ma— tender offers and M&A (SC TO-T, SC 14D9, SC 13E3)track_ipo_prospectuses— IPO prospectuses and registrationstrack_delistings— exchange delistingstrack_going_private— going-private transactionstrack_comment_letters— SEC staff comment letterstrack_exec_comp— executive compensation disclosurestrack_new_insiders— newly reporting insiderstrack_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_buybackswithtrack_new_insiders. - Short-thesis early warning —
track_comment_lettersplustrack_delistings. - Governance / activism monitor —
track_activist_proxiesandtrack_exec_comp. - Foreign-issuer watchlist —
track_foreign_issuersfor 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.
Related actors
- https://apify.com/nexgendata/sec-form-8k-material-events-scraper?fpr=2ayu9b
- https://apify.com/nexgendata/sec-8k-event-monitor?fpr=2ayu9b
- https://apify.com/nexgendata/sec-edgar-8k-filings?fpr=2ayu9b
- https://apify.com/nexgendata/sec-event-router?fpr=2ayu9b
- https://apify.com/nexgendata/corporate-actions-tracker?fpr=2ayu9b