Skip to content
LangChain

openregistry for LangChain

io.github.sophymarine/openregistry

Live data from 27 official national company registries. Unmodified. For KYB and due diligence.

client:LangChain transport:streamable-http

Install openregistry in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

openregistry in other clients