Skip to content
LangChain

customswise for LangChain

io.github.giachi85it-ux/customswise

Practitioner-verified EU customs facts: classification, duty, origin, procedures. x402.

client:LangChain transport:streamable-http

Install customswise in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "customswise": {
            "transport": "streamable_http",
            "url": "https://customswise-api.onrender.com/mcp",
        }
})

tools = await client.get_tools()

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

customswise in other clients