Jithox EU Import Preflight for LangChain
com.jithox/eu-import-preflight
Read-only EU import preflight: EORI, TARIC candidates, measures, low-value cost. Evidence only.
client:LangChain
transport:streamable-http
tools:5
Install Jithox EU Import Preflight in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"eu-import-preflight": {
"transport": "streamable_http",
"url": "https://import.mcp.jithox.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs