einvoice-validators-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@einvoice-validators-mcpValidate this Malaysian e-invoice XML before I submit it."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
einvoice-validators-mcp
MCP server that lets AI agents validate legally mandated e-invoices before submission — Malaysia MyInvois (LHDN), Dominican Republic e-CF (DGII), Nigeria NRS/FIRS, Bolivia SIAT, Costa Rica Hacienda v4.4.
Each tool runs a keyless, stateless pre-flight against the official rules of the country: XSD structure, business rules, code lists, totals math, control codes (Bolivia's CUF rebuilt digit by digit, Costa Rica's 50-digit clave decomposed) and digital signatures (XAdES / XAdES-EPES / XML-DSig verified against the embedded certificate). Documents are validated in-memory and discarded — nothing is filed with any tax authority.
Tools
Tool | Country / regime |
| 🇲🇾 MyInvois (LHDN/IRBM) — UBL 2.1 XML & JSON |
| 🇩🇴 e-CF (DGII, Ley 32-23) — signed XML |
| 🇳🇬 NRS/FIRS FIRSMBS — UBL 2.1 XML & JSON |
| 🇧🇴 SFV/SIAT (SIN) — signed XML + CUF |
| 🇨🇷 Comprobantes v4.4 (Hacienda) — signed XML, 8 document types |
Every response is a JSON report: valid, wellFormed, signatureValid, errorCount, warningCount and rule-coded findings the agent can reason about.
Related MCP server: Fintom8 E-Invoice MCP Server
Setup
Get a RapidAPI key (free): subscribe to the API(s) you need — every one has a free plan:
Add the server to your MCP client.
Claude Desktop / Claude Code
{
"mcpServers": {
"einvoice-validators": {
"command": "npx",
"args": ["-y", "einvoice-validators-mcp"],
"env": { "RAPIDAPI_KEY": "your-rapidapi-key" }
}
}
}Any MCP client (stdio)
RAPIDAPI_KEY=your-rapidapi-key npx -y einvoice-validators-mcpUsage notes for agents
Pass the invoice as-is in the
invoiceargument. Signed documents are byte-sensitive: do not pretty-print, re-encode or "fix" them before validating.A non-compliant invoice is a normal result (
"valid": falsewith findings), not an error.valid: trueis an informative pre-flight ("structurally ready to submit"), not an acceptance by the authority — trust chains, live registries and clearance remain with the tax authority's online services.
Why not just generate validation code?
The commodity layer (XSD) you can generate. What you cannot reliably generate: the gated or prose-only rule sets, the exact signature canonicalization proven against genuinely signed documents, and the maintenance when regulators change the rules (Costa Rica's TRIBU-CR migration, LHDN SDK updates). These APIs are maintained validators with real-world proof — the technical write-ups show real outputs, including tamper detection on genuinely signed documents.
Links
Overview & landing: samirchatwiti.github.io/e-invoice-validators
Also available on Zyla API Hub
Author: Samir Chatwiti — GovTech/LegalTech solution architect
License
MIT (this MCP client). The validation services themselves are commercial APIs.
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
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 nLast updated5MIT- Alicense-qualityDmaintenanceEnables autonomous agents to validate, audit, and correct e-invoices against European standards (EN16931) and Peppol regulations.Last updated1MIT
- 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.Last updated347MIT
- Alicense-qualityBmaintenanceEnables AI agents to issue Nigeria e-invoices by validating, signing, and confirming invoices through FIRS/NRS MBS, returning IRN, CSID, and QR code.Last updatedMIT
Related MCP Connectors
Nigeria FIRS/NRS MBS e-invoicing for AI agents - validate, sign, confirm invoices (IRN + QR).
Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.
Dominican Republic DGII e-CF: AI agents authenticate and submit electronic invoices, stateless BYO.
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/SamirChatwiti/einvoice-validators-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server