se-eli-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SE_ELI_BASE_URL | No | Base URL for the Riksdagen open data API | https://data.riksdagen.se |
| SE_ELI_AUDIT_DIR | No | Directory for audit logs | ~/.matematic/audit |
| SE_ELI_CACHE_DIR | No | Directory for caching responses | ~/.matematic/cache/se-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 |
|---|---|
| se_searchA | Search Swedish statutes (SFS) by free text (title and full text). |
| se_get_actA | Fetch metadata for a Swedish statute by its SFS number. |
| se_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:
|
| se_get_textA | Fetch the full consolidated plain text of a Swedish statute by its SFS number. |
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 4 tools
Each tool serves a clearly distinct purpose: search by text, fetch metadata by SFS number, fetch full text, and declare coverage gaps. No two tools could be confused for one another.
All tools share the se_ prefix and mostly follow a verb-based pattern (se_search, se_get_act, se_get_text). se_coverage is a noun instead of a verb, which is a minor deviation but still predictable and readable.
Four tools is a well-scoped set for a Swedish legal information connector. Each tool has a clear role with no redundancy.
The connector provides search, metadata retrieval, full text retrieval, and explicit coverage gap handling, which covers the core research workflow. A minor gap is the lack of functions for listing or browsing statutes, but the coverage tool mitigates confusion from missing results.