GCC Intelligence MCP Server

GCC regulatory intelligence for ZATCA e-invoicing and Arabic NLP

Local serverstdio

What is the GCC Intelligence MCP MCP server?

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.

What you get

GCC regulatory intelligence for AI agents. ZATCA e-invoicing, Arabic NLP, UAE Corporate Tax, and compliance tools — all via MCP.

What the assistant can call

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 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

Setting it up

Setup 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.

Configuration and credentials

  • Node.js 18+ - No API keys needed for free tier

Choosing this one

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.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch GCC Intelligence MCP.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the gcc intelligence mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
zatca_generate_invoice_xmlGenerate UBL 2.1 compliant invoices with QR codes
zatca_validate_invoiceValidate invoices against Phase 1/2 requirements
zatca_get_wave_statusCheck which wave applies based on revenue threshold
arabic_analyze_textDialect detection, sentiment analysis, entity extraction, keyword extraction
arabic_extract_entitiesNamed entity recognition (persons, orgs, locations, amounts, dates)
gcc_validate_vatValidate VAT/TIN numbers for all 6 GCC countries
gcc_lookup_companyLook up companies by commercial registration number
gcc_compliance_checklistGet regulatory requirements by country and business type
gcc_regulatory_deadlinesTrack upcoming deadlines (ZATCA, UAE CT, labor law, licensing)
gcc_convert_currencyConvert between GCC currencies (all USD-pegged)
gcc_exchange_ratesGet 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

How to install the GCC Intelligence MCP MCP server

{
  "mcpServers": {
    "gcc-intelligence": {
      "command": "npx",
      "args": ["gcc-intelligence-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js 18+ - No API keys needed for free tier

Example prompts to try

  • Use GCC Intelligence MCP to zatca generate invoice xml.
  • Use GCC Intelligence MCP to zatca validate invoice.
  • Use GCC Intelligence MCP to zatca get wave status.

Frequently asked questions

It connects GCC Intelligence MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (zatca_generate_invoice_xml, zatca_validate_invoice, zatca_get_wave_status, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with GCC Intelligence MCP directly.