← Registry

General Tools

lahend.ee

Provides search and retrieval of Estonian court decisions and legislation.

1 endpoint20 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://lahend.ee/api/lahend-mcp/mcp

No auth detected

MCP server metadata

Name
lahend
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

lahend.ee is a free, ad-free search engine for Estonian court decisions (kohtulahendid), indexing the full published civil, administrative and criminal case law from Riigi Teataja. Every ruling is full-text searchable and linked to the companies named in it (via the Estonian Business Register / nimistu.ee). Use this server to: search case law by legal terms, a case number or a party name (inflection-tolerant; "quote" a phrase for an exact match); read a decision's full text; list every ruling involving a given company by its 8-digit registry code (registrikood) — a company↔case-law join unique to lahend.ee; and browse the courts and areas of law. Workflow: call `search` (or `search_rulings` for court/type/category/date filters) to find rulings, then `fetch` or `get_ruling` by the returned id for the full text. Use `rulings_by_company` to pull all case law for a company, and `list_courts` / `list_categories` to discover filter values. Data is Riigi Teataja open data reused under the Riigi Teataja Act; natural persons are anonymised by the courts.

Known tools 20

search

Full-text search across Estonian LAW - both court decisions (civil, administrative and criminal rulings) and legislation (acts and their individual paragraphs), from Riigi Teataja, indexed by lahend.

Inferred read-only
fetch

Retrieve the full text + metadata for any `id` returned by `search`.

Inferred read-only
get_law_section

Return a single § of an Estonian act, addressed the way lawyers cite it: an abbreviation and a number, e.

Inferred read-only
search_law_sections

Full-text search across the paragraphs of every in-force Estonian act (4M+ sections).

Inferred read-only
search_laws

Find Estonian acts by title or abbreviation (KarS, TsMS, VÕS…).

Inferred read-only
law_versions

List an act's redaktsioonid (consolidated versions) with their validity ranges, newest first.

Inferred read-only
rulings_citing_section

Given an act abbreviation and a §, return the court decisions that actually cite it, newest first, with a total count.

Inferred read-only
sections_cited_by_ruling

Given a ruling id (from `search`), list the statute paragraphs it cites, with the lõiked named and each § resolved to its act.

Inferred read-only
most_cited_sections

The statute paragraphs cited by the most court decisions, ranked.

Inferred read-only
authority_documents_for_ruling

Given a ruling id, return documents from Estonian public-authority document registers that name the same companies - procurement files, licences, correspondence, inspections.

Inferred read-only
search_rulings

Full-text ruling search with optional filters: court name, case type (civil/administrative/criminal), area of law (asja_kategooria) and a decision-date range.

Inferred read-only
rulings_by_company

Given an 8-digit Estonian registry code (registrikood), return every court decision that names that company, with its role (claimant/defendant/etc.

Inferred read-only
list_courts

All Estonian courts that have published decisions, each with its ruling count.

Inferred read-only
list_categories

All areas of law (asja_kategooria) present in the corpus, each with its ruling count.

Inferred read-only
recent_rulings

The newest published rulings (by decision date), across all courts and areas of law.

Inferred read-only
eu_law_search

Search EU regulations and directives, and Court of Justice / European Court of Human Rights judgments, by Estonian title or case number.

Inferred read-only
eu_act

Fetch an EU regulation or directive by CELEX (e.

Inferred read-only
estonian_rulings_citing_eu_law

Given a CELEX (an act like '32016R0679', or a Court of Justice judgment like '62014CJ0362'), return the Estonian court decisions that cite it.

Inferred read-only
eu_law_cited_by_ruling

Given an Estonian ruling id (from `search`), list the EU instruments it cites - regulations, directives and Court of Justice judgments - with the articles named where the decision names them.

Inferred read-only
most_cited_eu_law

Ranked by how many Estonian decisions cite them.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.lahend]
url = "https://lahend.ee/api/lahend-mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lahend": {
      "type": "http",
      "url": "https://lahend.ee/api/lahend-mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lahend
Remote MCP URL: https://lahend.ee/api/lahend-mcp/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "lahend": {
      "url": "https://lahend.ee/api/lahend-mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lahend": {
      "type": "http",
      "url": "https://lahend.ee/api/lahend-mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lahend",
  "transport": "streamable-http",
  "url": "https://lahend.ee/api/lahend-mcp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.