Icelandic Law MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_legislationA | Search Icelandic statutes (lög) and regulations by keyword. Searches provision text using FTS5 full-text search with BM25 ranking. Supports boolean operators (AND, OR, NOT), phrase search ("exact phrase"), and prefix matching (term*). Returns matched provisions with snippets, relevance scores, and document metadata. Icelandic law numbers use the format number/year (e.g., "90/2018" for Persónuverndarlög). When NOT to use: If you already know the exact law number and provision, use get_provision instead. |
| get_provisionA | Retrieve a specific provision (grein) from an Icelandic statute. Specify the law number and either section or provision_ref directly. Icelandic statutes identify provisions by article number (grein, abbreviated "gr."). Examples:
Omit section/provision_ref to retrieve all provisions in the statute. |
| search_case_lawA | Search Icelandic court decisions (dómar). Searches case summaries and keywords from Icelandic courts. Filter by court and date range. Court codes: Hæstiréttur (Supreme Court) = "HRD", Landsréttur (Court of Appeals) = "LR". Note: Case law coverage depends on the database tier. The free community tier may have limited case law. |
| get_preparatory_worksA | Get preparatory works (löggjafarsaga) for an Icelandic statute. Returns linked parliamentary documents — bills (frumvörp), committee reports (nefndarálit), and debate records (þingfundur) — with summaries. Essential for understanding legislative intent behind statutory provisions. |
| validate_citationA | Validate an Icelandic legal citation against the database. Parses the citation, checks that the document and provision exist, and returns warnings about status (repealed, amended). This is the zero-hallucination enforcer — never generates citations, only validates against verified data. Supported Icelandic citation formats:
Also supports legacy Nordic formats for cross-referencing. |
| build_legal_stanceA | Build a comprehensive set of citations for a legal question. Searches across statutes, case law, and preparatory works simultaneously to aggregate relevant Icelandic legal citations. Use this for broad legal research questions where you need a holistic view of the legal position. |
| format_citationB | Format an Icelandic legal citation per standard conventions. Formats:
|
| check_currencyA | Check if an Icelandic statute or provision is currently in force. Returns the document's status (in_force, amended, repealed, not_yet_in_force), effective dates, and any warnings. Provide as_of_date for historical evaluation of in-force status. |
| aboutA | Server metadata, dataset statistics, freshness, and provenance. Call this to verify data coverage, currency, and content basis before relying on results. |
| list_sourcesA | List all data sources used by this server, including provenance, update frequency, and license information. Call this to understand where the data comes from and how current it is. |
| check_data_freshnessA | Returns the corpus build timestamp and per-source last_verified dates with staleness_days against a 90-day threshold. Use this to verify whether the data backing this MCP is current before relying on it for compliance work. For full source provenance, use list_sources; for server statistics, use about. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Case Law Statistics | Metadata about case law data freshness and coverage |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ansvar-Systems/Icelandic-law-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server