Swiss 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 |
|---|---|
| ch_dp_search_decisionsA | Full-text search across FDPIC decisions and opinions (Sachverhaltsdarstellungen, Empfehlungen). Returns matching decisions with reference, entity name, and DSG articles cited. |
| ch_dp_get_decisionB | Get a specific FDPIC decision or opinion by reference number. |
| ch_dp_search_guidelinesB | Search FDPIC guidance documents: Leitfäden, Erläuterungen, and guidance on cloud computing, new DSG, video surveillance, health data, cross-border transfers, and more. |
| ch_dp_get_guidelineA | Get a specific FDPIC guidance document by its database ID. |
| ch_dp_list_topicsA | List all covered data protection topics with German and English names. Use topic IDs to filter decisions and guidelines. |
| ch_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 clearly distinct purpose: searching decisions, retrieving specific decisions, getting guidelines, listing topics, searching guidelines, and server metadata. No overlap in functionality.
All tools follow a consistent 'ch_dp_' prefix with verb_noun pattern (e.g., search_decisions, get_decision). Even the 'about' tool fits the pattern as a service action. Uniform use of snake_case.
With 6 tools covering search, retrieval, topic browsing, and metadata, the set is well-scoped for a specialized data protection legal research server. Neither too few nor excessive.
Core CRUD-like operations are present, but search tools may not support filtering by topic ID explicitly, which could be a minor gap. Otherwise, the surface covers the main workflows.