Server data from the Official MCP Registry
MCP server for Polish administrative court rulings (NSA/WSA) via CBOSA with citations.
MCP server for Polish administrative court rulings (NSA/WSA) via CBOSA with citations.
mcp-nsa is a well-structured MCP server for Polish administrative court rulings with appropriate read-only operations and proper error handling. The codebase is clean with no credential exfiltration, malicious patterns, or dangerous code execution risks. A single medium-severity finding regarding SSL certificate validation exists but is intentionally documented and acceptable for public data access. Permissions are appropriately scoped to network and environment usage matching the server's purpose. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-matematicsolutions-mcp-nsa": {
"args": [
"-y",
"@matematicsolutions/mcp-nsa"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server dla orzecznictwa polskich sądów administracyjnych
(NSA + 16 WSA) przez CBOSA — Centralną Bazę Orzeczeń Sądów Administracyjnych
(orzeczenia.nsa.gov.pl).
SAOS (System Analizy Orzeczeń Sądowych) nie indeksuje sądów administracyjnych. A to właśnie tam żyje merytoryczne orzecznictwo:
mcp-nsa zamyka tę lukę. Pokrycie: 427 000+ orzeczeń, od 2004 do dziś.
search(query, caseNumber?, court?, dateFrom?, dateTo?, pageSize?, pageNumber?)
— wyszukiwanie po słowach, sygnaturze, sądzie, dacie. Pobiera top-5 pełnych
orzeczeń (sygnatura, sąd, data, skład, hasła, podst. prawna, fragment).get_judgment(doc_id) — pełne orzeczenie po 10-znakowym hex doc_id
(z URL CBOSA, np. 7E50984BB7).search_by_case(caseNumber) — skrót: szukaj po sygnaturze
(np. III OSK 1377/23, I SA/Gl 659/22).Każda zwrotka zawiera structuredContent.citations z polami:
title, url (CBOSA), case_number, court, judgment_date,
decision_type, snippet, doc_id. Patron czyta to pole automatycznie
i wystawia w panelu UI jako sekcję "Orzeczenia z CBOSA (NSA / WSA — sądy administracyjne)".
@modelcontextprotocol/sdkhttps + regex HTML parser (zero zewnętrznych dep poza SDK)rejectUnauthorized: false — chain CBOSA bywa niekompletny na niektórych
maszynach; publiczne orzeczenia, bez PII, ryzyko MITM znikome wobec korzyści.
Patrz: LDH issue #167.npm install
npm run build
node dist/index.js # uruchomi serwer na stdio
W patron/backend/mcp-servers.json (równolegle do mcp-saos i mcp-eu-sparql):
{
"name": "nsa",
"transport": "stdio",
"command": "node",
"args": ["C:/Users/<TWOJ-UZYTKOWNIK>/mcp-nsa/dist/index.js"],
"enabled": true
}
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"s","version":"0"}}}
{"jsonrpc":"2.0","method":"notifications/initialized"}
{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"search","arguments":{"query":"RODO art 6","pageSize":10}}}' \
| node dist/index.js
Powinno zwrócić ~1500 trafień + top-5 z polskimi sygnaturami NSA/WSA + URL CBOSA
Implementacja przepisana do TypeScript na bazie kontraktu HTTP/HTML z
legal-data-hunter/sources/PL/NSA
(Python + BeautifulSoup, MIT). Nie importuje kodu źródłowego — odtwarza wzorzec
zapytań i parsowanie HTML.
MIT.
This server is one of five MCP connectors covering Polish jurisdiction + EU law, used by Patron (AGPL-3.0) and any other MCP-aware legal AI agent.
All five MCP servers share the same structuredContent.citations
contract: each tool returns an array of {title, url, snippet?, ...metadata}
that legal agents can render directly in their citation panel.
See matematicsolutions/.github for the full org profile.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.