Skip to content
LangChain

WhiteIntel — Ownership Intelligence for LangChain

dev.whiteintel/whiteintel

UBO, sanctions & ownership graph. 23 tools, 130.7M entities, 31 registries.

client:LangChain transport:streamable-http runtime:npm

Install WhiteIntel — Ownership Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "whiteintel": {
            "transport": "streamable_http",
            "url": "https://whiteintel.dev/api/mcp",
        }
})

tools = await client.get_tools()

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

WhiteIntel — Ownership Intelligence in other clients