Skip to content
LangChain

Elicitly Pro for LangChain

ai.elicitly/pro

Human-in-the-loop for AI agents over MCP: durable approvals with a hosted review page & audit trail

client:LangChain transport:streamable-http

Install Elicitly Pro in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "pro": {
            "transport": "streamable_http",
            "url": "https://mcp.elicitly.ai/mcp",
        }
})

tools = await client.get_tools()

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

Elicitly Pro in other clients