← peppolvalidator.com

INDIVIDUAL MCP TOOL

submit_feedback

Report the outcome of using the Peppol Validator.

peppolvalidator.comnone authenticationAvailability not checked

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 endpoint

peppolvalidator.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.peppolvalidator-com]
url = "https://peppolvalidator.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "peppolvalidator-com": {
      "type": "http",
      "url": "https://peppolvalidator.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: peppolvalidator-com
Remote MCP URL: https://peppolvalidator.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": {
    "peppolvalidator-com": {
      "url": "https://peppolvalidator.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "peppolvalidator-com": {
      "type": "http",
      "url": "https://peppolvalidator.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "peppolvalidator-com",
  "transport": "streamable-http",
  "url": "https://peppolvalidator.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • validate_invoice — Validate a Peppol UBL or CII XML invoice against EN16931 and BIS Billing 3.0 schematron rules.
  • xml_to_pdf — Convert a UBL or CII XML invoice to a human-readable PDF document.
  • validate_invoice_from_url — Fetch a UBL or CII XML invoice from an HTTPS URL and validate it against EN16931 and Peppol BIS Billing 3.0.
  • detect_format — Quickly detect whether an XML invoice is UBL or CII (Cross-Industry Invoice).
  • explain_rule — Get a plain-language explanation of an EN16931 (BR-*) or Peppol BIS (PEPPOL-EN16931-R*) rule code.
  • get_verification_challenge — Get a HATCHA verification challenge to prove you are an AI agent.