Swedish 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 |
|---|---|
| se_dp_search_decisionsA | Full-text search across IMY decisions (tillsynsbeslut, sanctions, ingripanden). Returns matching decisions with reference, entity name, fine amount, and GDPR articles cited. |
| se_dp_get_decisionA | Get a specific IMY decision by reference number (e.g., 'DI-2020-11332', 'IMY-2022-6524'). |
| se_dp_search_guidelinesA | Search IMY guidance documents: vägledningar, riktlinjer, and ställningstaganden. Covers GDPR implementation, DPIA methodology, cookie consent, kamerabevakning, and more. |
| se_dp_get_guidelineC | Get a specific IMY guidance document by its database ID. |
| se_dp_list_topicsA | List all covered data protection topics with Swedish and English names. Use topic IDs to filter decisions and guidelines. |
| se_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 has a clear, distinct purpose: search vs retrieval for decisions and guidelines, topic listing, and server metadata. There is no overlap or ambiguity.
All tools follow a consistent `se_dp_verb_noun` pattern in snake_case, with 'about' being the only slight outlier but still fitting the noun pattern. Highly predictable.
Six tools is well-scoped for a specialized legal database covering search, retrieval, topic metadata, and server info. Each tool earns its place.
Covers all core operations for a read-only legal resource: full-text search over decisions and guidelines, specific retrieval by ID, topic listing, and server metadata. No obvious gaps.