Romanian 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 |
|---|---|
| ro_dp_search_decisionsA | Full-text search across ANSPDCP decisions (sanctions, warnings, and administrative decisions). Returns matching decisions with reference, entity name, fine amount, and GDPR articles cited. |
| ro_dp_get_decisionA | Get a specific ANSPDCP decision by reference number (e.g., 'ANSPDCP-2019-001', 'ANSPDCP-2022-015'). |
| ro_dp_search_guidelinesB | Search ANSPDCP guidance documents: guidelines, opinions, recommendations, and FAQs. Covers GDPR implementation, DPIA methodology, cookies, videomonitorizare (CCTV), and more. |
| ro_dp_get_guidelineA | Get a specific ANSPDCP guidance document by its database ID. |
| ro_dp_list_topicsA | List all covered data protection topics with Romanian and English names. Use topic IDs to filter decisions and guidelines. |
| ro_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 purpose: searching decisions versus searching guidelines, retrieving a specific decision versus retrieving a specific guideline, listing topics, and returning server metadata. There is no meaningful overlap or ambiguity between tool boundaries.
All tools share the ro_dp_ prefix and most follow a clear verb_noun pattern such as search_decisions, get_decision, search_guidelines, and get_guideline. The only minor deviation is ro_dp_about, which does not follow the verb_noun pattern.
Six tools is a well-scoped set for a focused read-only data protection research server. Each tool serves a clear purpose without unnecessary redundancy or overwhelming the agent.
The server provides both search and retrieval for its two core content types (decisions and guidelines), plus topic listing and metadata. For a read-only research domain, this covers the full expected workflow with no dead ends.