mcpbeat

Nalegalu MCP Server

io.github.nalegaluorg/nalegalu
answering

Nalegalu MCP is answering right now. Last checked 9 min ago. It exposes 7 tools. Last commit 13 Jul 2026.

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

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
7
Tools
read from the server
128 ms
Response time
average over 24h
4
Stars
last commit 13 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add nalegalu --transport http https://mcp.nalegalu.org/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nalegalu": {
      "url": "https://mcp.nalegalu.org/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nalegalu]
url = "https://mcp.nalegalu.org/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "nalegalu": {
      "url": "https://mcp.nalegalu.org/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nalegalu": {
      "url": "https://mcp.nalegalu.org/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

case
get_case
Fetch one SAOS court judgment (metadata + bounded text excerpt). Use the saos_id from related_cases or search results. Long judgments are paged: when has_more is true, call again with offset=next_offset. If the response has ok=false with a fallback hint, SAOS is unavailable or rate-limited — fetch the returned saos_url yourself with your own web tools instead of retrying this tool.
search_case_by_signature
Check whether a cited case signature (sygnatura) exists, e.g. "II CSK 448/14". Answers from a local index of all SAOS judgments first; only on a local miss does it query live SAOS. Read the verdict field: "confirmed" (matches listed with saos_id, court, date, type — different courts reuse signatures, so check the court), "not_found" (strong evidence the citation is fabricated or wrong), "outside_coverage" (administrative courts NSA/WSA are not in SAOS — verify in CBOSA instead), "unverified" (local miss and SAOS unreachable; do not treat as nonexistent). Optional court_type: COMMON, SUPREME, CONSTITUTIONAL_TRIBUNAL, NATIONAL_APPEAL_CHAMBER. has_text=false on a match means SAOS stores no text for it, so verify_quote cannot check quotes against that judgment.
article
get_article
Fetch the exact text of one article (or paragraph) of a Polish legal act. Deterministic lookup by act address (e.g. WDU19740240141) and article key (e.g. "133" or "Art. 133."). Optional paragraph_key (e.g. "1" or "§ 1.") narrows the result to a single paragraph.
health
health
Return local vector search service metadata.
law
search_law
Search Polish legal acts and return compact article-level hits.
related
related_cases
List SAOS court cases related to one article (or paragraph) of a Polish legal act. Deterministic lookup by act address (e.g. WDU19740240141) and article key. Returns case number, court, date, relevance score when available, and a SAOS link per case; scored cases sort first.
verify
verify_quote
Check whether a quoted fragment actually appears in a SAOS judgment. Pass the saos_id (from search_case_by_signature or related_cases) and the fragment as quoted. One call replaces paging through the full text: verdict is "exact" (verbatim after normalizing whitespace, quote marks and dashes), "near_match" (best passage plus similarity score — compare it against the claim), or "not_found" (treat the quote as fabricated or misattributed). If ok=false with a fallback hint, fetch saos_url with your own web tools instead of retrying.

Endpoints

URLTransportStateLatencyChecked
https://mcp.nalegalu.org/mcp streamable-http answering 124 ms 9 min ago

Nalegalu MCP — questions

Answers built from our own checks of this server.

What can Nalegalu MCP do?
It exposes 7 tools, read directly from the server on our last check. Among them: get_article, get_case, health, related_cases, search_case_by_signature, search_law and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Nalegalu MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 128 ms. The bar chart above shows every period we have measured.
How do I connect Nalegalu MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Nalegalu MCP need an API key?
No. Nalegalu MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Nalegalu MCP?
It answers our handshake in 128 ms on average, which is faster than 78% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Nalegalu MCP open source?
Yes — it is published under the CC0-1.0 licence, written in Python and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.