Latvian 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 |
|---|---|
| lv_dp_search_decisionsA | Full-text search across DVI (Datu valsts inspekcija) decisions and sanctions. Returns matching decisions with reference, entity name, fine amount, and GDPR articles cited. |
| lv_dp_get_decisionA | Get a specific DVI decision by reference number. |
| lv_dp_search_guidelinesA | Search DVI guidance documents: recommendations, guidelines, and FAQs on GDPR implementation in Latvia. |
| lv_dp_get_guidelineA | Get a specific DVI guidance document by its database ID. |
| lv_dp_list_topicsA | List all covered data protection topics with Latvian and English names. Use topic IDs to filter decisions and guidelines. |
| lv_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 and get for decisions, search and get for guidelines, list topics, and server metadata. There is no overlap between the decision and guideline tools, and the auxiliary tools are clearly separate.
All tool names share the lv_dp_ prefix and mostly follow a verb_noun pattern (get_guideline, search_decisions, get_decision, search_guidelines, list_topics). The sole exception is 'lv_dp_about', which is a noun rather than a verb-action name, but it is still recognizable and consistent in style.
With six tools, the server is well-scoped for its domain—covering search, retrieval, topic navigation, and metadata without unnecessary bloat. This count is appropriate for a focused data protection resource server.
The tool set provides comprehensive read-only coverage for Latvian data protection resources: decisions and guidelines can be searched and retrieved individually, topics enable filtering, and metadata explains the server's scope. There are no obvious gaps for the stated purpose.