mcp-einvoicing-be
About
Belgian e-invoicing MCP server: Peppol BIS 3.0, UBL 2.1, EU PINT v1.0.1, Mercurius.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BCE_API_KEY PEPPOL_ENV LOG_LEVELClaude Code
claude mcp add --env BCE_API_KEY= --env PEPPOL_ENV= --env LOG_LEVEL= mcp-einvoicing-be -- uvx mcp-einvoicing-be
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-einvoicing-be","command":"uvx","args":["mcp-einvoicing-be"],"env":{"BCE_API_KEY":"","PEPPOL_ENV":"","LOG_LEVEL":""}}'
JSON
{
"mcpServers": {
"mcp-einvoicing-be": {
"command": "uvx",
"args": [
"mcp-einvoicing-be"
],
"env": {
"BCE_API_KEY": "",
"PEPPOL_ENV": "",
"LOG_LEVEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.