eu.ansvar/liechtenstein-law-mcp

Liechtenstein legislation via MCP — full-text search across statutes and provisions

0NOASSERTIONsearch

Install

Config snippet generator goes here (5 client tabs)

README

# Liechtenstein Law MCP Server

**The liechtensteinisches-landesgesetzblatt.li alternative for the AI age.**

[![npm version](https://badge.fury.io/js/@ansvar%2Fliechtenstein-law-mcp.svg)](https://www.npmjs.com/package/@ansvar/liechtenstein-law-mcp)
[![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![GitHub stars](https://img.shields.io/github/stars/Ansvar-Systems/Liechtenstein-law-mcp?style=social)](https://github.com/Ansvar-Systems/Liechtenstein-law-mcp)
[![CI](https://github.com/Ansvar-Systems/Liechtenstein-law-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/Ansvar-Systems/Liechtenstein-law-mcp/actions/workflows/ci.yml)
[![Daily Data Check](https://github.com/Ansvar-Systems/Liechtenstein-law-mcp/actions/workflows/check-updates.yml/badge.svg)](https://github.com/Ansvar-Systems/Liechtenstein-law-mcp/actions/workflows/check-updates.yml)
[![Database](https://img.shields.io/badge/database-pre--built-green)](docs/EU_INTEGRATION_GUIDE.md)
[![Provisions](https://img.shields.io/badge/provisions-73%2C213-blue)](docs/EU_INTEGRATION_GUIDE.md)

Query **3,614 Liechtenstein statutes** -- from the Datenschutzgesetz and Personen- und Gesellschaftsrecht to the Strafgesetzbuch, E-Commerce-Gesetz, and more -- directly from Claude, Cursor, or any MCP-compatible client.

If you're building legal tech, compliance tools, or doing Liechtenstein legal research, this is your verified reference database.

Built by [Ansvar Systems](https://ansvar.eu) -- Stockholm, Sweden

---

## Why This Exists

Liechtenstein legal research means navigating [gesetze.li](https://www.gesetze.li/konso), the LLGBl (Liechtensteinisches Landesgesetzblatt) publications, and cross-referencing EEA Agreement annexes. Whether you're:
- A **lawyer** validating citations in a brief or contract
- A **compliance officer** checking EEA-derived obligations under Liechtenstein law
- A **legal tech developer** building tools on Liechtenstein law
- A **researcher** tracing EEA implementation across Liechtenstein statutes

...you shouldn't need dozens of browser tabs and manual cross-referencing. Ask Claude. Get the exact provision. With context.

This MCP server makes Liechtenstein law **searchable, cross-referenceable, and AI-readable**.

---

## Quick Start

### Use Remotely (No Install Needed)

> Connect directly to the hosted version -- zero dependencies, nothing to install.

**Endpoint:** `https://liechtenstein-law-mcp.vercel.app/mcp`

| Client | How to Connect |
|--------|---------------|
| **Claude.ai** | Settings > Connectors > Add Integration > paste URL |
| **Claude Code** | `claude mcp add liechtenstein-law --transport http https://liechtenstein-law-mcp.vercel.app/mcp` |
| **Claude Desktop** | Add to config (see below) |
| **GitHub Copilot** | Add to VS Code settings (see below) |

**Claude Desktop** -- add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "liechtenstein-law": {
      "type": "url",
      "url": "https://liechtenstein-law-mcp.vercel.app/mcp"
    }
  }
}
```

**GitHub Copilot** -- add to VS Code `settings.json`:

```json
{
  "github.copilot.chat.mcp.servers": {
    "liechtenstein-law": {
      "type": "http",
      "url": "https://liechtenstein-law-mcp.vercel.app/mcp"
    }
  }
}
```

### Use Locally (npm)

```bash
npx @ansvar/liechtenstein-law-mcp
```

**Claude Desktop** -- add to `claude_desktop_config.json`:

**macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`
**Windows:** `%APPDATA%\Claude\claude_desktop_config.json`

```json
{
  "mcpServers": {
    "liechtenstein-law": {
      "command": "npx",
      "args": ["-y", "@ansvar/liechtenstein-law-mcp"]
    }
  }
}
```

**Cursor / VS Code:**

```json
{
  "mcp.servers": {
    "liechtenstein-law": {
      "command": "npx",
      "args": ["-y", "@ansvar/liechtenstein-law-mcp"]
    }
  }
}
```

## Example Queries

Once connected, just ask naturally (queries in German):

- *"Was sagt das Datenschutzgesetz (DSG) über die Einwilligung zur Datenverarbeitung?"*
- *"Ist das Personen- und Gesellschaftsrecht (PGR) noch in Kraft?"*
- *"Suche nach Bestimmungen über 'Datenschutz' im liechtensteinischen Recht"*
- *"Welche EU-Richtlinien setzt Liechtenstein über das EWR-Abkommen um?"*
- *"Was regelt das Strafgesetzbuch zum Thema Cyberkriminalität?"*
- *"Suche nach 'Gesellschaft' im PGR"*
- *"Welche liechtensteinischen Gesetze setzen die DSGVO um?"*
- *"Zitierformat für Art. 5 Abs. 1 DSG prüfen"*

---

## What's Included

| Category | Count | Details |
|----------|-------|---------|
| **Statutes** | 3,614 statutes | Comprehensive Liechtenstein legislation from gesetze.li |
| **Provisions** | 73,213 sections | Full-text searchable with FTS5 |
| **Database Size** | Available after ingestion | Optimized SQLite, portable |
| **Daily Updates** | Automated | Freshness checks against gesetze.li