Skip to content
LangChain

ECZ-ID Trust MCP for LangChain

com.ecocitizenz/trust-mcp

Read-only ECZ-ID Business Passport state lookup via the public ECZ-ID Resolver. Reports state only.

client:LangChain transport:streamable-http tools:7

Install ECZ-ID Trust MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "trust-mcp": {
            "transport": "streamable_http",
            "url": "https://trust-mcp.ecocitizenz.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

ECZ-ID Trust MCP in other clients