Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.mdfifty50-boop/gcc-intelligence

NPM · GCC-INTELLIGENCE-MCP · SCANNED AUG 3

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

+37 this week 61 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability41
  • 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 790 tokens (~52/item across 15 items; 12 tools + 3 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 85% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · gcc-intelligence-mcp

# add to Claude Code
claude mcp add mdfifty50-boop-gcc-intelligence -- npx -y gcc-intelligence-mcp
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add mdfifty50-boop-gcc-intelligence --command npx --arg -y --arg gcc-intelligence-mcp
# ~/.hermes/config.yaml
mcp_servers:
  mdfifty50-boop-gcc-intelligence:
    command: "npx"
    args: ["-y", "gcc-intelligence-mcp"]
// mcp.json
{
  "mcpServers": {
    "mdfifty50-boop-gcc-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "gcc-intelligence-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +53
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 0 functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 −13
    • Tool coverage: 100 → unverified functional
    • Schema quality: 0 → unverified functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +19
    • Tool coverage: unverified → 100 functional
    • 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 functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 97 packages

97 packages in the resolved dependency tree · 96 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 12 exposed · ~766 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
arabic_analyze_text ~52

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

NameTypeReqDescription
analysesarrayTypes of analysis to perform
textstringyesArabic text to analyze

No output schema declared.

No examples provided.

arabic_extract_entities ~55

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

NameTypeReqDescription
entity_typesarrayFilter for specific entity types
textstringyesArabic text to extract entities from

No output schema declared.

No examples provided.

gcc_compliance_checklist ~75

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

NameTypeReqDescription
business_typestringyesBusiness structure type
countrystringyesGCC country code
employee_countnumberNumber of employees (for labor law compliance)
industrystringIndustry sector for industry-specific requirements

No output schema declared.

No examples provided.

gcc_convert_currency ~39

Convert between GCC currencies using current exchange rates.

NameTypeReqDescription
amountnumberyes
fromstringyes
tostringyes

No output schema declared.

No examples provided.

gcc_exchange_rates ~27

Get current exchange rates for GCC currencies against major currencies.

NameTypeReqDescription
basestring

No output schema declared.

No examples provided.

gcc_lookup_company ~48

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

NameTypeReqDescription
countrystringyesGCC country code
cr_numberstringyesCommercial registration number

No output schema declared.

No examples provided.

gcc_regulatory_deadlines ~70

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

NameTypeReqDescription
categoriesarrayFilter by category
countriesarrayCountries to check
days_aheadnumberHow many days ahead to look

No output schema declared.

No examples provided.

gcc_validate_vat ~51

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

NameTypeReqDescription
countrystringyesGCC country code
vat_numberstringyesVAT or TIN registration number

No output schema declared.

No examples provided.

health_check ~20

Returns server health, uptime, version, and usage stats

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

zatca_generate_invoice_xml ~196

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

NameTypeReqDescription
buyer_namestringBuyer name (required for standard invoices)
buyer_vatstringBuyer VAT number (required for standard invoices)
currencystring
invoice_numberstringyesUnique invoice reference number
invoice_typestringyesSimplified (B2C) or Standard (B2B) invoice
issue_datestringyesInvoice date in YYYY-MM-DD format
line_itemsarrayyesInvoice line items
notestringOptional invoice note
seller_namestringyesSeller business name in Arabic or English
seller_vatstringyesSeller VAT registration number (15 digits, starts and ends with 3)

No output schema declared.

No examples provided.

zatca_get_wave_status ~75

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

NameTypeReqDescription
annual_revenue_sarnumberyesAnnual revenue in SAR to determine which wave applies
as_of_datestringDate to check status for (YYYY-MM-DD, defaults to today)

No output schema declared.

No examples provided.

zatca_validate_invoice ~58

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

NameTypeReqDescription
phasestringZATCA phase to validate against
xml_contentstringyesThe invoice XML content to validate

No output schema declared.

No examples provided.