invoicehub-mcp
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 failingBR-*business rulesgenerate_invoice— generate an EN 16931-conformant UBL 2.1 invoice from structured fields, self-validated before it's returnedlist_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: InvoiceXML
Use it
{
"mcpServers": {
"invoicehub": {
"type": "http",
"url": "https://api.invoicehub.dev/mcp"
}
}
}Claude Code:
claude mcp add --transport http invoicehub https://api.invoicehub.dev/mcpOr install as a Claude Code plugin:
claude plugin marketplace add einvoice-dev1/invoicehub-mcpLinks
REST API + free/paid tiers: https://invoicehub.dev/pricing
Source of the MCP server itself: https://github.com/einvoice-dev1/einvoice/blob/main/packages/api/src/mcp.ts
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for DACH e-invoicing. Create XRechnung (UBL) and ZUGFeRD 2.3 (Factur-X CII) invoices, validate against EN 16931 rules, extract data from XML, and convert between UBL, CII and JSON formats.6392MIT

InvoiceXMLofficial
Alicense-qualityBmaintenanceInvoiceXML 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 n5MIT- Alicense-qualityDmaintenanceEnables autonomous agents to validate, audit, and correct e-invoices against European standards (EN16931) and Peppol regulations.1MIT
- AlicenseAqualityBmaintenanceValidates 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.348MIT
Related MCP Connectors
Create, validate, convert & extract compliant e-invoices (UBL, Factur-X, ZUGFeRD, XRechnung)
EN 16931-compliant e-invoices: XRechnung, ZUGFeRD, Factur-X, Peppol BIS, Facturae or US PDF. Free.
Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/einvoice-dev1/invoicehub-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server