Skip to content
LangChain

ICANN registrar accreditation status for LangChain

io.github.joelp22-maker/referencesource-registrars

Is a domain registrar still ICANN-accredited, and has ICANN acted against it? 4,500+ registrars.

client:LangChain transport:streamable-http tools:4

Install ICANN registrar accreditation status in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "referencesource-registrars": {
            "transport": "streamable_http",
            "url": "https://referencesource.org/mcp/registrars",
        }
})

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

ICANN registrar accreditation status in other clients