← jithox.com

INDIVIDUAL MCP TOOL

lookup_peppol_participant

Check whether a receiver is registered on the Peppol network and accepts BIS Billing 3.

jithox.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.jithox.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for lookup_peppol_participant 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

jithox.com

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

Related tools

  • validate_invoice — Structurally validate a draft EU invoice and report machine-readable issues (schema problems, VAT-id format, date sanity, BIS 3.
  • validate_vat_number — Deterministic structure/checksum validation of an EU VAT number (incl.
  • verify_vat_vies — Check a VAT number's ACTIVE status against the official EU VIES source.
  • get_einvoice_readiness — Readiness snapshot for YOUR canary workspace: one plain state, what is ready, what is missing, and the next safe step.