home / mcp / slovak law mcp server

Slovak Law MCP Server

Provides access to official Slov-Lex legislation including search, retrieval, and citation validation.

Installation
Add the following to your MCP client configuration file.

Configuration

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

You can access Slovak legislation through a Model Context Protocol (MCP) server that provides official Slov-Lex data. This server enables you to search, retrieve, and verify statute text, citations, and cross-references across Slovakia’s legal catalog in a structured, queryable manner.

How to use

You can use the Slovak Law MCP with either a remote HTTP endpoint or a local MCP client. For remote access, point your MCP client to the provided HTTP URL to query provisions, search text, and validate citations. For local usage, run the MCP server locally via the recommended command, then connect your client to the local process using standard MCP client behavior.

How to install

Prerequisites you need on your machine: a Node.js runtime with npm (Node.js 14+ recommended). Ensure you have network access to install packages from npm.

Step 1: Install or run the MCP package using the exact command provided for local execution.

Step 2: If you prefer remote access, no local installation is required beyond your MCP client configuration; point your client to the remote HTTP endpoint provided.

Data sources and usage notes

This MCP serves data from Slov-Lex, the official Slovak legislative catalog published by the Ministry of Justice of the Slovak Republic and distributed as open data. It includes seed documents, parsed provisions, and definitions, aligned with the 2026 data snapshot.

Important usage notes: the tool is a research resource and should be used to explore legislation with proper verification against primary sources. Laws evolve, so verify critical provisions against official portals before relying on them professionally.

Ingestion and maintenance overview

The server supports curated full-text ingestion for core statutes and full catalog metadata ingestion for all Slov-Lex register entries. Rebuilding the database from seed data is supported to restore or refresh the local index.

To ingest full-text statutes as of a specific date, use the core ingestion with the as-of flag. To ingest all entries with metadata only, include the metadata-only option and keep existing records. You can also rebuild the database from the seed directory when needed.

Verification and tools

Character-by-character verification has been performed against official Slov-Lex static versions for key acts and sections to ensure accuracy. The server provides tools for full-text search, provision retrieval, citation validation, currency checks, EU references, and more to support statutory research.

Key tools include search_legislation, get_provision, validate_citation, check_currency, get_eu_basis, get_slovak_implementations, search_eu_implementations, validate_eu_compliance, build_legal_stance, format_citation, list_sources, and about. These endpoints enable comprehensive querying and validation of Slovak laws.

License

Apache-2.0 licensed.

Disclaimers and safety

Not legal advice. This tool is for research and exploration. Coverage may be incomplete; verify critical provisions against primary sources. Tests and provenance are provided, but professional judgment remains essential.

Open Law and MCP Network

This server is part of Ansvar Open Law, offering free, structured access to legislation from many jurisdictions via the Model Context Protocol. It is also part of the broader Ansvar MCP Network, which consolidates multiple MCP servers for global compliance and cybersecurity standards.

Available tools

search_legislation

Perform a full-text search across all parsed provisions to locate relevant statutes, articles, or definitions.

get_provision

Retrieve a specific article or section by reference, including Petrineted or structured article data.

validate_citation

Validate a legal citation against the server’s data to ensure accuracy and consistency.

check_currency

Check whether a statute or provision is currently in force, including status categories like in_force or repealed.

get_eu_basis

Fetch EU-derived cross-references and legal bases for Slovak law where applicable.

get_slovak_implementations

List national implementations relevant to EU directives and Slovak legal acts.

search_eu_implementations

Search EU documents and cross-references within the MCP network.

validate_eu_compliance

Verify EU compliance status for selected Slovak provisions.

build_legal_stance

Provide a comprehensive legal research view combining statutes, provisions, and citations.

format_citation

Format legal citations in standard styles for consistent referencing.

list_sources

List data provenance and source metadata for the cited provisions.

about

Return server metadata, including data provenance dates and coverage information.