Odel
MCP E-Invoicing Core

MCP E-Invoicing Core

Local
@cmendezsXSLTApache-2.0Updated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-einvoicing-corev1.31.1

Run

uvx mcp-einvoicing-core

MCP client config

{
  "mcpServers": {
    "mcp-e-invoicing-core": {
      "command": "uvx",
      "args": [
        "mcp-einvoicing-core"
      ]
    }
  }
}