Productivity
jithox.com
It validates EU invoices and VAT numbers, checks VIES status, and verifies Peppol network registration for e-invoicing.
ENDPOINT 1
https://mcp.jithox.com/mcp
MCP server metadata
- Name
- com.jithox/einvoice-readiness
- Version
- 1.2.0
Validation and readiness only. Never sends Peppol invoices. No legal/fiscal/compliance guarantee. Truthful 'unavailable' beats a guessed answer.
Known tools 5
validate_invoiceStructurally validate a draft EU invoice and report machine-readable issues (schema problems, VAT-id format, date sanity, BIS 3.
Potential side effectsvalidate_vat_numberDeterministic structure/checksum validation of an EU VAT number (incl.
Inferred read-onlyverify_vat_viesCheck a VAT number's ACTIVE status against the official EU VIES source.
Inferred read-onlylookup_peppol_participantCheck whether a receiver is registered on the Peppol network and accepts BIS Billing 3.
Inferred read-onlyget_einvoice_readinessReadiness snapshot for YOUR canary workspace: one plain state, what is ready, what is missing, and the next safe step.
Inferred read-onlyCONNECT 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-einvoice-readiness]
url = "https://mcp.jithox.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-jithox-einvoice-readiness": {
"type": "http",
"url": "https://mcp.jithox.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-jithox-einvoice-readiness
Remote MCP URL: https://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-einvoice-readiness": {
"url": "https://mcp.jithox.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-jithox-einvoice-readiness": {
"type": "http",
"url": "https://mcp.jithox.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-jithox-einvoice-readiness",
"transport": "streamable-http",
"url": "https://mcp.jithox.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://import.mcp.jithox.com/mcp
MCP server metadata
- Name
- com.jithox/eu-import-preflight
- Version
- 0.4.0
Read-only EU import preflight. Check EU import identifiers, candidate TARIC classifications, measures and estimated low-value costs BEFORE an agent or operator acts. Classifications/measures are candidates (only a BTI binds); TARIC has no national VAT/excise; missing/stale/unavailable is never a positive verdict. No customs declaration, ordering, payment or clearance.
Known tools 5
validate_eoriStructural check of an EORI number and, when the EU EOS provider is configured, an authoritative existence check.
Inferred read-onlysearch_taric_codesFrom a plain-language product description, return CANDIDATE TARIC/CN codes from a dated TARIC snapshot, ranked with the evidence used.
Inferred read-onlycheck_eu_import_measuresFor a candidate TARIC code + origin, list EU-level import measures from a dated snapshot: third-country duty, tariff preferences, prohibitions/restrictions, surveillance.
Inferred read-onlyestimate_low_value_import_costEstimate 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.
Inferred read-onlyprepare_import_preflight_receiptBundle 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.
Inferred read-onlyCONNECT 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.
ENDPOINT 3
https://sanctions.mcp.jithox.com/mcp
MCP server metadata
- Name
- com.jithox/eu-sanctions-preflight
- Version
- 0.2.0
Read-only EU counterparty sanctions preflight. Screen a name or identifier against a dated snapshot of the official EU Consolidated Financial Sanctions List BEFORE an agent or operator transacts, pays or onboards. Results are screening EVIDENCE, never a legal/compliance determination; a 'clear' is not a guarantee of non-designation; missing/stale/unavailable is never a positive verdict. No payment, transaction, filing or autonomous action.
Known tools 5
screen_sanctioned_nameScreen a counterparty name against a dated snapshot of the official EU Consolidated Financial Sanctions List.
Inferred read-onlyscreen_sanctioned_identifierDeterministic EXACT match of an identifier (passport / national id / registration / other) against listed designations' identifiers — no fuzzy matching.
Inferred read-onlyget_sanctions_listingReturn the full official listing detail (names, programme, legal basis, listing date, identifier types, countries) for a candidate logicalId surfaced by a prior screen, with provenance.
Inferred read-onlylist_sanctions_regimesEnumerate the EU sanctions programmes/regimes present in the snapshot (regulation/legal basis, since date, subject count) — the policy-layer read.
Inferred read-onlyprepare_screening_receiptBundle the screening checks into one idempotent Ed25519-signed receipt committing to the HASHED inputs, sources, snapshot checksum, retrieval times and decision states — provable evidence of WHAT was screened and WHEN.
Inferred read-onlyCONNECT 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-sanctions-preflight]
url = "https://sanctions.mcp.jithox.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-jithox-eu-sanctions-preflight": {
"type": "http",
"url": "https://sanctions.mcp.jithox.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-jithox-eu-sanctions-preflight
Remote MCP URL: https://sanctions.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-sanctions-preflight": {
"url": "https://sanctions.mcp.jithox.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-jithox-eu-sanctions-preflight": {
"type": "http",
"url": "https://sanctions.mcp.jithox.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-jithox-eu-sanctions-preflight",
"transport": "streamable-http",
"url": "https://sanctions.mcp.jithox.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://energy.mcp.jithox.com/mcp
MCP server metadata
- Name
- com.jithox/eu-energy-label-preflight
- Version
- 0.3.0
Read-only EU energy-label preflight over the official EPREL Public API (live mode) or a clearly-labelled SYNTHETIC fixture (dev/test) — provenance.sourceAuthority names which on every result. Search and structure public supplier-declared energy-label records BEFORE an agent or operator relies on them. All data is supplier-declared and NOT verified by Jithox; a no-match is never 'not registered'; missing/stale/unavailable is never a verdict. Never a conformity, CE, GPSR, safety or market-access determination. No registration, upload, mutation or autonomous action.
Known tools 5
search_eprel_productsSearch the queried source by model identifier, registration number, or supplier/brand + product group.
Inferred read-onlyget_eprel_product_recordStructure ONE public record by its public record identifier: declared supplier/brand, product group, declared public fields, documents, missing fields, provenance and freshness.
Inferred read-onlyget_eprel_energy_label_dataStructure the supplier-DECLARED energy-label / product-sheet data for one public record.
Inferred read-onlycompare_eprel_product_metricsCompare two or more COMPATIBLE records on their COMMON supplier-declared metrics — a value table only.
Inferred read-onlyprepare_energy_label_preflight_receiptBundle the preflight lookups into one idempotent Ed25519-signed receipt committing to the FINGERPRINTED inputs, record references, sources, freshness and decision states — provable evidence of WHAT was looked up and WHEN.
Inferred read-onlyCONNECT 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-energy-label-preflight]
url = "https://energy.mcp.jithox.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-jithox-eu-energy-label-preflight": {
"type": "http",
"url": "https://energy.mcp.jithox.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-jithox-eu-energy-label-preflight
Remote MCP URL: https://energy.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-energy-label-preflight": {
"url": "https://energy.mcp.jithox.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-jithox-eu-energy-label-preflight": {
"type": "http",
"url": "https://energy.mcp.jithox.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-jithox-eu-energy-label-preflight",
"transport": "streamable-http",
"url": "https://energy.mcp.jithox.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://commerce.mcp.jithox.com/mcp
MCP server metadata
- Name
- com.jithox/be-commerce-preflight
- Version
- 0.1.1
Read-only retail commerce preflight, in the markets the connected source covers. Search products, read current offers (integer-cent prices), compare offers as a value table on a stated criterion, and hand a HUMAN an official affiliate buy link — BEFORE anyone spends anything. Answers come from the queried source at the stated retrieval time (official bol.com partner API live, or a clearly-labelled synthetic fixture in dev/test); a no-match is never 'not sold' — only 'not in the source we queried, which covers the markets it declares'; missing/unavailable/not_configured is never a verdict and costs nothing. This server NEVER places, modifies or cancels an order and never touches a payment, card or checkout.
Known tools 5
get_product_offerReport one product's current offer from the queried source: price in integer cents, availability, seller count and delivery promise, each with provenance and retrieval time.
Inferred read-onlycompare_product_offersCompare current offers for 2–5 EANs as a VALUE TABLE ordered by a stated criterion (price ascending).
Inferred read-onlybuild_affiliate_buy_linkDeterministically build the OFFICIAL product link carrying the partner tracking id — no network call, nothing ordered.
Inferred read-onlyget_commerce_readinessOne plain state of THIS server: is a retail source configured, is the affiliate programme configured, and what that means for the other tools.
Inferred read-onlyCONNECT 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-be-commerce-preflight]
url = "https://commerce.mcp.jithox.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-jithox-be-commerce-preflight": {
"type": "http",
"url": "https://commerce.mcp.jithox.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-jithox-be-commerce-preflight
Remote MCP URL: https://commerce.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-be-commerce-preflight": {
"url": "https://commerce.mcp.jithox.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-jithox-be-commerce-preflight": {
"type": "http",
"url": "https://commerce.mcp.jithox.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-jithox-be-commerce-preflight",
"transport": "streamable-http",
"url": "https://commerce.mcp.jithox.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for jithox.com was fetched 2026-07-27T05:34:59.605Z and is being refreshed.
jithox.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.