ch-eli-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CH_ELI_BASE_URL | No | SPARQL endpoint URL | https://fedlex.data.admin.ch/sparqlendpoint |
| CH_ELI_AUDIT_DIR | No | Audit directory | ~/.matematic/audit |
| CH_ELI_CACHE_DIR | No | Cache directory | ~/.matematic/cache/ch-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 |
|---|---|
| ch_search_actsA | Full-text search over Swiss federal act titles. |
| ch_coverageA | Declare what this connector covers, how it is sourced, and what it does NOT cover. Call this before telling a user that the law "does not contain" something, and whenever a search comes back empty: the absence may be a gap in this connector rather than in the law. Every gap carries a fallback saying where to look instead. Returns:
|
| ch_get_actA | Fetch full detail for one Swiss federal act by its Fedlex ELI URI. |
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 clearly distinct purpose: searching act titles, fetching an act by ELI URI, and declaring coverage/gaps. There is no meaningful overlap between them.
The ch_ prefix is consistent and data operations follow a verb_noun pattern: ch_search_acts and ch_get_act. ch_coverage deviates slightly by being a noun-only name, but the pattern is still readable and predictable.
Three tools is lean but reasonable for a narrowly scoped legal retrieval connector. The count is slightly small, but each tool contributes a distinct capability rather than padding the surface.
The connector covers the essential search-and-fetch workflow for Swiss federal acts, and the explicit coverage tool helps surface gaps. However, the surface is minimal and lacks obvious conveniences such as browsing by family or fetching act versions, so some workflows will still require fallback to external sources.