home / mcp / 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.
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.
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.
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.
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.
Full-text search across all provisions in the corpus to locate relevant statutes, sections, or definitions.
Retrieve the content of a specific article or section, including metadata like heading and numbering.
Check that a given legal citation conforms to Estonian and cross-border reference formats.
Determine whether a statute is currently in force and flag any transitions or amendments.
Fetch EU legal bases and cross-references related to a given Estonian provision.
Identify national implementations of EU rules within Estonian law.
Search EU documents and identify how they map to national provisions.
Assess EU compliance of a given national provision against applicable regulations.
Perform comprehensive legal research across sources to determine a position on a legal question.
Format legal citations in a consistent, publication-ready style.
Provide provenance information for all data sources used in the corpus.
Expose server metadata, including version, data as-of date, and other housekeeping details.