mcpbeat Sign in

Uae Einvoice MCP Server

by mirzaabubakr Your server? Claim it
local only

Uae Einvoice MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 8 Sep 2026.

UAE e-invoicing MCP: TRN/TIN checks, 51-field PINT AE checklist, UBL XML stubs, mandate timeline.

Installs per day peak 26 · avg 0
a month agotoday
40
Installs / week
npm · uae-einvoice-mcp
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Uae Einvoice MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add uae-einvoice-mcp -- npx -y uae-einvoice-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "uae-einvoice-mcp": {
      "args": [
        "-y",
        "uae-einvoice-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.uae-einvoice-mcp]
command = "npx"
args = ["-y", "uae-einvoice-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "uae-einvoice-mcp": {
      "args": [
        "-y",
        "uae-einvoice-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "uae-einvoice-mcp": {
      "args": [
        "-y",
        "uae-einvoice-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Uae Einvoice MCP

same job, measured the same way
Einvoice Mandate Lint
by jmshinhwa

Lints UBL and CII invoice XML against EN 16931 and the national e-invoicing mandates that are live i

412 installs/wk local only
C
Invoice
by yaktool

Check invoice mandatory fields, validate a draft before issuing, and look up EN 16931 code lists.

27 installs/wk local only
En16931 Einvoice Lint
by jmshinhwa

Checks an invoice payload or field mapping against EN 16931 and the national CIUS of the country it

332 installs/wk local only
France Einvoice Reception Lint
by jmshinhwa

12 checks for the French mandatory mentions a PDP rejects, on Factur-X, UBL and CII invoices

371 installs/wk local only
Jobkeepr
by jobkeepr

Manage jobs, customers, scheduling, estimates and invoices for a field service business.

answering
Robokassa MCP
by theyahia

MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R

40 installs/wk local only
Holded MCP
by energio-es

MCP server for Holded — invoicing, accounting, CRM, projects, and team

61 installs/wk local only
I
Finvariant MCP
by arikanatakan

Financial-statement integrity checks (footing, tie-out) for AI agents.

57 installs/wk local only

Uae Einvoice MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Uae Einvoice MCP?
Uae Einvoice MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package uae-einvoice-mcp was installed 40 times last week.
How do I connect Uae Einvoice MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls uae-einvoice-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Uae Einvoice MCP?
The npm package uae-einvoice-mcp was installed 40 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Uae Einvoice MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.