PluginBench
MCP Server
Active
Apache-2.0

io.github.cmendezs/mcp-einvoicing-be MCP Server

io.github.cmendezs/mcp-einvoicing-be

What is the io.github.cmendezs/mcp-einvoicing-be MCP server?

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

How to install io.github.cmendezs/mcp-einvoicing-be

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BCE_API_KEY
    secret

    API key for the Belgian BCE/KBO enterprise database (optional — public endpoints work without it)

  • PEPPOL_ENV

    Peppol network environment: 'production' (default) or 'test'

  • LOG_LEVEL

    Logging level: DEBUG, INFO (default), WARNING, or ERROR

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-einvoicing-be": {
      "command": "uvx",
      "args": [
        "mcp-einvoicing-be"
      ],
      "env": {
        "BCE_API_KEY": "<YOUR_BCE_API_KEY>",
        "PEPPOL_ENV": "<YOUR_PEPPOL_ENV>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-einvoicing-be": {
      "command": "uvx",
      "args": [
        "mcp-einvoicing-be"
      ],
      "env": {
        "BCE_API_KEY": "<YOUR_BCE_API_KEY>",
        "PEPPOL_ENV": "<YOUR_PEPPOL_ENV>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-einvoicing-be": {
      "command": "uvx",
      "args": [
        "mcp-einvoicing-be"
      ],
      "env": {
        "BCE_API_KEY": "<YOUR_BCE_API_KEY>",
        "PEPPOL_ENV": "<YOUR_PEPPOL_ENV>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-einvoicing-be": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-einvoicing-be"
      ],
      "env": {
        "BCE_API_KEY": "<YOUR_BCE_API_KEY>",
        "PEPPOL_ENV": "<YOUR_PEPPOL_ENV>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-einvoicing-be --env BCE_API_KEY=<YOUR_BCE_API_KEY> --env PEPPOL_ENV=<YOUR_PEPPOL_ENV> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- uvx mcp-einvoicing-be

Related MCP servers

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

1
XSLT
Apache-2.0
View repository →

Spanish e-invoicing MCP server: VERI*FACTU, Facturae/FACe, SII, Crea y Crece B2B.

1
XSLT
Apache-2.0
View repository →

Polish e-invoicing MCP: KSeF API v2, FA(3)/FA(2) XML, Peppol BIS 3.0, NIP/REGON validation.

1
Python
Apache-2.0
View repository →

Base package for European e-invoicing MCP servers with shared models, XML utils, and OAuth2 client.

0
Python
Apache-2.0
View repository →

MCP server for French e-invoicing (XP Z12-013). Manages invoices, validation and compliance.

0
XSLT
Apache-2.0
View repository →

Italian e-invoicing: FatturaPA XML/SDI v1.2.3, 42 tools. Signing, SDI, archiving.

0
Python
Apache-2.0
View repository →
io.github.cmendezs/mcp-einvoicing-be MCP Server | PluginBench