Slovak 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 |
|---|---|
| sk_dp_search_decisionsA | Full-text search across ÚOOÚ SR decisions (rozhodnutia, pokuty, upozornenia). Returns matching decisions with reference, entity name, fine amount, and GDPR articles cited. |
| sk_dp_get_decisionA | Get a specific ÚOOÚ SR decision by reference number (e.g., 'UOOU-2021-1234', '00946/2022'). |
| sk_dp_search_guidelinesA | Search ÚOOÚ SR guidance documents: usmernenia, stanoviská, and metodické pokyny. Covers GDPR implementation, posúdenie vplyvu (DPIA), cookie consent, camera systems, and more. |
| sk_dp_get_guidelineA | Get a specific ÚOOÚ SR guidance document by its database ID. |
| sk_dp_list_topicsA | List all covered data protection topics with Slovak and English names. Use topic IDs to filter decisions and guidelines. |
| sk_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 and action: search vs get for decisions, search vs get for guidelines, plus list_topics and about. There is no overlap or ambiguity between them.
All tools share the 'sk_dp_' prefix and mostly follow verb_noun pattern (search_decisions, get_decision, get_guideline, search_guidelines, list_topics). The 'about' tool deviates slightly from the pattern but is still clear and consistent in style.
With 6 tools, the server is well-scoped for a read-only data protection reference. Each tool covers a distinct aspect of the domain without unnecessary bloat or gaps.
The server covers both decisions and guidelines with search and retrieval, plus topic listing and metadata. For a read-only regulatory database, there are no obvious missing operations; users can find and retrieve relevant documents.