MCP Einvoicing Be runs on your own machine — the client starts it, so there is no endpoint to ping. 342 installs a week from pypi. Last commit 12 Sep 2026.
Belgian e-invoicing MCP server: Peppol BIS 3.0, UBL 2.1, EU PINT v1.0.1, Mercurius.
Today is the operative word: we check MCP Einvoicing Be every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-einvoicing-be -- uvx mcp-einvoicing-be
{
"mcpServers": {
"mcp-einvoicing-be": {
"args": [
"mcp-einvoicing-be"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-einvoicing-be]
command = "uvx"
args = ["mcp-einvoicing-be"]
{
"mcpServers": {
"mcp-einvoicing-be": {
"args": [
"mcp-einvoicing-be"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-einvoicing-be": {
"args": [
"mcp-einvoicing-be"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
BCE_API_KEY (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).
The author declared them in the registry entry; get the values from the project itself.
German e-invoicing MCP server: ZUGFeRD 2.x, XRechnung 3.x, EN 16931, KoSIT validation, Peppol.
Polish e-invoicing MCP: KSeF API v2, FA(3)/FA(2) XML, Peppol BIS 3.0, NIP/REGON validation.
MCP server for India GST e-invoicing (FORM GST INV-01 schema v1.1 / IRP-IRN)
MCP server for Mexican electronic invoicing (CFDI 4.0, Pagos 2.0)
MCP server for Italian electronic invoicing (SDI) via Invoicetronic API
Spanish e-invoicing MCP server: VERI*FACTU, Facturae/FACe, SII, Crea y Crece B2B.
MCP server for Brazilian e-invoicing: NF-e and NFC-e (modelo 55/65), schema 4.00, SEFAZ.
MCP server for Singapore electronic invoicing (InvoiceNow)
Answers built from our own checks of this server.