SEC Filings for LangChain
io.github.tributarydata/sec-filings
Official SEC EDGAR filings, financial data and full-text search. Every answer cites its source.
client:LangChain
transport:streamable-http
Install SEC Filings in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"sec-filings": {
"transport": "streamable_http",
"url": "https://tributarydata--sec-filings-mcp.apify.actor/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs