GCC regulatory intelligence for ZATCA e-invoicing and Arabic NLP
GCC Intelligence MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. GCC regulatory intelligence for ZATCA e-invoicing and Arabic NLP.
GCC regulatory intelligence for AI agents. ZATCA e-invoicing, Arabic NLP, UAE Corporate Tax, and compliance tools — all via MCP.
Once GCC Intelligence MCP is connected, these are the calls the assistant has available:
zatca_generate_invoice_xml — Generate UBL 2.1 compliant invoices with QR codeszatca_validate_invoice — Validate invoices against Phase 1/2 requirementszatca_get_wave_status — Check which wave applies based on revenue thresholdarabic_analyze_text — Dialect detection, sentiment analysis, entity extraction, keyword extractionarabic_extract_entities — Named entity recognition (persons, orgs, locations, amounts, dates)gcc_validate_vat — Validate VAT/TIN numbers for all 6 GCC countriesgcc_lookup_company — Look up companies by commercial registration numbergcc_compliance_checklist — Get regulatory requirements by country and business typegcc_regulatory_deadlines — Track upcoming deadlines (ZATCA, UAE CT, labor law, licensing)gcc_convert_currency — Convert between GCC currencies (all USD-pegged)gcc_exchange_rates — Get current exchange rateszatca — //overview — ZATCA e-invoicing overview and requirementsSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. GCC Intelligence MCP's toolset — zatca_generate_invoice_xml, zatca_validate_invoice, zatca_get_wave_status and 11 more — is a fair guide to whether it matches your workflow. It is maintained by mdfifty50-boop; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| zatca_generate_invoice_xml | Generate UBL 2.1 compliant invoices with QR codes |
| zatca_validate_invoice | Validate invoices against Phase 1/2 requirements |
| zatca_get_wave_status | Check which wave applies based on revenue threshold |
| arabic_analyze_text | Dialect detection, sentiment analysis, entity extraction, keyword extraction |
| arabic_extract_entities | Named entity recognition (persons, orgs, locations, amounts, dates) |
| gcc_validate_vat | Validate VAT/TIN numbers for all 6 GCC countries |
| gcc_lookup_company | Look up companies by commercial registration number |
| gcc_compliance_checklist | Get regulatory requirements by country and business type |
| gcc_regulatory_deadlines | Track upcoming deadlines (ZATCA, UAE CT, labor law, licensing) |
| gcc_convert_currency | Convert between GCC currencies (all USD-pegged) |
| gcc_exchange_rates | Get current exchange rates |
| zatca | //overview — ZATCA e-invoicing overview and requirements |
| uae | //corporate-tax — UAE Corporate Tax guide |
| gcc | //vat-rates — VAT rates for all 6 GCC countries |
{
"mcpServers": {
"gcc-intelligence": {
"command": "npx",
"args": ["gcc-intelligence-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.