Skip to content
LangChain

bounceprotect for LangChain

io.github.fahassan00/bounceprotect

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

client:LangChain transport:stdio runtime:npm

Install bounceprotect in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "bounceprotect": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@bounceprotect/mcp"],
        }
})

tools = await client.get_tools()

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

bounceprotect in other clients