← nalegalu.org
INDIVIDUAL MCP TOOL
research_cases
Discover related-case candidates for a natural-language legal issue.
LIVE ENDPOINT
https://mcp.nalegalu.org/mcp
Connect to this endpoint to inspect the live schema for research_cases 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.nalegalu]
url = "https://mcp.nalegalu.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nalegalu": {
"type": "http",
"url": "https://mcp.nalegalu.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nalegalu
Remote MCP URL: https://mcp.nalegalu.org/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": {
"nalegalu": {
"url": "https://mcp.nalegalu.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nalegalu": {
"type": "http",
"url": "https://mcp.nalegalu.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nalegalu",
"transport": "streamable-http",
"url": "https://mcp.nalegalu.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_law— Search current Polish statutes and return article-level hits.get_article— Fetch the exact text of one article (or paragraph) of a Polish legal act.related_cases— List SAOS cases related to one statutory provision.get_case— Fetch one SAOS court judgment (metadata + bounded text excerpt).search_case_by_signature— Verify a cited case signature (sygnatura), e.verify_quote— Check whether a supplied quote appears in a SAOS judgment.