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
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 101 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add mdfifty50-boop-gcc-intelligence -- npx -y gcc-intelligence-mcp
codex mcp add mdfifty50-boop-gcc-intelligence -- npx -y gcc-intelligence-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mdfifty50-boop-gcc-intelligence": {
"type": "local",
"command": [
"npx",
"-y",
"gcc-intelligence-mcp"
],
"enabled": true
}
}
} openclaw mcp add mdfifty50-boop-gcc-intelligence --command npx --arg -y --arg gcc-intelligence-mcp
mcp_servers:
mdfifty50-boop-gcc-intelligence:
command: "npx"
args: ["-y", "gcc-intelligence-mcp"] {
"mcpServers": {
"mdfifty50-boop-gcc-intelligence": {
"command": "npx",
"args": [
"-y",
"gcc-intelligence-mcp"
]
}
}
} 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.
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.
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.
arabic_analyze_text ~52
Analyze Arabic text: detect dialect, sentiment, extract entities, and perform basic morphological analysis.
| Name | Type | Req | Description |
|---|---|---|---|
| analyses | array | — | Types of analysis to perform |
| text | string | yes | Arabic 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.
| Name | Type | Req | Description |
|---|---|---|---|
| entity_types | array | — | Filter for specific entity types |
| text | string | yes | Arabic 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.
| Name | Type | Req | Description |
|---|---|---|---|
| business_type | string | yes | Business structure type |
| country | string | yes | GCC country code |
| employee_count | number | — | Number of employees (for labor law compliance) |
| industry | string | — | Industry sector for industry-specific requirements |
No output schema declared.
No examples provided.
gcc_convert_currency ~39
Convert between GCC currencies using current exchange rates.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | — |
| from | string | yes | — |
| to | string | yes | — |
No output schema declared.
No examples provided.
gcc_exchange_rates ~27
Get current exchange rates for GCC currencies against major currencies.
| Name | Type | Req | Description |
|---|---|---|---|
| base | string | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | GCC country code |
| cr_number | string | yes | Commercial 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.
| Name | Type | Req | Description |
|---|---|---|---|
| categories | array | — | Filter by category |
| countries | array | — | Countries to check |
| days_ahead | number | — | How 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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | GCC country code |
| vat_number | string | yes | VAT 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.
| Name | Type | Req | Description |
|---|---|---|---|
| buyer_name | string | — | Buyer name (required for standard invoices) |
| buyer_vat | string | — | Buyer VAT number (required for standard invoices) |
| currency | string | — | — |
| invoice_number | string | yes | Unique invoice reference number |
| invoice_type | string | yes | Simplified (B2C) or Standard (B2B) invoice |
| issue_date | string | yes | Invoice date in YYYY-MM-DD format |
| line_items | array | yes | Invoice line items |
| note | string | — | Optional invoice note |
| seller_name | string | yes | Seller business name in Arabic or English |
| seller_vat | string | yes | Seller 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.
| Name | Type | Req | Description |
|---|---|---|---|
| annual_revenue_sar | number | yes | Annual revenue in SAR to determine which wave applies |
| as_of_date | string | — | Date 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.
| Name | Type | Req | Description |
|---|---|---|---|
| phase | string | — | ZATCA phase to validate against |
| xml_content | string | yes | The invoice XML content to validate |
No output schema declared.
No examples provided.