Skip to content

Add ZUGFeRD Validator MCP client#3866

Closed
tzatti1 wants to merge 1 commit intomodelcontextprotocol:mainfrom
tzatti1:add-zugferd-validator
Closed

Add ZUGFeRD Validator MCP client#3866
tzatti1 wants to merge 1 commit intomodelcontextprotocol:mainfrom
tzatti1:add-zugferd-validator

Conversation

@tzatti1
Copy link
Copy Markdown

@tzatti1 tzatti1 commented Apr 8, 2026

Description

Adds zugferd-mcp-client to the community servers list.

Server details

What it does

Validates German and European e-invoices against EN 16931:

  • validate_invoice — validates ZUGFeRD, Factur-X or XRechnung files (PDF/XML), returns structured JSON with errors, warnings and concrete fix suggestions
  • extract_xml — extracts embedded XML from ZUGFeRD/Factur-X PDFs
  • check_consistency — checks whether visible PDF data matches embedded XML

Usage

{
  "mcpServers": {
    "zugferd": {
      "command": "zugferd-mcp",
      "env": {
        "ZUGFERD_API_KEY": "zv_..."
      }
    }
  }
}

Free API key available at https://zugferd-validator.de/portal.html (no credit card required).

@olaservo
Copy link
Copy Markdown
Member

Thanks for contributing to the MCP servers repo!

We've retired the third-party server list from the README in favor of the MCP Registry — see #3950 for context. The Official Integrations and Community Servers sections no longer exist in the README, so this PR no longer has a target.

Going forward, please publish your server to the MCP Registry using the quickstart guide:
https://github.com/modelcontextprotocol/registry/blob/main/docs/modelcontextprotocol-io/quickstart.mdx

That's where server discovery now happens. Thanks for building on MCP!


Note: I'm working through the backlog with help from Claude Code to give everyone a prompt response.

@olaservo olaservo closed this Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants