VOOZH about

URL: https://apify.com/nexgendata/sec-corporate-events-mcp?fpr=2ayu9b

โ‡ฑ SEC Corporate Events MCP โ€” M&A, Buybacks & IPO Filings ยท Apify


๐Ÿ‘ 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

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

9 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 warning โ€” track_comment_letters plus track_delistings.
  • Governance / activism monitor โ€” track_activist_proxies and track_exec_comp.
  • Foreign-issuer watchlist โ€” track_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.

Related actors

You might also like

arXiv Scraper

artificially/arxiv-scraper

Search and extract academic papers from arXiv.org. Get paper titles, authors, abstracts, categories, and PDF links for AI/ML, physics, math, and more.

๐Ÿ”ฌ arXiv Scraper - Scientific Papers, Abstracts & PDFs

benthepythondev/arxiv-scraper

arXiv Scraper for the official arXiv API. Search 2M+ scientific papers in CS, physics, math and biology by keyword, title, author, abstract or category. Extract title, authors, abstract, categories, DOI, dates and PDF links. For AI/ML research, literature reviews and RAG datasets.

๐Ÿ“„ arXiv Papers Monitor

skootle/arxiv-papers

Pull new AI / ML / CS / physics / math papers from arXiv as they land via the official arXiv API. Title, abstract, authors, PDF link, DOI, and LLM-ready summary card per paper. For ML researchers, AI agents, and journalists. Export, run via API, schedule, or integrate with other tools.

arXiv Paper Scraper

plantane/arxiv-scraper

Scrape research papers from arXiv by search query or category. Get titles, abstracts, authors, categories, and PDF links via the public arXiv API.

arXiv Research Paper Scraper

codingfrontend/arxiv-search-scraper

Extract comprehensive research paper data from arXiv search results including titles, authors, abstracts, categories, and more.

๐Ÿ‘ User avatar

Coding Frontned

2