Skip to content
LangChain

ALEETH Authority MCP for LangChain

com.aleeth/authority-mcp

The first MCP governed by ICA. Every action is gated and sealed with a verifiable receipt.

client:LangChain transport:streamable-http

Install ALEETH Authority MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "authority-mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.aleeth.com/mcp",
        }
})

tools = await client.get_tools()

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

ALEETH Authority MCP in other clients