Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksTypeScriptActualizado today
ClaudeWave Trust Score
52/100
· OK
Passed
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No standard license detected
  • !No description
Last scanned: 9/9/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/mirzaabubakr/uae-einvoice-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "uae-einvoice-mcp": {
      "command": "node",
      "args": ["/path/to/uae-einvoice-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/mirzaabubakr/uae-einvoice-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# uae-einvoice-mcp

MCP server for **UAE e-invoicing / PINT AE** — TRN/TIN validation, structural compliance, the **51-field mandatory checklist**, UBL XML stub generation, and mandate timeline helpers.

Built with the MCP TypeScript SDK v2 (`@modelcontextprotocol/server`) over **stdio**. Free to run locally; no API keys required for v0.2.

> Informational tooling only — not legal or tax advice, and not a substitute for Accredited Service Provider (ASP) XSD/Schematron validation or live FTA register checks.

## Why this exists

UAE e-invoicing (Peppol + PINT AE) forces ERP and finance teams to get dozens of mandatory fields, TIN vs TRN, and Peppol endpoint IDs right before an ASP will transmit anything. This server gives AI assistants a small, installable toolkit for those checks.

## Tools

| Tool | What it does |
| --- | --- |
| `lookup_business_trn` | Validates 15-digit TRN or 10-digit TIN format, UAE `1…` prefix, Peppol AE:TIN check digit, and returns `0235:<TIN>` |
| `check_invoice_compliance` | Structural checks (parties, totals math, tax breakdown, lines) with errors/warnings/score |
| `check_pint_ae_fields` | Full **51-field** mandatory matrix: present / missing / invalid / N/A + gaps |
| `generate_pint_ae_xml` | Builds a UBL 2.1 PINT AE-shaped Invoice/CreditNote XML stub (optional `strict` mode) |
| `get_einvoicing_requirements` | Mandate phases (large / SME / government), technical baseline, and next actions |

## Requirements

- Node.js **20+**

## Install / run

```bash
npm install
npm run build
npm start
```

Dev (TypeScript directly):

```bash
npm run dev
```

Self-check (no MCP client needed):

```bash
npm run selfcheck
```

### MCP Inspector

```bash
npm run inspector
```

Paste fixtures from `examples/compliant-invoice.json` or `examples/broken-invoice.json` into the tools.

### Cursor / Claude Desktop (stdio)

Published package (recommended):

```json
{
  "mcpServers": {
    "uae-einvoice": {
      "command": "npx",
      "args": ["-y", "uae-einvoice-mcp"]
    }
  }
}
```

Local checkout:

```json
{
  "mcpServers": {
    "uae-einvoice": {
      "command": "node",
      "args": ["/absolute/path/to/uae-einvoice-mcp/dist/index.js"]
    }
  }
}
```

See also `.cursor/mcp.json.example`.

## Suggested test flow

1. `check_pint_ae_fields` with `examples/compliant-invoice.json`
2. `generate_pint_ae_xml` with the same payload (`strict: true` should succeed)
3. `generate_pint_ae_xml` with `examples/broken-invoice.json` and `strict: true` (should refuse)

## Roadmap

- [x] 51-field checklist + PINT AE XML stub generation
- [ ] Deeper code-list coverage (UOM, exemption reason codes)
- [ ] Optional HTTP + API-key transport for hosted / paid tier
- [x] Publish to npm (`uae-einvoice-mcp@0.2.1`)
- [ ] List in MCP registry (`mcp-publisher publish`)

## License

MIT

Lo que la gente pregunta sobre uae-einvoice-mcp

¿Qué es mirzaabubakr/uae-einvoice-mcp?

+

mirzaabubakr/uae-einvoice-mcp es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala uae-einvoice-mcp?

+

Puedes instalar uae-einvoice-mcp clonando el repositorio (https://github.com/mirzaabubakr/uae-einvoice-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar mirzaabubakr/uae-einvoice-mcp?

+

Nuestro agente de seguridad ha analizado mirzaabubakr/uae-einvoice-mcp y le ha asignado un Trust Score de 52/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene mirzaabubakr/uae-einvoice-mcp?

+

mirzaabubakr/uae-einvoice-mcp es mantenido por mirzaabubakr. La última actividad registrada en GitHub es del 2026-09-08, con 0 issues abiertos.

¿Hay alternativas a uae-einvoice-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega uae-einvoice-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: mirzaabubakr/uae-einvoice-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mirzaabubakr-uae-einvoice-mcp)](https://claudewave.com/repo/mirzaabubakr-uae-einvoice-mcp)
<a href="https://claudewave.com/repo/mirzaabubakr-uae-einvoice-mcp"><img src="https://claudewave.com/api/badge/mirzaabubakr-uae-einvoice-mcp" alt="Featured on ClaudeWave: mirzaabubakr/uae-einvoice-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a uae-einvoice-mcp