MCP Server
Active
MIT
lahend.ee — Estonian court decisions MCP Server
io.github.Nimistu/lahend-mcp
What is the lahend.ee — Estonian court decisions MCP server?
Estonian court decisions: full-text case-law search, each ruling linked to its companies. Free.
How to install lahend.ee — Estonian court decisions
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"lahend-mcp": {
"url": "https://lahend.ee/api/lahend-mcp/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lahend-mcp": {
"serverUrl": "https://lahend.ee/api/lahend-mcp/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"lahend-mcp": {
"type": "http",
"url": "https://lahend.ee/api/lahend-mcp/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"lahend-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://lahend.ee/api/lahend-mcp/mcp"
]
}
}
}Claude Code
claude mcp add --transport http lahend-mcp https://lahend.ee/api/lahend-mcp/mcpRelated MCP servers
Estonian public-authority document registers: one search across all, docs linked to companies.
0
View repository →MIT
Estonian Business Register: companies, people, beneficial owners, trademarks. Free, no API key.
0
View repository →MIT