Skip to content
LangChain

FiledProof for LangChain

com.davisvillelabs.filedproof/filedproof

Primary-source SEC filing intelligence and financial/disclosure reconciliation for AI agents.

client:LangChain transport:streamable-http tools:12

Install FiledProof in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "filedproof": {
            "transport": "streamable_http",
            "url": "https://filedproof.davisvillelabs.com/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

FiledProof in other clients