# eu.regulatoryai/sovereign-ai-act-mcp (npm · sovereign-ai-act-mcp)

Classify any AI system under the EU AI Act: risk tier + binding Articles, verbatim from the law.

- Trust score: 69/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `sovereign-ai-act-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/eu-regulatoryai-sovereign-ai-act-mcp/sovereign-ai-act-mcp.md), [page](https://verifymcp.io/servers/eu-regulatoryai-sovereign-ai-act-mcp/sovereign-ai-act-mcp)

## Channel facts

- Registry: `npm`
- Package: `sovereign-ai-act-mcp`
- Version: `1.2.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 49 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 486 tokens (~97/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add eu-regulatoryai-sovereign-ai-act-mcp -- npx -y sovereign-ai-act-mcp
```

### Codex

```bash
codex mcp add eu-regulatoryai-sovereign-ai-act-mcp -- npx -y sovereign-ai-act-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "eu-regulatoryai-sovereign-ai-act-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "sovereign-ai-act-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add eu-regulatoryai-sovereign-ai-act-mcp --command npx --arg -y --arg sovereign-ai-act-mcp
```

### Hermes

```yaml
mcp_servers:
  eu-regulatoryai-sovereign-ai-act-mcp:
    command: "npx"
    args: ["-y", "sovereign-ai-act-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "eu-regulatoryai-sovereign-ai-act-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sovereign-ai-act-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 69, +26)

- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Maintenance: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] License: pass → unverified
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-08-01 (score 43, −11)

- [security regression] Known CVEs: partial → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-31 (score 54, −8)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 62, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-29 (score 80, +34)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (5)

### `classify_ai_system` (~162 tokens)

Classify an AI system under the EU AI Act (Regulation (EU) 2024/1689). Returns the risk tier (prohibited / high_risk / limited / minimal), the exact Annex III category and the binding Articles, grounded verbatim in the law. Use whenever a user asks whether an AI system is high-risk, prohibited, what obligations apply, or which Articles bind a given AI use-case.

Input parameters:

- `description` (string, required): Plain-language description of the AI system and what it does.
- `full` (boolean): Include the verbatim cited Article/Annex text. Default false.
- `language` (string): ISO 639-1 code (en, de, fr, es, it, sv, …). Default en.

### `lookup_article` (~61 tokens)

Return the verbatim text of a specific EU AI Act Article (1–113), as published by the EU.

Input parameters:

- `language` (string): ISO 639-1 code. Default en.
- `number` (integer, required): Article number, 1–113.

### `search_eu_ai_act` (~74 tokens)

Full-text search across the EU AI Act corpus (Articles, Recitals, Annexes). Returns matching provisions.

Input parameters:

- `language` (string): ISO 639-1 code. Default en.
- `query` (string, required): Search terms, e.g. 'biometric', 'human oversight', 'GPAI'.

### `get_compliance_deadlines` (~53 tokens)

Return the canonical EU AI Act application dates (post Digital-Omnibus) and the fine tiers. Use when asked when the EU AI Act applies, when a deadline is, or how big the fines are.

### `review_feature` (~136 tokens)

EU AI Act CO-PILOT review for builders: pass a feature, spec or behaviour you are about to ship and get a ship/caution/stop signal (OK / TRANSPARENCY / REVIEW REQUIRED / STOP), the binding Articles, the obligations that apply, red flags and concrete next steps — grounded verbatim in Regulation (EU) 2024/1689. Use proactively while designing or coding an AI feature, before it ships.

Input parameters:

- `input` (string, required): The AI feature, spec or behaviour you are about to build/ship.
- `language` (string): ISO 639-1 code. Default en.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/eu-regulatoryai-sovereign-ai-act-mcp/sovereign-ai-act-mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 69
- 2026-08-01: 43
- 2026-07-31: 54
- 2026-07-30: 62
- 2026-07-29: 80
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/sovereign-ai-act-mcp
- Socket report: https://socket.dev/npm/package/sovereign-ai-act-mcp
- Repository: https://github.com/saidbazyar/sovereign-ai-act-mcp
- Changelog RSS feed: https://verifymcp.io/servers/eu-regulatoryai-sovereign-ai-act-mcp/sovereign-ai-act-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/eu-regulatoryai-sovereign-ai-act-mcp/sovereign-ai-act-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/eu-regulatoryai-sovereign-ai-act-mcp/sovereign-ai-act-mcp
