Skip to content
LangChain

disclosure compiler for LangChain

io.github.jdhart81/disclosure-compiler

Deterministic cited disclosure drafts with verified GHG lineage and audit hashes.

client:LangChain transport:streamable-http tools:5

Install disclosure compiler in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "disclosure-compiler": {
            "transport": "streamable_http",
            "url": "https://mcp.viridisconservation.com/disclosure-compiler/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

disclosure compiler in other clients