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.2.0
Read-only, provider-neutral commerce preflight, in the markets the connected source covers. Search products, read current offers (integer minor-unit prices), compare offers as a value table on a stated criterion, verify a merchant's declared UCP/ACP checkout data as normalized evidence (with change detection between preparation and re-check), and hand a HUMAN an official buy link — BEFORE anyone spends anything. Answers come from the queried source at the stated retrieval time (a UCP or ACP merchant, a partner catalog source, 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'; 'verified' means fetched, parsed and internally consistent — never 'safe' and never 'approved'; missing/unavailable/unsupported/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 — the merchant stays merchant of record for payment, delivery, returns and refunds.
Known tools 5
get_product_offerReport one product's current offer from the queried source (price in integer minor units, availability, provenance) — or, given a merchant host plus the merchant's own itemId, prepare/re-check NORMALIZED CHECKOUT EVIDENCE over the merchant's declared UCP/ACP checkout data: items, currency, subtotal, discount, tax, fees, shipping, total, fulfillment, policy links, expiry and an evidence hash, with bounded truth states 'verified' / 'changed' / 'unsupported' / 'unavailable' / 'unverified'.
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_linkReturn the provider's OFFICIAL product link for a record — no network call, nothing ordered, never a checkout-completion URL.
Inferred read-onlyget_commerce_readinessOne plain state of THIS server: which commerce provider is configured, which protocols this deployment speaks (UCP profile discovery + negotiation; the ACP REST checkout format), what each protocol still needs before live evidence exists, and the affiliate state.
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.
ENDPOINT 6
https://jithox.com/api/mcp
MCP server metadata
- Name
- jithox-engine
- Version
- 1.0.0
No token needed: core_condition, verify_iban, check_peppol_ready, lookup_peppol_participant, check_payment_change, file_to_data_inspect, file_to_data_transform, check_vat_list_format. Bearer token required: format_peppol_invoice, kbo_company_search, review_invoice, generate_pdf_invoice, check_vat_list, fetch_web_markdown, transcribe_and_slice_audio, analyze_kbo_financials, parse_receipt_vision, draft_social_content, monitor_sources. Without one, those refuse with payment_required; nothing runs and nothing is charged. To get a token, a person signs in at https://jithox.com/mcp/account#connection and creates a Jithox connection; exchange its id and secret at https://jithox.com/api/oauth/token (grant_type=client_credentials). All tools on this endpoint are read-only or pure document helpers — real-world actions are not exposed over MCP and run only behind Jithox's in-product approval flow.
Known tools 19
kbo_company_searchLook up an official European company by VAT or enterprise number via the free EU VIES register — any EU member state, including the Belgian KBO/BCE.
Inferred read-onlyreview_invoiceReview one structured invoice end to end and say whether it can be sent as an e-invoice.
Potential side effectsgenerate_pdf_invoiceGenerate a polished, human-readable PDF invoice from structured invoice data (supplier, customer, line items, totals) and return it as a base64-encoded document.
Potential side effectsverify_ibanCheck a payment account number (IBAN) before paying or before sending an invoice: ISO 13616 structure and ISO 7064 check digits, for 70+ countries, offline and free.
Potential side effectscheck_peppol_readyBefore you send an e-invoice: will the Peppol network accept it?
Potential side effectslookup_peppol_participantCan this customer receive an e-invoice over Peppol today — and if the send still fails, is it his problem, yours, or your software's?
Potential side effectscheck_payment_changeA supplier says their bank details changed: check the request before the vendor record is touched.
Inferred read-onlyfile_to_data_inspectStep 1 of turning a business file into data: hand in a supplier price list, a customer import or an order file (CSV or other delimited text, XLSX, JSON, NDJSON; at most 3 MiB, 50,000 rows, 200 columns).
Inferred read-onlyfile_to_data_transformStep 2: carry out EXACTLY the mapping you send (normally the proposal of file_to_data_inspect, corrected).
Potential side effectscheck_vat_listCheck a whole LIST of EU VAT numbers against the EU VIES register in one call — up to 20 rows of { reference?
Inferred read-onlycheck_vat_list_formatThe FREE half of check_vat_list: normalise and check up to 20 VAT numbers locally — no register, no network, no account, no cost.
Inferred read-onlyfetch_web_markdownRead a public web page and return its text as clean Markdown for an agent to reason over — no HTML/scripts/styles.
Inferred read-onlytranscribe_and_slice_audioVoice-to-action: download or accept an audio recording, split it into frame-aligned MP3 chunks, and transcribe it to text via an AI speech endpoint — so a user can dictate a task instead of typing.
Inferred read-onlyanalyze_kbo_financialsFrom a Belgian VAT / KBO number, read a CONNECTED company-financials register and return what it holds: founding year, active status, balance-sheet health, a risk score, solvency and liquidity ratios.
Inferred read-onlyparse_receipt_visionMulti-modal receipt/invoice parser: from a photo (URL or base64), use a vision LLM to extract merchant, total, VAT, date, currency and line items as clean JSON.
Potential side effectsdraft_social_contentTurn a topic + research into ready-to-review social post drafts (LinkedIn, X, Instagram, Facebook, or general).
Potential side effectsmonitor_sourcesWatch the tenant's APPROVED sources (own changelog, notes, RSS feeds, GitHub releases, approved pages) for real changes and store grounded signal records for drafting.
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.jithox-engine]
url = "https://jithox.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jithox-engine": {
"type": "http",
"url": "https://jithox.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jithox-engine
Remote MCP URL: https://jithox.com/api/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": {
"jithox-engine": {
"url": "https://jithox.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jithox-engine": {
"type": "http",
"url": "https://jithox.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jithox-engine",
"transport": "streamable-http",
"url": "https://jithox.com/api/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.