# io.github.mdfifty50-boop/gcc-intelligence (npm · gcc-intelligence-mcp)

GCC regulatory intelligence, ZATCA e-invoicing, and Arabic NLP for AI agents

- Trust score: 61/100 (medium)
- Change this week: +37
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `gcc-intelligence-mcp`: 61/100 (this document), [markdown](https://verifymcp.io/servers/mdfifty50-boop-gcc-intelligence/gcc-intelligence-mcp.md), [page](https://verifymcp.io/servers/mdfifty50-boop-gcc-intelligence/gcc-intelligence-mcp)

## Channel facts

- Registry: `npm`
- Package: `gcc-intelligence-mcp`
- Version: `0.1.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 101 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 41/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 790 tokens (~52/item across 15 items; 12 tools + 3 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 95/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 85% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add mdfifty50-boop-gcc-intelligence -- npx -y gcc-intelligence-mcp
```

### Codex

```bash
codex mcp add mdfifty50-boop-gcc-intelligence -- npx -y gcc-intelligence-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mdfifty50-boop-gcc-intelligence": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "gcc-intelligence-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mdfifty50-boop-gcc-intelligence --command npx --arg -y --arg gcc-intelligence-mcp
```

### Hermes

```yaml
mcp_servers:
  mdfifty50-boop-gcc-intelligence:
    command: "npx"
    args: ["-y", "gcc-intelligence-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "mdfifty50-boop-gcc-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "gcc-intelligence-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 61, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 58, +53)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 0
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 5, −13)

- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 0 → unverified

### 2026-07-31 (score 18, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 43, +19)

- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 0
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: unverified
- [functional] First check of Tool coverage: 85

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (12)

### `health_check` (~20 tokens)

Returns server health, uptime, version, and usage stats

### `zatca_generate_invoice_xml` (~196 tokens)

Generate ZATCA-compliant e-invoice XML (UBL 2.1) with QR code data. Supports both simplified and standard invoices per ZATCA Phase 2 requirements.

Input parameters:

- `buyer_name` (string): Buyer name (required for standard invoices)
- `buyer_vat` (string): Buyer VAT number (required for standard invoices)
- `currency` (string)
- `invoice_number` (string, required): Unique invoice reference number
- `invoice_type` (string, required): Simplified (B2C) or Standard (B2B) invoice
- `issue_date` (string, required): Invoice date in YYYY-MM-DD format
- `line_items` (array, required): Invoice line items
- `note` (string): Optional invoice note
- `seller_name` (string, required): Seller business name in Arabic or English
- `seller_vat` (string, required): Seller VAT registration number (15 digits, starts and ends with 3)

### `zatca_validate_invoice` (~58 tokens)

Validate an existing invoice against ZATCA Phase 2 requirements. Returns compliance status and any violations.

Input parameters:

- `phase` (string): ZATCA phase to validate against
- `xml_content` (string, required): The invoice XML content to validate

### `zatca_get_wave_status` (~75 tokens)

Get current ZATCA e-invoicing wave status, deadlines, and requirements for a given revenue threshold.

Input parameters:

- `annual_revenue_sar` (number, required): Annual revenue in SAR to determine which wave applies
- `as_of_date` (string): Date to check status for (YYYY-MM-DD, defaults to today)

### `gcc_validate_vat` (~51 tokens)

Validate a GCC VAT/TIN number format and check registration status where APIs are available.

Input parameters:

- `country` (string, required): GCC country code
- `vat_number` (string, required): VAT or TIN registration number

### `gcc_lookup_company` (~48 tokens)

Look up a GCC company by commercial registration (CR) number. Returns available public data.

Input parameters:

- `country` (string, required): GCC country code
- `cr_number` (string, required): Commercial registration number

### `arabic_analyze_text` (~52 tokens)

Analyze Arabic text: detect dialect, sentiment, extract entities, and perform basic morphological analysis.

Input parameters:

- `analyses` (array): Types of analysis to perform
- `text` (string, required): Arabic text to analyze

### `arabic_extract_entities` (~55 tokens)

Extract named entities from Arabic text: person names, organizations, locations, dates, monetary amounts.

Input parameters:

- `entity_types` (array): Filter for specific entity types
- `text` (string, required): Arabic text to extract entities from

### `gcc_compliance_checklist` (~75 tokens)

Get a regulatory compliance checklist for a specific GCC country and business type.

Input parameters:

- `business_type` (string, required): Business structure type
- `country` (string, required): GCC country code
- `employee_count` (number): Number of employees (for labor law compliance)
- `industry` (string): Industry sector for industry-specific requirements

### `gcc_regulatory_deadlines` (~70 tokens)

Get upcoming regulatory deadlines for GCC countries. Includes ZATCA, UAE CT, labor law, and sector-specific deadlines.

Input parameters:

- `categories` (array): Filter by category
- `countries` (array): Countries to check
- `days_ahead` (number): How many days ahead to look

### `gcc_convert_currency` (~39 tokens)

Convert between GCC currencies using current exchange rates.

Input parameters:

- `amount` (number, required)
- `from` (string, required)
- `to` (string, required)

### `gcc_exchange_rates` (~27 tokens)

Get current exchange rates for GCC currencies against major currencies.

Input parameters:

- `base` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/mdfifty50-boop-gcc-intelligence/gcc-intelligence-mcp#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 58
- 2026-08-01: 5
- 2026-07-31: 18
- 2026-07-30: 43
- 2026-07-28: 43
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/gcc-intelligence-mcp
- Socket report: https://socket.dev/npm/package/gcc-intelligence-mcp
- Repository: https://github.com/mdfifty50-boop/gcc-intelligence-mcp
- Changelog RSS feed: https://verifymcp.io/servers/mdfifty50-boop-gcc-intelligence/gcc-intelligence-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mdfifty50-boop-gcc-intelligence/gcc-intelligence-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mdfifty50-boop-gcc-intelligence/gcc-intelligence-mcp
