mt-eli-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MT_ELI_BASE_URL | No | Base URL for legislation.mt | https://legislation.mt |
| MT_ELI_AUDIT_DIR | No | Audit log directory | ~/.matematic/audit |
| MT_ELI_CACHE_DIR | No | Cache directory | ~/.matematic/cache/mt-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 |
|---|---|
| mt_get_actA | Fetch Maltese document metadata by ELI coordinate. |
| mt_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:
|
| mt_get_textA | Fetch the full text of a Maltese document by ELI coordinate (from the official PDF). |
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 targets a clearly distinct function: metadata retrieval, full-text retrieval, and coverage/gap declaration. There is no overlap or ambiguity between them.
Two tools follow the mt_get_* verb_noun pattern, while mt_coverage uses only a noun. This is a minor deviation but the shared mt_ prefix and clear semantics keep the set predictable.
Three tools is small but perfectly suited to this connector's narrow scope: retrieving Maltese legal documents by ELI and declaring coverage. Each tool has a distinct, necessary role.
The tool set covers metadata retrieval, full-text retrieval, and explicit gap disclosure, which is complete for a read-only connector. A search/list capability is absent, but the coverage tool proactively mitigates that limitation.