Skip to content
LangChain

HYPD AI - Paid Ads & Analytics for LangChain

io.github.hypd-ai/ads

Google Ads, Meta (Facebook) Ads, GA4 and Merchant Center analysis in plain language. Read-only.

client:LangChain transport:streamable-http

Install HYPD AI - Paid Ads & Analytics in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

HYPD AI - Paid Ads & Analytics in other clients