INDIVIDUAL MCP TOOL
recent_rulings
The newest published rulings (by decision date), across all courts and areas of law.
LIVE ENDPOINT
https://lahend.ee/api/lahend-mcp/mcp
Connect to this endpoint to inspect the live schema for recent_rulings and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
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.fetch— Retrieve the full text + metadata for any `id` returned by `search`.get_law_section— Return a single § of an Estonian act, addressed the way lawyers cite it: an abbreviation and a number, e.search_law_sections— Full-text search across the paragraphs of every in-force Estonian act (4M+ sections).search_laws— Find Estonian acts by title or abbreviation (KarS, TsMS, VÕS…).law_versions— List an act's redaktsioonid (consolidated versions) with their validity ranges, newest first.rulings_citing_section— Given an act abbreviation and a §, return the court decisions that actually cite it, newest first, with a total count.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.