General Tools
lahend.ee
Provides search and retrieval of Estonian court decisions and legislation.
ENDPOINT 1
https://lahend.ee/api/lahend-mcp/mcp
MCP server metadata
- Name
- lahend
- Version
- 0.1.0
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
searchFull-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-onlyget_law_sectionReturn a single § of an Estonian act, addressed the way lawyers cite it: an abbreviation and a number, e.
Inferred read-onlysearch_law_sectionsFull-text search across the paragraphs of every in-force Estonian act (4M+ sections).
Inferred read-onlylaw_versionsList an act's redaktsioonid (consolidated versions) with their validity ranges, newest first.
Inferred read-onlyrulings_citing_sectionGiven an act abbreviation and a §, return the court decisions that actually cite it, newest first, with a total count.
Inferred read-onlysections_cited_by_rulingGiven a ruling id (from `search`), list the statute paragraphs it cites, with the lõiked named and each § resolved to its act.
Inferred read-onlymost_cited_sectionsThe statute paragraphs cited by the most court decisions, ranked.
Inferred read-onlyauthority_documents_for_rulingGiven a ruling id, return documents from Estonian public-authority document registers that name the same companies - procurement files, licences, correspondence, inspections.
Inferred read-onlysearch_rulingsFull-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-onlyrulings_by_companyGiven an 8-digit Estonian registry code (registrikood), return every court decision that names that company, with its role (claimant/defendant/etc.
Inferred read-onlylist_courtsAll Estonian courts that have published decisions, each with its ruling count.
Inferred read-onlylist_categoriesAll areas of law (asja_kategooria) present in the corpus, each with its ruling count.
Inferred read-onlyrecent_rulingsThe newest published rulings (by decision date), across all courts and areas of law.
Inferred read-onlyeu_law_searchSearch EU regulations and directives, and Court of Justice / European Court of Human Rights judgments, by Estonian title or case number.
Inferred read-onlyestonian_rulings_citing_eu_lawGiven a CELEX (an act like '32016R0679', or a Court of Justice judgment like '62014CJ0362'), return the Estonian court decisions that cite it.
Inferred read-onlyeu_law_cited_by_rulingGiven 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.