FilingFirehose for LangChain
com.filingfirehose/firehose
SEC EDGAR filings parsed: 8-K body-text classification, 13D activist tagging, S-3 ATM detection.
client:LangChain
transport:streamable-http
Install FilingFirehose in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"firehose": {
"transport": "streamable_http",
"url": "https://filingfirehose.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs