# eu.ansvar/slovenian-law-mcp (npm · @ansvar/slovenian-law-mcp)

Query Slovenian statutes, court decisions, EU cross-references, and parliamentary materials

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

> **Deprecated**: this server is marked deprecated in the MCP registry.

## Components

- npm · `@ansvar/slovenian-law-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/eu-ansvar-slovenian-law-mcp/ansvar-slovenian-law-mcp.md), [page](https://verifymcp.io/servers/eu-ansvar-slovenian-law-mcp/ansvar-slovenian-law-mcp)

## Channel facts

- Registry: `npm`
- Package: `@ansvar/slovenian-law-mcp`
- Version: `1.1.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**: 80/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
  - Runs a script at install time (postinstall) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does.
  - Only part of the dependency tree could be resolved (96 of 100), 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 (Apache-2.0).
  - Actively maintained (last published 156 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1754 tokens (~116/item across 15 items; 14 tools + 1 resources), over budget; trim descriptions and params.
  - 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-ansvar-slovenian-law-mcp -- npx -y @ansvar/slovenian-law-mcp
```

### Codex

```bash
codex mcp add eu-ansvar-slovenian-law-mcp -- npx -y @ansvar/slovenian-law-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "eu-ansvar-slovenian-law-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@ansvar/slovenian-law-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add eu-ansvar-slovenian-law-mcp --command npx --arg -y --arg @ansvar/slovenian-law-mcp
```

### Hermes

```yaml
mcp_servers:
  eu-ansvar-slovenian-law-mcp:
    command: "npx"
    args: ["-y", "@ansvar/slovenian-law-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "eu-ansvar-slovenian-law-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ansvar/slovenian-law-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-03 (score 69, +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.

### 2026-08-02 (score 68, +27)

- [security regression] Provenance: unverified → fail
- [security regression] Malware scan: pass → unverified
- [security improvement] Install scripts: unverified → partial
- [security improvement] Known CVEs: unverified → partial
- [security] The scripts that run when this package is installed changed: postinstall
- [functional regression] Schema quality: 100 → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: Apache-2.0

### 2026-08-01 (score 41, +36)

- [security improvement] Malware scan: unverified → pass
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −47)

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

### 2026-07-30 (score 52, +28)

- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −28)

- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified

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

First indexed and scored.

## MCP tools (14)

### `search_legislation` (~143 tokens)

Search Slovenian statutes and regulations by keyword. Searches FTS-indexed provisions from PIS (pisrs.si). Use document_id to narrow to a specific statute. Supports temporal queries via as_of_date.

Input parameters:

- `as_of_date` (string): ISO date to query historical versions (e.g. "2020-01-01")
- `document_id` (string): Document ID to restrict search to a specific statute
- `limit` (number): Max results (1-50, default 10)
- `query` (string, required): Search terms (Slovenian or English)
- `status` (string): Filter by status: in_force, repealed, amended

### `get_provision` (~152 tokens)

Retrieve a specific provision from a Slovenian statute. Examples: document_id="zakon-o-kazenskem-postopku", article="148" for 148. člen ZKP. Can also use provision_ref directly (e.g. "148").

Input parameters:

- `article` (string): Article number (e.g. "148")
- `as_of_date` (string): ISO date to retrieve historical version
- `chapter` (string): Chapter number if applicable
- `document_id` (string, required): Document ID of the statute (e.g. "zakon-o-kazenskem-postopku")
- `provision_ref` (string): Full provision reference (e.g. "148" or "3:5")

### `search_case_law` (~318 tokens)

Search Slovenian court decisions from sodnapraksa.si. Supports full-text search with optional filters for court (e.g. USRS, VSRS, VSL, VSM), legal domain, procedure type, and date range. Use ecli for direct ECLI lookup (e.g. "ECLI:SI:VSRS:2020:123").

Input parameters:

- `court` (string): Court code: USRS (Ustavno sodišče), VSRS (Vrhovno sodišče), VSL (Višje sodišče Ljubljana), VSM (Višje sodišče Maribor), VSK (Višje sodišče Koper), VSC (Višje sodišče Celje), UPRS (Upravno sodišče), V…
- `date_from` (string): Start date filter (ISO format)
- `date_to` (string): End date filter (ISO format)
- `ecli` (string): Direct ECLI lookup (e.g. "ECLI:SI:VSRS:2020:123")
- `legal_domain` (string): Legal domain filter (e.g. "civilno", "kazensko", "upravno")
- `limit` (number): Max results (1-50, default 10)
- `procedure_type` (string): Procedure type filter (e.g. "revizija", "pritožba")
- `query` (string): Search terms

### `get_preparatory_works` (~117 tokens)

Get preparatory works (zakonodajno gradivo) for a Slovenian statute. Returns related parliamentary documents such as predlog zakona (bill), poročilo, mnenje, and other legislative materials from the Državni zbor.

Input parameters:

- `document_type` (string): Filter by type: predlog, porocilo, mnenje, etc.
- `limit` (number): Max results (1-50, default 20)
- `statute_id` (string, required): Document ID of the statute

### `validate_citation` (~77 tokens)

Validate a Slovenian legal citation and check whether the referenced document and provision exist in the database. Supported formats: "1. člen ZKP", "Uradni list RS, št. 63/13", "ECLI:SI:VSRS:2020:123".

Input parameters:

- `citation` (string, required): Citation string to validate

### `build_legal_stance` (~105 tokens)

Build a comprehensive legal stance on a topic by combining statute provisions, case law, preparatory works, and cross-references. Returns a structured research bundle for Slovenian law analysis.

Input parameters:

- `as_of_date` (string): ISO date for temporal context
- `document_id` (string): Document ID to focus on a specific statute
- `limit` (number): Max results per category (default 5)
- `query` (string, required): Legal question or topic to research

### `format_citation` (~83 tokens)

Format a Slovenian legal citation into the standard format. Outputs proper Slovenian citation format, e.g. "1. člen Zakon o kazenskem postopku (ZKP)". Supports full, short, and pinpoint formats.

Input parameters:

- `citation` (string, required): Citation string to format
- `format` (string): Output format: full, short, or pinpoint

### `check_currency` (~116 tokens)

Check whether a Slovenian statute or provision is currently in force (veljavno pravo). Returns the document status (in_force / repealed / not_yet_in_force), validity dates, and any warnings about outdated or razveljavljen (repealed) legislation.

Input parameters:

- `as_of_date` (string): ISO date to check validity at a specific point in time
- `document_id` (string, required): Document ID of the statute to check
- `provision_ref` (string): Provision reference to check (e.g. "148")

### `get_eu_basis` (~97 tokens)

Get the EU legal basis for a Slovenian statute. Shows which EU directives and regulations the statute implements or references. Returns CELEX numbers, EUR-Lex links, and reference types.

Input parameters:

- `document_id` (string, required): Document ID of the Slovenian statute
- `include_articles` (boolean): Include referenced EU articles (default false)
- `reference_types` (array): Filter by reference type: implements, references, supplements, applies

### `get_slovenian_implementations` (~99 tokens)

Get Slovenian statutes that implement a given EU directive or regulation. Returns a list of Slovenian statutes with their implementation status, showing which laws transpose the EU instrument into national law.

Input parameters:

- `eu_document_id` (string, required): EU document ID to look up implementations for
- `in_force_only` (boolean): Only return statutes currently in force (default false)
- `primary_only` (boolean): Only return primary implementations (default false)

### `search_eu_implementations` (~143 tokens)

Search EU directives and regulations with optional filters. Shows which EU instruments have been implemented in Slovenian law and which ones are pending implementation.

Input parameters:

- `community` (string): EU community: EU, EG, EEG, Euratom
- `has_slovenian_implementation` (boolean): Filter by whether a Slovenian implementation exists
- `limit` (number): Max results (1-100, default 20)
- `query` (string): Search terms for EU document titles
- `type` (string): Filter by type: directive or regulation
- `year_from` (number): Start year filter
- `year_to` (number): End year filter

### `get_provision_eu_basis` (~77 tokens)

Get EU references for a specific provision in a Slovenian statute. Shows which EU articles are referenced or implemented by a particular Slovenian provision.

Input parameters:

- `document_id` (string, required): Document ID of the Slovenian statute
- `provision_ref` (string, required): Provision reference (e.g. "148" or "3:5")

### `validate_eu_compliance` (~92 tokens)

Validate EU compliance for a Slovenian statute or provision. Checks for missing, partial, or outdated implementations and returns compliance issues with severity levels and recommendations (in Slovenian).

Input parameters:

- `document_id` (string, required): Document ID of the Slovenian statute to validate
- `eu_document_id` (string): EU document ID to check compliance against
- `provision_ref` (string): Provision reference to narrow the check

### `get_provision_at_date` (~111 tokens)

Retrieve a specific provision from a Slovenian statute as it was at a given date. Uses the provision version history to return the text valid at the specified date. Supports amendment tracking.

Input parameters:

- `date` (string, required): ISO date to query the provision at (YYYY-MM-DD)
- `document_id` (string, required): Document ID of the statute
- `include_amendments` (boolean): Include amendment history records (default false)
- `provision_ref` (string, required): Provision reference (e.g. "148")

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/eu-ansvar-slovenian-law-mcp/ansvar-slovenian-law-mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 68
- 2026-08-01: 41
- 2026-07-31: 5
- 2026-07-30: 52
- 2026-07-28: 24
- 2026-07-27: 52

## Links

- npm package: https://www.npmjs.com/package/@ansvar/slovenian-law-mcp
- Socket report: https://socket.dev/npm/package/@ansvar/slovenian-law-mcp
- Repository: https://github.com/Ansvar-Systems/Slovenian-law-mcp
- Changelog RSS feed: https://verifymcp.io/servers/eu-ansvar-slovenian-law-mcp/ansvar-slovenian-law-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/eu-ansvar-slovenian-law-mcp/ansvar-slovenian-law-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/eu-ansvar-slovenian-law-mcp/ansvar-slovenian-law-mcp
