INDIVIDUAL MCP TOOL
search_taric_codes
From a plain-language product description, return CANDIDATE TARIC/CN codes from a dated TARIC snapshot, ranked with the evidence used.
LIVE ENDPOINT
https://import.mcp.jithox.com/mcp
Connect to this endpoint to inspect the live schema for search_taric_codes and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.com-jithox-eu-import-preflight]
url = "https://import.mcp.jithox.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-jithox-eu-import-preflight": {
"type": "http",
"url": "https://import.mcp.jithox.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-jithox-eu-import-preflight
Remote MCP URL: https://import.mcp.jithox.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"com-jithox-eu-import-preflight": {
"url": "https://import.mcp.jithox.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-jithox-eu-import-preflight": {
"type": "http",
"url": "https://import.mcp.jithox.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-jithox-eu-import-preflight",
"transport": "streamable-http",
"url": "https://import.mcp.jithox.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
validate_eori— Structural check of an EORI number and, when the EU EOS provider is configured, an authoritative existence check.check_eu_import_measures— For a candidate TARIC code + origin, list EU-level import measures from a dated snapshot: third-country duty, tariff preferences, prohibitions/restrictions, surveillance.estimate_low_value_import_cost— Estimate the landed cost for a low-value consignment (intrinsic value ≤ EUR 150) to an EU state on a given date: EUR 150 duty relief until 2026-06-30, then the temporary EUR 3-per-item duty from 2026-07-01, plus destination import VAT.prepare_import_preflight_receipt— Bundle the preflight checks (EORI, candidate classification, measures, cost) into one idempotent Ed25519-signed receipt committing to the inputs, sources, retrieval times and validity dates — provable evidence of WHAT was checked and WHEN.