estonian-data-protection-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ee_dp_search_decisionsA | Full-text search across AKI (Andmekaitse Inspektsioon) decisions and sanctions. Returns matching decisions with reference, entity name, fine amount, and GDPR articles cited. |
| ee_dp_get_decisionA | Get a specific AKI decision by reference number. |
| ee_dp_search_guidelinesA | Search AKI guidance documents: recommendations, guidelines, and FAQs on GDPR implementation in Estonia. |
| ee_dp_get_guidelineA | Get a specific AKI guidance document by its database ID. |
| ee_dp_list_topicsA | List all covered data protection topics with Estonian and English names. Use topic IDs to filter decisions and guidelines. |
| ee_dp_aboutA | Return metadata about this MCP server: version, data source, coverage, and tool list. |
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 6 tools
Each tool targets a distinct resource/action: decisions vs guidelines vs topics vs server metadata. Search and get are clearly separated for both content types, leaving no ambiguity.
The ee_dp_ prefix and verb_noun pattern are consistent for five tools, but 'about' is a minor deviation as an informational endpoint rather than a verb_noun.
6 tools is an appropriate scope for a read-only data protection repository, covering search and retrieval for two content types plus navigation and metadata.
The surface fully covers the domain: search and get for decisions and guidelines, topic listing for filtering, and server info. No obvious missing operations for the read-only purpose.