cz-eli-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CZ_ELI_ENDPOINT | No | SPARQL endpoint URL for e-Sbirka open data | https://opendata.eselpoint.gov.cz/sparql |
| CZ_ELI_AUDIT_DIR | No | Directory for audit logs | ~/.matematic/audit |
| CZ_ELI_CACHE_DIR | No | Directory for caching data | ~/.matematic/cache/cz-eli |
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cz_searchA | Search Czech acts by year and/or a citation substring. |
| cz_get_actA | Fetch Czech act metadata by year and number. |
| cz_get_textB | Fetch the full consolidated text of a Czech act by year and number. The text is assembled from the latest consolidated version's ordered HTML fragments. |
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 3 tools
Each tool has a clear, distinct purpose: metadata retrieval, full text retrieval, and search. No overlap or ambiguity.
All tools follow a consistent `cz_verb_noun` pattern in snake_case, making them predictable and easy to understand.
Three tools is well-scoped for a legal acts server, covering the core operations without unnecessary bloat.
The set covers search, metadata, and full text retrieval. A list-all-act function is missing but search can approximate it; otherwise complete for read-only access.