es-eli-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ES_ELI_BASE_URL | No | Base URL for the BOE open data API. | https://www.boe.es/datosabiertos/api |
| ES_ELI_AUDIT_DIR | No | Directory for audit logs. | ~/.matematic/audit |
| ES_ELI_CACHE_DIR | No | Directory for caching data. | ~/.matematic/cache/es-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 |
|---|---|
| es_get_actA | Fetch consolidated-law metadata from BOE by id. |
| es_get_indexA | List the block index (articles, titles) of a consolidated law. |
| es_get_textA | Fetch the consolidated text (XML) of a law, whole or by block. |
| es_browse_gazetteA | List documents published in the official BOE gazette on a date. |
| es_get_constitutional_rulingA | Fetch a Tribunal Constitucional ruling (Sentencia/Auto/Declaracion) by internal id. |
| es_search_constitutionalA | Resolve a Tribunal Constitucional citation (number + year) to the full ruling. |
| es_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:
|
| es_search_tax_rulingsA | Search DGT tax rulings (consultas tributarias) by free text and/or date. |
| es_get_tax_rulingA | Fetch a full DGT tax ruling by its official number. |
| es_search_teac_doctrineA | Search TEAC doctrine (DYCTEA criterios) by RG segments and/or date range. |
| es_get_teac_criterioA | Fetch one TEAC criterio (with the full resolution text) by its DYCTEA id. |
| es_search_aepd_resolutionsA | Search AEPD (Spanish DPA) resolutions by full text and/or signature date. |
| es_get_aepd_resolutionA | Resolve an AEPD expediente number to its resolution and full-text PDF permalink. |
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 13 tools
Most tools follow a clear search/get pair per legal source, but es_get_act and es_get_text could be momentarily confused (metadata vs. full text). Overall each tool targets a distinct resource/action, so mis-selection risk is low.
All tools share the es_ prefix and use a consistent verb_resource structure (es_get_*, es_search_*, es_browse_gazette, es_coverage). The naming pattern is uniform across all 13 tools.
13 tools is well-scoped for a multi-source legal connector covering BOE, TC, DGT, TEAC, and AEPD. Each tool earns its place and the count is neither thin nor bloated.
Each legal domain has both a search/resolution and a fetch tool, and BOE laws have metadata/index/text retrieval. Minor gaps like no free-text law search or direct gazette document fetch exist but are workable via browse and coverage fallbacks.