Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Nalegalu MCP

io.github.nalegaluorg/nalegalu

Semantic search over Polish law and case law, citing the exact in-force article.

Uptime
100.0%
1 direct probes · 30d
Response
475ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

search_law

Search current Polish statutes and return article-level hits. Start here for a natural-language legal issue or a direct citation. Use the user's own Polish wording, e.g. "kupiłem wadl…

get_article

Fetch the exact text of one article (or paragraph) of a Polish legal act. Use after search_law or another trusted source supplied the address and article key; never guess them. Determ…

related_cases

List SAOS cases related to one statutory provision. Use after identifying a relevant provision. A related-case link is not proof of a legal rule: inspect the judgment with get_case be…

research_cases

Discover related-case candidates for a natural-language legal issue. This tool first searches statutes, then follows local provision-to-case links for several distinct provisions and …

get_case

Fetch one SAOS court judgment (metadata + bounded text excerpt). Use only with a saos_id returned by related_cases or search_case_by_signature. Long judgments are paged: when …

search_case_by_signature

Verify a cited case signature (sygnatura), e.g. "II CSK 448/14". Use before relying on a judgment cited by a user or another agent. Answers from a local index of all SAOS judgments fi…

verify_quote

Check whether a supplied quote appears in a SAOS judgment. Use only after resolving the judgment to a saos_id. This validates wording, not whether the quote supports a legal conclusio…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "nalegalu_mcp": {
      "url": "https://mcp.nalegalu.org/mcp",
      "transport": "streamable-http"
    }
  }
}