home / mcp / estonian law mcp server

Estonian Law MCP Server

Provides access to Estonian statute text and cross-references via MCP, including in-force and all-statutes corpora with search, retrieval, and validation tools.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "ansvar-systems-estonian-law-mcp": {
      "url": "https://estonian-law-mcp.vercel.app/mcp"
    }
  }
}

You can access Estonian law content through a dedicated MCP server that exposes Estonian data protection, cybersecurity, e-commerce, and criminal law provisions. This server consolidates official sources and offers search, retrieval, and validation capabilities to support legal research and compliance workflows.

How to use

You connect to the Estonian Law MCP Server using either a remote HTTP endpoint or a local, node-based client. The server provides full-text search over provisions, retrieval of specific articles, citation validation, in-force checks, EU cross-references, and a range of legal research tools. Use it to explore current Estonian statutes, verify citations, and inspect national implementations of EU law.

How to install

Prerequisites: ensure you have Node.js and npm installed on your machine. You will run the MCP server via a local, ready-to-use command that leverages npm and the server package.

Additional sections

Data sources come from Riigi Teataja under the Estonian Government Open Data license. The ingestion pipeline builds a corpus that includes in-force statutes and all statute keys, with metadata noting provenance and coverage. The server keeps the text faithful to official sources and adds no fabricated material. For critical provisions, verify against the primary legal portal.

Available tools

search_legislation

Full-text search across all provisions in the corpus to locate relevant statutes, sections, or definitions.

get_provision

Retrieve the content of a specific article or section, including metadata like heading and numbering.

validate_citation

Check that a given legal citation conforms to Estonian and cross-border reference formats.

check_currency

Determine whether a statute is currently in force and flag any transitions or amendments.

get_eu_basis

Fetch EU legal bases and cross-references related to a given Estonian provision.

get_estonian_implementations

Identify national implementations of EU rules within Estonian law.

search_eu_implementations

Search EU documents and identify how they map to national provisions.

validate_eu_compliance

Assess EU compliance of a given national provision against applicable regulations.

build_legal_stance

Perform comprehensive legal research across sources to determine a position on a legal question.

format_citation

Format legal citations in a consistent, publication-ready style.

list_sources

Provide provenance information for all data sources used in the corpus.

about

Expose server metadata, including version, data as-of date, and other housekeeping details.

Estonian Law MCP Server - ansvar-systems/estonian-law-mcp