Skip to content
LangChain

SEC Filings Monitor: EDGAR 8-K, Form 4 Insider & 13D Alerts for LangChain

io.github.nero-engine/sec-edgar-filing-monitor

New SEC EDGAR filings for watched companies (8-K, Form 4, 13D/G), one row per new filing.

client:LangChain transport:streamable-http

Install SEC Filings Monitor: EDGAR 8-K, Form 4 Insider & 13D Alerts in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "sec-edgar-filing-monitor": {
            "transport": "streamable_http",
            "url": "https://mcp.apify.com/?tools=nerolabs/sec-edgar-filing-monitor",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

SEC Filings Monitor: EDGAR 8-K, Form 4 Insider & 13D Alerts in other clients