Liechtenstein MCP Server

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

Local serverstdioTypeScript

What is the Liechtenstein MCP server?

If you already use Liechtenstein, the liechtenstein mcp server is the piece that lets your assistant work with it directly. Liechtenstein legislation via MCP — full-text search across statutes and provisions.

What the server does

First request opens an OAuth signup flow (setup details: ansvar.eu/docs/quickstart). After signup, your client is bound to your account; tier (free / premium / team / company) determines fan-out, quota, and which downstream MCPs are reachable.

We build AI-accelerated compliance and legal research tools for the global market. This MCP server makes 3,614 Liechtenstein statutes searchable from any AI client -- no browser tabs, no PDFs, no manual cross-referencing.

  • 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

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • search_legislation — FTS5 search on 73,213 provisions with BM25 ranking
  • get_provision — Retrieve specific provision by statute identifier and article number
  • validate_citation — Validate citation against database (zero-hallucination check)
  • build_legal_stance — Aggregate citations from statutes and cross-references
  • format_citation — Format citations per Liechtenstein conventions (full/short/pinpoint)
  • check_currency — Check if statute is in force, amended, or repealed
  • list_sources — List all available statutes with metadata and data provenance
  • about — Server info, capabilities, dataset statistics, and coverage summary
  • get_eu_basis — Get EU directives/regulations implemented by Liechtenstein statute via EEA Agreement
  • get_liechtenstein_implementations — Find Liechtenstein laws implementing a specific EU/EEA act
  • search_eu_implementations — Search EU documents with Liechtenstein implementation counts
  • get_provision_eu_basis — Get EU/EEA law references for a specific provision

Installation

@anthropic/mcp-inspector on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Where it fits

Plenty of database access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Liechtenstein's toolset — search_legislation, get_provision, validate_citation and 11 more — is a fair guide to whether it matches your workflow. It is maintained by eu.ansvar; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Liechtenstein.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
search_legislationFTS5 search on 73,213 provisions with BM25 ranking
get_provisionRetrieve specific provision by statute identifier and article number
validate_citationValidate citation against database (zero-hallucination check)
build_legal_stanceAggregate citations from statutes and cross-references
format_citationFormat citations per Liechtenstein conventions (full/short/pinpoint)
check_currencyCheck if statute is in force, amended, or repealed
list_sourcesList all available statutes with metadata and data provenance
aboutServer info, capabilities, dataset statistics, and coverage summary
get_eu_basisGet EU directives/regulations implemented by Liechtenstein statute via EEA Agreement
get_liechtenstein_implementationsFind Liechtenstein laws implementing a specific EU/EEA act
search_eu_implementationsSearch EU documents with Liechtenstein implementation counts
get_provision_eu_basisGet EU/EEA law references for a specific provision
validate_eu_complianceCheck EEA implementation status of Liechtenstein statutes
ConnectFirst request opens an OAuth signup flow (setup details: [ansvar.eu/docs/quickstart](https://ansvar.eu/docs/quickstart)). After signup, your client is bound to your account; tier (free / premium / team / company) determi

How to install the Liechtenstein MCP server

{
  "mcpServers": {
    "liechtenstein-law": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-inspector"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Liechtenstein to search legislation.
  • Use Liechtenstein to get provision.
  • Use Liechtenstein to validate citation.

Frequently asked questions

It connects Liechtenstein to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (search_legislation, get_provision, validate_citation, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Liechtenstein directly.