eu.ansvar/lithuanian-law-mcp

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

0NOASSERTIONsearch

Install

Config snippet generator goes here (5 client tabs)

README

# Lithuanian Law MCP Server

**The e-Seimas alternative for the AI age.**

[![npm version](https://badge.fury.io/js/@ansvar%2Flithuanian-law-mcp.svg)](https://www.npmjs.com/package/@ansvar/lithuanian-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/Lithuanian-law-mcp?style=social)](https://github.com/Ansvar-Systems/Lithuanian-law-mcp)
[![CI](https://github.com/Ansvar-Systems/Lithuanian-law-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/Ansvar-Systems/Lithuanian-law-mcp/actions/workflows/ci.yml)
[![Daily Data Check](https://github.com/Ansvar-Systems/Lithuanian-law-mcp/actions/workflows/check-updates.yml/badge.svg)](https://github.com/Ansvar-Systems/Lithuanian-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-89%2C705-blue)](docs/EU_INTEGRATION_GUIDE.md)

Query **12,045 Lithuanian statutes** -- from the Asmens duomenų teisinės apsaugos įstatymas and Baudžiamasis kodeksas to the Civilinis kodeksas, Darbo kodeksas, and more -- directly from Claude, Cursor, or any MCP-compatible client.

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

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

---

## Why This Exists

Lithuanian legal research is scattered across e-Seimas, TAR (Teisės aktų registras), and EUR-Lex. Whether you're:
- A **lawyer** validating citations in a brief or contract
- A **compliance officer** checking if a statute is still in force
- A **legal tech developer** building tools on Lithuanian law
- A **researcher** tracing legislative provisions across 12,045 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 Lithuanian 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://lithuanian-law-mcp.vercel.app/mcp`

| Client | How to Connect |
|--------|---------------|
| **Claude.ai** | Settings > Connectors > Add Integration > paste URL |
| **Claude Code** | `claude mcp add lithuanian-law --transport http https://lithuanian-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": {
    "lithuanian-law": {
      "type": "url",
      "url": "https://lithuanian-law-mcp.vercel.app/mcp"
    }
  }
}
```

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

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

### Use Locally (npm)

```bash
npx @ansvar/lithuanian-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": {
    "lithuanian-law": {
      "command": "npx",
      "args": ["-y", "@ansvar/lithuanian-law-mcp"]
    }
  }
}
```

**Cursor / VS Code:**

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

---

## Example Queries

Once connected, just ask naturally:

- *"Ieškoti 'asmens duomenų apsauga' -- kokias pareigas nustato ADTAĮ?"*
- *"Ar Baudžiamojo kodekso 196 straipsnis vis dar galioja?"*
- *"Rask nuostatas apie darbuotojų apsaugą Darbo kodekse"*
- *"Kokie ES teisės aktai įgyvendinti per Civilinį kodeksą?"*
- *"Kurie Lietuvos įstatymai įgyvendina BDAR?"*
- *"Patikrink nuorodą: DK 38 str. 1 d."*
- *"Pateik teisinę poziciją dėl duomenų apsaugos pažeidimų pagal ADTAĮ"*
- *"Ar Lietuvos kibernetinio saugumo įstatymas atitinka NIS2?"*

---

## What's Included

| Category | Count | Details |
|----------|-------|---------|
| **Statutes** | 12,045 statutes | Comprehensive Lithuanian legislation from TAR |
| **Provisions** | 89,705 sections | Full-text searchable with FTS5 |
| **EU Cross-References** | Included | Directives and regulations linked to Lithuanian law |
| **Database Size** | 262 MB | Optimized SQLite, portable |
| **Daily Updates** | Automated | Freshness checks against TAR (e-tar.lt) |

**Verified data only** -- every citation is validated against official sources (TAR, e-Seimas). Zero LLM-generated content.

---

## See It In Action

### Why This Works

**Verbatim Source Text (No