INDIVIDUAL MCP TOOL
list_hierarchy
Returns the available hierarchy IDs for Swiss cantons, courts and chambers together with document counts.
LIVE ENDPOINT
https://mcp.entscheidsuche.ch/mcp
Connect to this endpoint to inspect the live schema for list_hierarchy 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.entscheidsuche]
url = "https://mcp.entscheidsuche.ch/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"entscheidsuche": {
"type": "http",
"url": "https://mcp.entscheidsuche.ch/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: entscheidsuche
Remote MCP URL: https://mcp.entscheidsuche.ch/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": {
"entscheidsuche": {
"url": "https://mcp.entscheidsuche.ch/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"entscheidsuche": {
"type": "http",
"url": "https://mcp.entscheidsuche.ch/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "entscheidsuche",
"transport": "streamable-http",
"url": "https://mcp.entscheidsuche.ch/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Full-text search across Swiss court judgments, court decisions and case law from entscheidsuche.search_by_case_number— Specialized search for case numbers, judgment numbers and BGE citations in Swiss court judgments.fetch_document— Fetch a single Swiss court decision, judgment or Federal Supreme Court decision by its document ID (`_id`).list_facets— Hierarchical facet tree with localized labels for cantons, courts and chambers.server_info— Version info and configured endpoint URLs of the MCP server for Swiss case law and court decisions.