Skip to content
LangChain

Unified Ad Intelligence for LangChain

io.github.atul0016/unified-ad-intelligence

Cross-platform ad spend, attribution, true ROAS, budget, and anomaly intelligence.

client:LangChain transport:stdio runtime:pypi

Install Unified Ad Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "unified-ad-intelligence": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["unified-ad-intelligence-mcp"],
        }
})

tools = await client.get_tools()

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

Unified Ad Intelligence in other clients