Skip to content
LangChain

Emailchaser for LangChain

com.emailchaser/emailchaser

Run cold email outbound from an AI agent: campaigns, leads, replies, sender accounts, autopilot.

client:LangChain transport:streamable-http tools:101

Install Emailchaser in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "emailchaser": {
            "transport": "streamable_http",
            "url": "https://app.emailchaser.com/api/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

All 101 tools →

Emailchaser in other clients