Dastra Connector for AI agents.
12 live capabilities
Manage GDPR compliance and data privacy registries through natural conversation.
Waiting for input…
Why people use Dastra
Dastra for Automated GDPR Compliance and ROPA Management
With the Dastra MCP, you can just ask your agent to do the heavy lifting. You can pull a summary of all processing activities or check the status of every pending request in one go. Instead of hunting for data, you get a direct line to your privacy registry, making your compliance workflow much faster.
What Vinkius changes
You get a conversational interface for your entire privacy and GDPR compliance registry.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking pending privacy requests
A DPO needs to know how many 'Right to Erasure' requests are pending.
- Real-world use case 02
Logging a security incident
An admin tells the agent to record a 'Server Unauthorized Access' event.
- Real-world use case 03
Auditing data flow for a new project
A compliance officer asks for a summary of processing activities.
Complete set · 12capabilities
The complete Dastra capability set.
These are the exact actions your AI can choose when you ask it to work with Dastra.
01—04
4 capabilities in this set.
Part of 12 available through Dastra.
- 01 Capability
Archive dsr
Archive a completed DSR. Use this to move resolved requests out of your active view.
- 02 Capability
Create breach
Create a new data breach record. Use this to log security incidents as they happen.
- 03 Capability
Create dsr
Create a new Data Subject Request. Use this to initiate the handling of a new user request.
- 04 Capability
Get dsr
Pull specific details for a single Data Subject Request. Use this to see exactly what a user is asking for.
05—08
4 capabilities in this set.
Part of 12 available through Dastra.
- 05 Capability
List actors
List all actors in your system. This helps you see who is acting as a controller or processor.
- 06 Capability
List breaches
See a list of all documented data breaches. Use this to track incident history and response status.
- 07 Capability
List datasets
View all datasets in your registry. This helps you understand what data assets are currently being tracked.
- 08 Capability
List dsr
Get a list of all Data Subject Requests. Use this to see pending privacy requests across your organization.
09—12
4 capabilities in this set.
Part of 12 available through Dastra.
- 09 Capability
List processings
List your Record of Processing Activities. This gives you a clear view of all active data processing.
- 10 Capability
List tags
See all tags used in your workspace. Use this to understand how your data assets are classified.
- 11 Capability
List workspaces
List all available workspaces. Use this to manage privacy operations across different business units.
- 12 Capability
Update dsr
Update the details of an existing DSR. Use this to move a request through its lifecycle.
Set up in minutes
One URL. Then ask Dastra to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Dastra from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_6Czv7wGgTaBqxC06YtBxvkg6nhVo4QqS5o7q0hZH/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Dastra, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Dastra for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_6Czv7wGgTaBqxC06YtBxvkg6nhVo4QqS5o7q0hZH/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Dastra URL.
- Step 03
Save and start
Save the connection and enable Dastra in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"dastra": {
"url": "https://edge.vinkius.com/vk_preview_6Czv7wGgTaBqxC06YtBxvkg6nhVo4QqS5o7q0hZH/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Dastra
Open Agent mode in chat and ask: "Using Dastra, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"dastra": {
"url": "https://edge.vinkius.com/vk_preview_6Czv7wGgTaBqxC06YtBxvkg6nhVo4QqS5o7q0hZH/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Dastra
Ask Copilot: "Using Dastra, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"dastra": {
"url": "https://edge.vinkius.com/vk_preview_6Czv7wGgTaBqxC06YtBxvkg6nhVo4QqS5o7q0hZH/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Dastra
Open Cascade and ask: "Using Dastra, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"dastra": {
"url": "https://edge.vinkius.com/vk_preview_6Czv7wGgTaBqxC06YtBxvkg6nhVo4QqS5o7q0hZH/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Dastra
Ask Cline: "Using Dastra, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add dastra --transport http "https://edge.vinkius.com/vk_preview_6Czv7wGgTaBqxC06YtBxvkg6nhVo4QqS5o7q0hZH/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Dastra
Ask Claude: "Using Dastra, show me...". 12 tools are ready
Where the request belongs
Work Dastra can move forward.
This is for privacy professionals and compliance officers who are tired of manual data entry and hunting through spreadsheets to find privacy records.
Data Protection Officer (DPO)
Checks DSR statuses and pulls ROPA summaries to report on compliance.
Compliance Analyst
Documents security incidents and monitors dataset classifications in real-time.
Privacy Engineer
Integrates automated data mapping and privacy right handling into internal workflows.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOneTrust
Manage privacy requests, assessments, vendors, consent, and incidents via OneTrust. automate GDPR, CCPA, and data governance from any AI agent.
Drata
Automate compliance and security via Drata. monitor controls, track personnel onboarding, audit policies, and verify cloud asset security directly from any AI agent.
Pangea (Security APIs)
Secure your AI applications with Pangea's comprehensive security APIs. scan for PII, redact sensitive data, audit logs, and check for embargoed IPs.
Collibra
Enable your AI agent to manage data assets, domains, and communities via the Collibra Data Intelligence API.
Openli
Generate privacy policies, cookie consent banners, and legal compliance documents for your website with automated updates.
Compliance Governance Prover
An AI said 'comply with GDPR' without naming a single article. It said 'we have controls' without mapping any to a regulation. It said 'low risk' without measuring severity or fine exposure. The auditor found 4 critical gaps. That is not compliance. that is compliance theater. This capability forces five audit-grade axes: specific regulation naming, control mapping, evidence documentation, gap quantification, and named accountability.
Bring your own AI
Change the model, client or framework. Keep Dastra connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Dastra.
The practical details behind the request, access and result.
Can the Dastra MCP help me manage GDPR requests?
Yes, it allows your AI agent to create, update, and archive Data Subject Requests directly. You can track the entire lifecycle of a request from start to finish without manual data entry.
How does Dastra MCP handle security breaches?
You can use your agent to log and track data breaches as they happen. This ensures every incident is documented in your registry for a coordinated regulatory response.
Can I see my Record of Processing Activities (ROPA) using Dastra MCP?
Yes, your agent can pull summaries of your ROPA data. This gives you an immediate look at how data flows across your different business units.
Does Dastra MCP work for LGPD compliance too?
Yes, it supports the privacy management capabilities needed for both GDPR and LGPD. It helps you maintain a high-fidelity privacy registry across your workspace.
Can I manage multiple workspaces with the Dastra MCP?
Yes, the Connector lets you list and manage multiple workspaces. You can coordinate privacy operations across different business units from a single AI interface.
Is the Dastra MCP good for audit logs?
It's excellent for maintaining a registry of actors and processing activities. You can pull complete directories of controllers and processors to keep your audit trail updated.
How do I find my Dastra Access Token?
Log in to Dastra, click your profile icon, navigate to API Access, and generate a new Access Token for your account.
What is a DSR request?
Data Subject Requests are exercises of privacy rights (Access, Erasure, etc.) submitted by individuals under data protection laws.
Can I manage multiple workspaces?
Yes! Use the list_workspaces capability to identify your workspace IDs, then use them as parameters in other capabilities like list_dsr or list_breaches.
One connection away
Give your agent a direct line to Dastra.
Connect Dastra once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available