ie-eli-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IE_ELI_BASE_URL | No | The base URL for the Irish Statute Book (default: https://www.irishstatutebook.ie) | https://www.irishstatutebook.ie |
| IE_ELI_AUDIT_DIR | No | Directory for audit logs (default: ~/.matematic/audit) | ~/.matematic/audit |
| IE_ELI_CACHE_DIR | No | Directory for caching results (default: ~/.matematic/cache/ie-eli) | ~/.matematic/cache/ie-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 |
|---|---|
| ie_get_actA | Fetch Irish act / SI metadata by coordinates. |
| ie_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:
|
| ie_get_textB | Fetch the full enacted text of an Irish act / SI. |
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: fetching metadata, fetching full text, and declaring coverage/gaps. There is no overlap or ambiguity between them.
All tools share the 'ie_' prefix and follow a consistent verb_noun pattern: ie_get_act, ie_get_text, ie_coverage. Naming is predictable and uniform.
Three tools is an ideal scope for a focused read-only Irish legal metadata and text retrieval server. Each tool earns its place without bloat or thinness.
The server covers the full read-only workflow: fetch metadata, fetch full text, and a dedicated coverage tool to handle known gaps. No obvious missing operations for its stated purpose.