Skip to main content
Glama

invoicehub-mcp

Registry/plugin listing metadata for InvoiceHub's hosted MCP server. There's no local package here — the server itself is a hosted Streamable HTTP endpoint at https://api.invoicehub.dev/mcp, implemented in the main einvoice-dev1/einvoice monorepo (packages/api/src/mcp.ts). This repo exists to give that endpoint a public server.json and Claude Code plugin manifest, since MCP registries and the plugin marketplace require a public repository to list against.

What it does

  • validate_invoice — validate a UBL 2.1 invoice/credit note XML string against the official EN 16931 Schematron (v1.3.16), returning any failing BR-* business rules

  • generate_invoice — generate an EN 16931-conformant UBL 2.1 invoice from structured fields, self-validated before it's returned

  • list_supported_formats — formats supported today vs. on the roadmap

No install, no API key — the endpoint is public and every tool is read-only or self-validating.

Related MCP server: Fintom8 E-Invoice MCP Server

Use it

{
  "mcpServers": {
    "invoicehub": {
      "type": "http",
      "url": "https://api.invoicehub.dev/mcp"
    }
  }
}

Claude Code:

claude mcp add --transport http invoicehub https://api.invoicehub.dev/mcp

Or install as a Claude Code plugin:

claude plugin marketplace add einvoice-dev1/invoicehub-mcp

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    InvoiceXML brings e-invoice compliance to your AI agent. Create, validate, convert, render, and extract structured invoices across UBL (Peppol BIS Billing 3.0, used worldwide), CII, Factur-X, ZUGFeRD, and XRechnung, all checked against the EN 16931 standard and official Schematron rules. Ask your assistant to generate a compliant invoice, validate one for errors, or convert between formats, with n
    5
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Validates EU electronic invoices (Peppol, XRechnung, FatturaPA, etc.) and explains validation error codes, enabling AI coding agents to check invoice validity and get fixes before rejection.
    3
    25 npm
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Validates electronic invoices (XRechnung, ZUGFeRD, Factur-X, Peppol BIS, etc.) against authority-pinned rules and explains failures.
    2
    18 npm
    MIT