Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Jithox EU Import Preflight

com.jithox/eu-import-preflight

Read-only EU import preflight over MCP: EORI, TARIC candidates, measures, low-value cost

Uptime
100.0%
1 direct probes · 30d
Response
173ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

validate_eori

Structural check of an EORI number and, when the EU EOS provider is configured, an authoritative existence check. Provider outage or unknown status returns 'unavailable'/'needs_review', never a false …

search_taric_codes

From a plain-language product description, return CANDIDATE TARIC/CN codes from a dated TARIC snapshot, ranked with the evidence used. Returns 'needs_review' (candidates to confirm) or 'unavailable' w…

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. A restriction hit is a 'not_r…

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-…

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…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "jithox_eu_import_preflight": {
      "url": "https://import.mcp.jithox.com/mcp",
      "transport": "streamable-http"
    }
  }
}