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.dlsforge/aegov-mcp

NPM · @DLSFORGE/AEGOV-MCP · SCANNED AUG 3

UAE Design System (AEGOV DLS) for AI assistants: components, tokens, validation. Not TDRA-official.

Available components

+23 this week 67 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 Security83
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability69
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1136 tokens (~162/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
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 · @dlsforge/aegov-mcp

# add to Claude Code
claude mcp add dlsforge-aegov-mcp -- npx -y @dlsforge/aegov-mcp
# add to Codex CLI
codex mcp add dlsforge-aegov-mcp -- npx -y @dlsforge/aegov-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dlsforge-aegov-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@dlsforge/aegov-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dlsforge-aegov-mcp --command npx --arg -y --arg @dlsforge/aegov-mcp
# ~/.hermes/config.yaml
mcp_servers:
  dlsforge-aegov-mcp:
    command: "npx"
    args: ["-y", "@dlsforge/aegov-mcp"]
// mcp.json
{
  "mcpServers": {
    "dlsforge-aegov-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dlsforge/aegov-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 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +47
    • GHSA-frvp-7c67-39w9 affects this package: medium security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Licence: MIT functional
  • 1 Aug 26 +13
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • Package version: 0.1.1 → 0.2.2 functional
  • 30 Jul 26 −38
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 44

    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/@dlsforge/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-frvp-7c67-39w9 medium CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N yes
Dependencies 95 packages

95 packages in the resolved dependency tree · 94 deprecated · 29 stale.

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

MCP tools — 7 exposed · ~1,136 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
getComponent ~153

Return the full official record for one UAE Design System (AEGOV DLS) artifact: canonical markup, variant examples (copy these rather than inventing markup), rules (accessibility, RTL/bilingual, usage), class inventory and provenance. Accepts a component class-root ('aegov-btn'), a docs name ('Button', 'Checkbox'), a block or pattern id ('header', 'emirates-id-input'), or any member class ('aegov-check-item'). Use listComponents to discover identifiers. Always respect the returned rules; markup must keep the official aegov-* classes.

NameTypeReqDescription
namestringyesComponent class-root, docs name, block/pattern id, or member class (case-insensitive)

No output schema declared.

No examples provided.

getTokens ~132

Return the UAE Design System's resolved design tokens (CSS custom properties) from the pinned @aegov/design-system package: colours (OKLCH palettes incl. semantic primary/secondary), typography scale, fonts, shadows and container widths. Generated markup must use these tokens or the aegov-* component classes built on them — never arbitrary hard-coded values. Filter by category and/or a name substring (e.g. category 'color', query 'primary').

NameTypeReqDescription
categorystringToken category to filter by
querystringCase-insensitive substring of the token name, e.g. 'primary'

No output schema declared.

No examples provided.

listComponents ~141

List every artifact of the UAE Design System (AEGOV DLS) this server can describe: package components (authoritative classes + official markup), blocks, patterns, and docs-only components. Call this first to discover what exists and the exact identifier to pass to getComponent. Package-tier data is authoritative for the pinned @aegov/design-system version; docs-tier data comes from designsystem.gov.ae and is provisional. When building a full page, note the standard page furniture: every UAE government page carries the header block, the footer block, and the page-rating block ('Did you find this content useful?') near the end of the page content.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ping ~50

Health check for the AEGOV DLS MCP server. Returns 'pong', echoing back an optional message. Use to confirm the server is connected.

NameTypeReqDescription
messagestringOptional message to echo back

No output schema declared.

No examples provided.

scaffoldEmiratesId ~202

Generate the standard Emirates ID form control (AEGOV DLS aegov-form-control): accepts 15 raw digits, auto-formats to the printed-card format 784-XXXX-XXXXXXX-X, validates the mandatory pattern ^784-\d{4}-\d{7}-\d$, bilingual labels, plus a masked display (784-1945-XXXXXXX-X) with an explicit reveal control. Emirates ID format, masking and pattern validation are non-negotiable for UAE government services — use this scaffold rather than hand-rolling. Returns html, the auto-format script, the masked-display snippet, and the official pattern rules.

NameTypeReqDescription
idstringHTML id/name for the input (also prefixes the hint and display ids)
languagestringLabel/hint language(s). 'both' emits bilingual labels (English + Arabic)
maskedDisplaybooleanInclude the masked read-back display + reveal control snippet

No output schema declared.

No examples provided.

scaffoldUaePass ~274

Generate official-guideline UAE Pass button markup (UAE Pass is the mandatory national digital identity — any government login must use it). Emits AEGOV DLS classes with the documented wording, appearance and logo rules from docs.uaepass.ae, the OAuth2 authorize URL template with staging/production endpoints, and links to the official logo assets. Returns bilingual (English + Arabic) markup by default; Arabic strings are generated and flagged for native review. Follow the returned rules and notes — they are the standard, not suggestions.

NameTypeReqDescription
appearancestringPermitted appearances only. black: for white/light backgrounds; white: for dark or colored backgrounds with sufficient contrast; outline: light backgrounds where the white fill lacks contrast
environmentstringUAE Pass OAuth2 environment for the endpoint set
languagestringMarkup language(s). 'both' returns English and Arabic (RTL) variants
radiusstringDocumented corner-radius options: default (standard, 12px), rectangle (minimum), pill (maximum)
variantstringDocumented button wording: sign-in/sign-up (authentication; never both on one page), login (synonym flow — don't mix with sign-in wording), continue (document sharing — requires user disclosure), sig…

No output schema declared.

No examples provided.

validate_snippet ~184

Validate generated HTML against the AEGOV DLS: verifies every aegov-* class against the pinned @aegov/design-system version (certain), checks other classes against official docs-example usage (best-effort), and runs UAE-specific checks — Emirates ID inputs must validate ^784-\d{4}-\d{7}-\d$ and displayed IDs must be masked, images need alt, Arabic content needs RTL handling, dates must be DMY (day/month/year, never month-first). If the snippet is a documented block (it carries aegov-header or aegov-footer), it is also checked against that block's conformance contract — the mobile menu affordance, the footer's mobile accordion. Call this on every snippet you emit before showing it to the user; fix errors and re-validate.

NameTypeReqDescription
htmlstringyesThe HTML snippet to validate

No output schema declared.

No examples provided.