Skip to content
LangChain

campaignstack for LangChain

io.campaignstack/campaignstack

Run B2B outreach from your AI agent: 250+ tools for campaigns, leads, LinkedIn and email workflows.

client:LangChain transport:streamable-http

Install campaignstack in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

campaignstack in other clients