← Back to Plugins
MCP Server MCP

io.github.cmendezs/mcp-einvoicing-de

github By github 👁 1 views ▲ 0 votes

German e-invoicing MCP server: ZUGFeRD 2.x, XRechnung 3.x, EN 16931, KoSIT validation, Peppol.

Homepage Verified source GitHub

Install

uvx mcp-einvoicing-de

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-einvoicing-de",
      "version": "0.10.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Logging level: DEBUG, INFO (default), WARNING, or ERROR",
          "format": "string",
          "name": "EINVOICING_DE_LOG_LEVEL"
        },
        {
          "description": "Set to 1 to opt in to remote KoSIT cloud validation by default across all invoice_validate calls (egresses the full invoice payload). Local Schematron only by default; callers can still opt in per-call with cloud_validate=True.",
          "format": "string",
          "name": "EINVOICING_DE_KOSIT_ENABLE"
        },
        {
          "description": "URL of a self-hosted KoSIT validation tool REST endpoint (e.g. http://localhost:8080/api/v1/validate), used only when cloud validation is enabled (cloud_validate=True or EINVOICING_DE_KOSIT_ENABLE=1). Defaults to an [Unverified] validator.kosit.de endpoint if unset.",
          "format": "string",
          "name": "EINVOICING_DE_KOSIT_VALIDATOR_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...