lahend
Estonian case law: full-text search of court decisions, each linked to the companies named in it.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Search: Full-text search across the Estonian court-decision corpus (civil, administrative and criminal rulings from Riigi Teataja, indexed by lahend.ee). Inflection-tolerant; wrap a phrase in "quotes"
- Fetch: Retrieve the full text + metadata of a ruling by the `id` returned from `search` (e.g. 'ruling:1279503'). Returns the decision as Markdown with its linked companies and canonical lahend.ee URL.
- 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. Returns a page of rulings
What data it sees
Do you need an account
No: the server works without sign-in
Estonian case law: full-text search of court decisions, each linked to the companies named in it. Free, no API key. The provider is lahend.ee
Server tool list (7)
Raw names from tools/list. Only developers need these.
| search | Full-text search across the Estonian court-decision corpus (civil, administrative and criminal rulings from Riigi Teataja, indexed by lahend.ee). Inflection-tolerant; wrap a phrase in "quotes" for an exact match. Returns matches each with a stable `id` (pass to `fetch` or `get_ruling`) and a canonical lahend.ee URL. |
| fetch | Retrieve the full text + metadata of a ruling by the `id` returned from `search` (e.g. 'ruling:1279503'). Returns the decision as Markdown with its linked companies and canonical lahend.ee URL. |
| 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. Returns a page of rulings with a total count. Use `list_courts` / `list_categories` to discover valid filter values. |
| 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.) and the other parties. This company↔case-law join is unique to lahend.ee. Find a registry code via nimistu.ee or the nimistu MCP. |
| list_courts | All Estonian courts that have published decisions, each with its ruling count. Use a court name as the `court` filter in `search_rulings`. |
| list_categories | All areas of law (asja_kategooria) present in the corpus, each with its ruling count. Use a category as the `category` filter in `search_rulings`. |
| recent_rulings | The newest published rulings (by decision date), across all courts and areas of law. |