# aegov-mcp [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/dlsforge/aegov-dls-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/aegov-mcp

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "aegov-mcp": {
    "url": "https://smithery.ai/badge/alamkhandurrani/aegov-mcp)](https://smithery.ai/servers/alamkhandurrani/aegov-mcp"
  }
}
```

## Documentation & README

# DLSForge — UAE Design System (AEGOV DLS) tooling

Community project. **Not affiliated with or endorsed by TDRA.**

[![smithery badge](https://smithery.ai/badge/alamkhandurrani/aegov-mcp)](https://smithery.ai/servers/alamkhandurrani/aegov-mcp)

The MCP server is listed on the [official MCP Registry](https://registry.modelcontextprotocol.io) (`io.github.dlsforge/aegov-mcp`), [Glama](https://glama.ai/mcp/servers/lwf9xd5lss), and [Smithery](https://smithery.ai/servers/alamkhandurrani/aegov-mcp).

npm-workspaces monorepo holding the public, MIT-licensed DLSForge packages:

| Package | What it is | Status |
|---|---|---|
| [`@dlsforge/aegov-rules-core`](https://github.com/dlsforge/aegov-dls-mcp/blob/HEAD/packages/aegov-rules-core/) | Machine-readable model of the AEGOV DLS: component schemas, resolved design tokens, catalogue loader, and the DLS rule engine shared by every DLSForge tool. | published: [`0.2.1` on npm](https://www.npmjs.com/package/@dlsforge/aegov-rules-core) |
| [`@dlsforge/aegov-mcp`](https://github.com/dlsforge/aegov-dls-mcp/blob/HEAD/packages/aegov-mcp/) | MCP server exposing the core to AI coding assistants — `listComponents`, `getComponent`, `getTokens`, `scaffoldUaePass`, `scaffoldEmiratesId`, `validate_snippet`. | published: [`0.2.2` on npm](https://www.npmjs.com/package/@dlsforge/aegov-mcp) |
| [`@dlsforge/aegov-audit`](https://github.com/dlsforge/aegov-dls-mcp/blob/HEAD/packages/aegov-audit/) (Mizan) | Compliance & accessibility auditor for UAE government sites (axe-core + Lighthouse + DLS rules over the rendered DOM), consuming the same core. Ships a CLI and a reusable GitHub Action. | published: [`0.2.2` on npm](https://www.npmjs.com/package/@dlsforge/aegov-audit) |

The two tools mirror each other: the **MCP server generates** on-standard government UI, **Mizan audits** it — both enforcing the same rules from the shared core, so the standard is defined once.

## The generate → verify loop

```
@dlsforge/aegov-rules-core   ← the standard, defined once (catalogue + rule engine)
        │
        ├── @dlsforge/aegov-mcp     → assistants GENERATE valid government UI
        └── @dlsforge/aegov-audit   → Mizan VERIFIES a finished/in-progress site
```

## Working in this repo

```bash
npm install          # once, at the root — links the workspaces
npm run build        # builds rules-core → mcp → audit (order matters)
npm test             # all suites, every package
npm run evals        # the 10 government-screen evals (mcp)
npm run evals:audit  # Mizan's fixture-site evals (audit)
npm run smoke        # stdio smoke test (mcp)
npm run validate     # catalogue lint + invariants (rules-core)
```

Mizan's suites render pages, so `npx playwright install chromium` is needed once for `npm test` / `npm run evals:audit`.

See each package's own README for usage.

## License

MIT — see [LICENSE](https://github.com/dlsforge/aegov-dls-mcp/blob/HEAD/LICENSE).

