Skip to content
LangChain

customs dog mcp for LangChain

io.github.capitalthought/customs-dog-mcp

Pet travel docs + border readiness. Keyless: look up entry rules + sign up. Keyed: household docs.

client:LangChain transport:streamable-http tools:8

Install customs dog mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "customs-dog-mcp": {
            "transport": "streamable_http",
            "url": "https://customs.dog/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

customs dog mcp in other clients