ZomPP MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPABASE_URL | Yes | Supabase project URL | |
| SUPABASE_ANON_KEY | Yes | Supabase anonymous key | |
| SUPABASE_SERVICE_ROLE | Yes | Supabase service role key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_reportsA | List ZomPP reports (zawiadomienia). Use limit to paginate. |
| get_reportA | Fetch full details of a ZomPP report by its ID. |
| diagnose_orchestrationA | Analyzes generated sections of a report to diagnose Chyłka AI progress or find AI fallback errors. |
| search_legal_precedentsA | Search ZomPP's database of legal precedents, Supreme Court (SN) and CJEU (TSUE) rulings. Supports full-text search. |
| get_legal_precedentB | Fetch the complete text and metadata of a legal ruling by its signature or slug. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct operation: analyzing report sections, fetching report details, listing reports, fetching legal precedent, and searching precedents. There is no overlap in purpose.
All tool names consistently follow the verb_noun pattern with snake_case (e.g., diagnose_orchestration, get_legal_precedent), making the naming predictable.
With 5 tools, the server is well-scoped for its domain of legal reports and precedents, providing essential operations without overcomplicating the surface.
The tool set covers listing and retrieving reports, searching and fetching legal precedents, and diagnosing AI orchestration. Missing write operations (create/update/delete) are acceptable given the likely read-only focus, and the diagnostic aspect is covered, though additional tools for handling found errors could enhance completeness.