io.github.mdfifty50-boop/gcc-intelligence
NPM · GCC-INTELLIGENCE-MCP · SCANNED SEP 20
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 98 dependencies flagged as unhealthy. 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 149 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability40
- 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 Management90
- Stability observed for 27 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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.mdfifty50-boop/gcc-intelligence MCP server?
io.github.mdfifty50-boop/gcc-intelligence runs locally as an npm package, launched with npx -y gcc-intelligence-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · gcc-intelligence-mcp
claude mcp add mdfifty50-boop-gcc-intelligence -- npx -y gcc-intelligence-mcp
{
"mcpServers": {
"mdfifty50-boop-gcc-intelligence": {
"command": "npx",
"args": [
"-y",
"gcc-intelligence-mcp"
]
}
}
} {
"servers": {
"mdfifty50-boop-gcc-intelligence": {
"command": "npx",
"args": [
"-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": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"gcc-intelligence-mcp"
]
}
}
} assistant mcp add mdfifty50-boop-gcc-intelligence -t stdio -c npx -a -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.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Sept 26 −3
- Stability: pass → 0.77 functional
- 15 Sept 26 0
- Stability: 0.97 → pass security
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +1
- Security disclosure: unverified → fail ▼ functional
- 11 Sept 26 0
- Security disclosure: fail → unverified ▼ functional
- 10 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
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 20 Sept 2026 · Analysed npm/gcc-intelligence-mcp@0.1.3
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 98 packages
| Packages resolved | 98 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
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.
What is the io.github.mdfifty50-boop/gcc-intelligence MCP server?
io.github.mdfifty50-boop/gcc-intelligence is an MCP server listed in the public MCP registry as io.github.mdfifty50-boop/gcc-intelligence. GCC regulatory intelligence, ZATCA e-invoicing, and Arabic NLP for AI agents. This page covers its npm package (gcc-intelligence-mcp).
Is the io.github.mdfifty50-boop/gcc-intelligence MCP server safe to use?
io.github.mdfifty50-boop/gcc-intelligence scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.mdfifty50-boop/gcc-intelligence MCP server expose?
io.github.mdfifty50-boop/gcc-intelligence exposes 12 tools: health_check, zatca_generate_invoice_xml, zatca_validate_invoice, zatca_get_wave_status, gcc_validate_vat, and 7 more. Their descriptions and schemas cost roughly 766 tokens of context every time the server is loaded.
Is the io.github.mdfifty50-boop/gcc-intelligence MCP server still maintained?
io.github.mdfifty50-boop/gcc-intelligence is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.mdfifty50-boop/gcc-intelligence MCP server under?
io.github.mdfifty50-boop/gcc-intelligence declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.