ZUGFeRD Validator
Server Details
Validiert E-Rechnungen (ZUGFeRD/Factur-X, XRechnung) gegen EN 16931 mit Korrekturvorschlägen.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.9/5 across 4 of 4 tools scored.
Each tool targets a distinct operation: creation, validation, XML extraction, and consistency checking. There is no overlap in their purposes, so an agent can easily select the right tool for a task.
All tool names follow the verb_noun pattern (check_consistency, create_invoice, extract_xml, validate_invoice), using consistent lowercase snake_case. No mixed conventions or vague verbs.
The server has exactly 4 tools, well-scoped for a focused ZUGFeRD validation utility. Each tool earns its place and the count is within the typical 3-15 range.
The core workflows are covered: create, validate, extract, and consistency-check. A minor gap could be a tool for detailed profile/version inspection or PDF rendering, but the existing surface covers the primary use cases without dead ends.
Available Tools
4 toolscheck_consistencyBInspect
Prüft ob die sichtbaren PDF-Daten mit den eingebetteten XML-Daten übereinstimmen.
| Name | Required | Description | Default |
|---|---|---|---|
| pdf_content | Yes | Base64-kodierter Inhalt der ZUGFeRD-PDF-Datei |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the burden of behavioral disclosure. It only states what the tool checks, but does not mention whether it is read-only, what happens on mismatch, or what the return value/response looks like. This lack of behavioral detail is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, clear sentence that conveys the core purpose without any unnecessary words. It is front-loaded with the verb and resource, making it immediately understandable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
While the tool is simple (one parameter, no output schema), the description omits what the result of the check is (e.g., boolean, error message). Without an output schema, the description should clarify the return behavior, which is critical for an agent to know how to handle the response. This incompleteness leaves a significant gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single parameter 'pdf_content' is well-described in the schema (base64-encoded ZUGFeRD PDF content), providing 100% coverage. The description itself adds no additional parameter meaning, but the schema is sufficient, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific action ('Prüft' - checks) and a specific resource/scope (whether visible PDF data matches embedded XML data). It also distinguishes itself from siblings like create_invoice and validate_invoice by focusing on consistency between two data representations.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies its usage for verifying consistency but offers no explicit guidance on when to use it versus alternatives like validate_invoice or extract_xml. It does not mention prerequisites or exclusions, so the usage context is inferred rather than stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
create_invoiceAInspect
Erstellt aus strukturierten Daten eine valide E-Rechnung — entweder als ZUGFeRD-PDF (PDF/A-3 mit eingebettetem XML) oder als reines XRechnung-XML (mit Leitweg-ID für B2G). Unterstützt mehrere Positionen, alle USt-Kategorien, Rabatte/Zuschläge und Zahlungsangaben. Stateless — es wird nichts gespeichert.
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Belegdatum (YYYY-MM-DD) | |
| note | No | Freitext-Hinweis | |
| buyer | Yes | Käufer / Rechnungsempfänger | |
| lines | Yes | Rechnungspositionen (mindestens eine) | |
| format | Yes | 'zugferd' = PDF/A-3 mit eingebettetem XML, 'xrechnung' = reines XML | |
| number | Yes | Belegnummer | |
| seller | No | Verkäufer / Rechnungssteller. Weglassen, wenn im Konto feste Absenderdaten hinterlegt sind — sie werden dann eingesetzt. | |
| currency | No | Währung (Standard EUR) | |
| due_date | No | Fälligkeitsdatum (YYYY-MM-DD) | |
| type_code | No | Roher UNTDID-1001-Code (überschreibt document_type; für seltene Typen wie 875-877 Bauleistung) | |
| self_check | No | Wenn true, wird die erzeugte Rechnung sofort gegen EN 16931 geprüft (langsamer). Standard: false. | |
| seller_logo | No | Logo als Base64 (PNG/JPG) — nur im Pro/Ultra-Tarif | |
| delivery_date | No | Leistungs-/Lieferdatum (BT-72, YYYY-MM-DD). In Deutschland Pflichtangabe; ohne Angabe gilt das Belegdatum. | |
| document_type | No | Dokumenttyp (Standard invoice). credit_note=Gutschrift/Storno, corrected=Korrektur, self_billed=Gutschriftverfahren, prepayment=Anzahlung, partial=Teilrechnung, debit_note=Belastungsanzeige. Mappt auf BT-3. | |
| payment_means | No | Zahlungsangaben (IBAN etc.) | |
| payment_terms | No | Zahlungsbedingungen (Freitext) | |
| billing_period | No | Leistungszeitraum (BG-14, BT-73/74) bei laufenden Leistungen, jeweils YYYY-MM-DD. Ersetzt delivery_date. | |
| buyer_reference | No | Leitweg-ID / Käuferreferenz (BT-10, bei XRechnung Pflicht) | |
| preceding_invoice | No | Bezug auf die Ursprungsrechnung (BT-25/26) — bei Storno, Korrektur oder Gutschrift angeben | |
| allowances_charges | No | Rabatte/Zuschläge auf Dokumentebene |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses important behavioral traits: 'Stateless — es wird nichts gespeichert' (stateless, nothing is stored), which is valuable. It also mentions support for multiple positions, VAT categories, discounts/surcharges, and payment details. However, it does not mention plan restrictions (e.g., logo only in Pro/Ultra) or explicit error behaviors, but those are covered in the schema. Overall, the description provides meaningful behavioral context beyond what the schema offers.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, immediately front-loading the core purpose and then providing key capability details. Every sentence carries useful information: the first defines the tool's function and formats, the second summarizes supported features and statelessness. There is no fluff or redundant restating of the tool name.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (20 parameters, nested objects, no output schema), the description is fairly complete. It states what it creates, the format options, supported features, and that it is stateless. It does not explicitly describe the return value or response structure, but since there is no output schema, this is a minor gap. The description covers the essential behavioral context for an agent to invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds some high-level context (e.g., 'mit Leitweg-ID für B2G' hints at buyer_reference, 'alle USt-Kategorien' maps to vat_category), but it does not delve into individual parameter semantics beyond what the schema provides. This aligns with the baseline of 3 for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with a specific verb and resource: 'Erstellt aus strukturierten Daten eine valide E-Rechnung' (creates a valid e-invoice from structured data). It distinguishes itself from siblings (validation, consistency check, XML extraction) by focusing on creation, and even specifies the two output formats (ZUGFeRD-PDF and XRechnung-XML).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context on when to use the tool: when you have structured data and need to create an e-invoice. It implies the tool is for generation rather than validation or extraction, which aligns with sibling tools, but it does not explicitly name alternatives or exclusions. The context is sufficiently clear for an agent to select this tool for invoice creation tasks.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
extract_xmlAInspect
Extrahiert die eingebettete XML-Datei aus einem ZUGFeRD/Factur-X PDF.
| Name | Required | Description | Default |
|---|---|---|---|
| pdf_content | Yes | Base64-kodierter Inhalt der ZUGFeRD-PDF-Datei |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It indicates the operation is a read-only extraction, but it does not disclose potential errors (e.g., missing XML), output format, or any side effects beyond what the purpose already states.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no wasted words or redundant information. It is concise and to the point.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one parameter, no annotations, no output schema), the description plus schema provide adequate context for basic usage. However, the lack of output format specification and error handling details leaves minor gaps, but not enough to reduce to a 'minimum viable' score.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema fully describes the sole parameter pdf_content as 'Base64-kodierter Inhalt der ZUGFeRD-PDF-Datei', providing 100% coverage. The description does not add any additional parameter meaning beyond the schema, so the baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Extrahiert' = extracts) and clearly specifies the resource (embedded XML from a ZUGFeRD/Factur-X PDF). It inherently distinguishes from sibling tools like check_consistency, create_invoice, and validate_invoice, which serve different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage (extracting XML from a PDF) but provides no explicit guidance on when to use this tool versus alternatives. It does not mention exclusions or name sibling tools as alternatives, leaving usage context only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
validate_invoiceAInspect
Validiert eine E-Rechnung (ZUGFeRD/Factur-X PDF oder XRechnung XML) gegen EN 16931 und gibt strukturierte Ergebnisse mit Korrekturvorschlägen zurück.
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Erwartetes Profil (optional, wird automatisch erkannt) | |
| file_type | Yes | 'pdf' für ZUGFeRD/Factur-X, 'xml' für XRechnung | |
| file_content | Yes | Base64-kodierter Inhalt der PDF- oder XML-Datei |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden for behavioral disclosure. It states the tool validates against EN 16931 and returns structured results with correction suggestions, conveying the core behavior and output format. It does not mention side effects, but none are expected for a validation tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that is front-loaded with the action and resource, and includes important details. No unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (3 parameters, no output schema), the description provides adequate context: input types, validation standard, and output nature. It does not detail the result structure, but 'structured results with correction suggestions' gives a sufficient high-level picture for an agent to select and invoke the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
All parameters are fully described in the schema (100% coverage), so the description does not need to add parameter-level details. It does mention file types and standards which relate to parameters, but this does not go beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool validates e-invoices (ZUGFeRD/Factur-X PDF or XRechnung XML) against EN 16931 and returns structured results with correction suggestions. It uses a specific verb ('Validiert') and a distinct resource, differentiating it from siblings like 'check_consistency' and 'extract_xml'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explains the tool is for validating e-invoices against a specific standard, giving clear context for when to use it. It does not explicitly exclude alternatives or mention when not to use it, but the context is sufficient for distinguishing it from sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityDmaintenanceValidates electronic invoices (XRechnung, ZUGFeRD, Factur-X, Peppol BIS, etc.) against authority-pinned rules and explains failures.222MIT
- AlicenseAqualityBmaintenanceValidates EU electronic invoices (Peppol, XRechnung, FatturaPA, etc.) and explains validation error codes, enabling AI coding agents to check invoice validity and get fixes before rejection.348MIT
- Alicense-qualityCmaintenanceEU e-invoice validation, as a developer API. Check whether an electronic invoice conforms to EN 16931 — the European standard behind France, Germany, Belgium, Poland and the 2030 ViDA mandate — with a single REST call. Structured JSON errors mapped to the official BR-* business rules. No enterprise sales call required.MIT
- Alicense-qualityDmaintenanceEnables autonomous agents to validate, audit, and correct e-invoices against European standards (EN16931) and Peppol regulations.1MIT