Skip to content
LangChain

Entidex — Entity Intelligence & AI Knowledge Correction for LangChain

com.entidex/entidex

Entity intelligence across AI surfaces. Read the verified record and submit corrections.

client:LangChain transport:streamable-http

Install Entidex — Entity Intelligence & AI Knowledge Correction in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Entidex — Entity Intelligence & AI Knowledge Correction in other clients