Skip to content
LangChain

Ezoic Setup Assistant for LangChain

com.ezoic/setup

Ezoic ads implementation assistant: integration docs, SDKs, and working, copyable setup code.

client:LangChain transport:streamable-http tools:4

Install Ezoic Setup Assistant in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "setup": {
            "transport": "streamable_http",
            "url": "https://setup-agent.ezoic.com/mcp",
        }
})

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

Ezoic Setup Assistant in other clients