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

Jithox E-Invoice Readiness

com.jithox/einvoice-readiness

Read-only e-invoice readiness over MCP: VAT format, VIES, Peppol lookup, invoice & readiness

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

Tools · 5

validate_invoice

Structurally validate a draft EU invoice and report machine-readable issues (schema problems, VAT-id format, date sanity, BIS 3.0 completeness, computed totals). Full report, never fails fast. Not leg…

validate_vat_number

Deterministic structure/checksum validation of an EU VAT number (incl. the Belgian modulo-97 checksum) with the normalized identifier and a stable issue code. Format plausibility only — not a live VIE…

verify_vat_vies

Check a VAT number's ACTIVE status against the official EU VIES source. Returns valid / invalid / invalid_input / unavailable with provenance (source, checkedAt). When VIES is unavailable it says so t…

lookup_peppol_participant

Check whether a receiver is registered on the Peppol network and accepts BIS Billing 3.0 invoices, via the official SML/SMP discovery route when enabled (otherwise an honest mock that says so). Only s…

get_einvoice_readiness

Readiness snapshot for YOUR canary workspace: one plain state, what is ready, what is missing, and the next safe step. Diagnostics, not a compliance certificate. Validation and readiness only; never s…

How to use

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

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