Skip to content
LangChain

PaidSync.ai for LangChain

io.github.paidsync/paidsync

Run ads on Google, Meta, LinkedIn, TikTok and more from AI. 530+ tools across 14 platforms.

client:LangChain transport:streamable-http

Install PaidSync.ai in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

PaidSync.ai in other clients