# io.github.PedramMadani/legalithm-mcp-server (npm · legalithm-mcp-server)

EU AI Act risk classification, obligations and Article 50 disclosures. Offline, no API key.

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

## Components

- npm · `legalithm-mcp-server`: 63/100 (this document), [markdown](https://verifymcp.io/servers/pedrammadani-legalithm-mcp-server/legalithm-mcp-server.md), [page](https://verifymcp.io/servers/pedrammadani-legalithm-mcp-server/legalithm-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `legalithm-mcp-server`
- Version: `0.2.1`
- 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**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), 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 (95 of 99), 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 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 203 tokens (~50/item across 4 items; 4 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**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% 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 pedrammadani-legalithm-mcp-server -- npx -y legalithm-mcp-server
```

### Codex

```bash
codex mcp add pedrammadani-legalithm-mcp-server -- npx -y legalithm-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pedrammadani-legalithm-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "legalithm-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add pedrammadani-legalithm-mcp-server --command npx --arg -y --arg legalithm-mcp-server
```

### Hermes

```yaml
mcp_servers:
  pedrammadani-legalithm-mcp-server:
    command: "npx"
    args: ["-y", "legalithm-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "pedrammadani-legalithm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "legalithm-mcp-server"
      ]
    }
  }
}
```

## 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-03 (score 63, +6)

- [security improvement] Source repository: fail → pass
- [functional] Package version: 0.1.1 → 0.2.1

### 2026-08-02 (score 57, +44)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional] Licence: MIT

### 2026-08-01 (score 13, +13)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 0, −35)

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

### 2026-07-28 (score 35, +17)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: unverified
- [functional] First check of Tool coverage: 0
- [functional] First check of Schema quality: pass

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

First indexed and scored.

## MCP tools (4)

### `classify` (~73 tokens)

Classify an AI use case under the EU AI Act — risk tier + cited rationale. Offline; checked against Regulation (EU) 2024/1689, not legal advice.

Input parameters:

- `audience` (string, required)
- `domain` (string, required)
- `role` (string, required)
- `use_case` (string, required)

### `explain_obligation` (~44 tokens)

List the EU AI Act obligations for a role + risk tier, each with its Article citation. Offline.

Input parameters:

- `risk` (string, required)
- `role` (string, required)

### `generate_disclosure` (~50 tokens)

Generate an Article 50 transparency disclosure snippet (chatbot / genai-content / deepfake / emotion), EN or DE. Offline.

Input parameters:

- `locale` (string)
- `scenario` (string, required)

### `check_record` (~36 tokens)

Fetch a published Legalithm Trust Center compliance record by org slug. Online (reads the public API).

Input parameters:

- `slug` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/pedrammadani-legalithm-mcp-server/legalithm-mcp-server#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 57
- 2026-08-01: 13
- 2026-07-31: 0
- 2026-07-30: 35
- 2026-07-28: 35
- 2026-07-27: 18

## Links

- npm package: https://www.npmjs.com/package/legalithm-mcp-server
- Socket report: https://socket.dev/npm/package/legalithm-mcp-server
- Repository: https://github.com/legalithm-org/legalithm
- Changelog RSS feed: https://verifymcp.io/servers/pedrammadani-legalithm-mcp-server/legalithm-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/pedrammadani-legalithm-mcp-server/legalithm-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/pedrammadani-legalithm-mcp-server/legalithm-mcp-server
