home / mcp / slovak law mcp server
Provides access to official Slov-Lex legislation including search, retrieval, and citation validation.
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.
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.
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.
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.
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.
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.
Apache-2.0 licensed.
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.
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.
Perform a full-text search across all parsed provisions to locate relevant statutes, articles, or definitions.
Retrieve a specific article or section by reference, including Petrineted or structured article data.
Validate a legal citation against the server’s data to ensure accuracy and consistency.
Check whether a statute or provision is currently in force, including status categories like in_force or repealed.
Fetch EU-derived cross-references and legal bases for Slovak law where applicable.
List national implementations relevant to EU directives and Slovak legal acts.
Search EU documents and cross-references within the MCP network.
Verify EU compliance status for selected Slovak provisions.
Provide a comprehensive legal research view combining statutes, provisions, and citations.
Format legal citations in standard styles for consistent referencing.
List data provenance and source metadata for the cited provisions.
Return server metadata, including data provenance dates and coverage information.