← Back to Plugins
MCP Server MCP

io.github.cmendezs/mcp-einvoicing-be

github By github 👁 1 views ▲ 0 votes

Belgian e-invoicing MCP server: Peppol BIS 3.0, UBL 2.1, EU PINT v1.0.1, Mercurius.

Homepage Verified source GitHub

Install

uvx mcp-einvoicing-be

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-einvoicing-be",
      "version": "0.10.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for the Belgian BCE/KBO enterprise database (optional — public endpoints work without it)",
          "format": "string",
          "isSecret": true,
          "name": "BCE_API_KEY"
        },
        {
          "description": "Peppol network environment: 'production' (default) or 'test'",
          "format": "string",
          "name": "PEPPOL_ENV"
        },
        {
          "description": "Logging level: DEBUG, INFO (default), WARNING, or ERROR",
          "format": "string",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...