Openli Connector for AI agents.
13 live capabilities
Manage GDPR compliance and privacy audits through natural conversation.
Waiting for input…
Why people use Openli
Openli Privacy Compliance: Stop the Manual Compliance Grind
This Connector changes the game. You can just ask your agent to pull the latest audit logs or check a vendor's status. It turns your privacy hub into a conversational capability, giving you the answers you need in seconds.
What Vinkius changes
You get a conversational interface for your entire privacy and legal compliance stack.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Handling a DSAR spike
A DPO asks the agent to list all pending requests using list_dsars and then pulls details for the most recent ones with get_dsar.
- Real-world use case 02
Vendor Audit
A legal lead needs to know who handles data.
- Real-world use case 03
Consent Recording
A product manager records a new user's opt-in during a demo by asking the agent to use save_consent.
Complete set · 13capabilities
The complete Openli capability set.
These are the exact actions your AI can choose when you ask it to work with Openli.
01—04
4 capabilities in this set.
Part of 13 available through Openli.
- 01 Capability
Get dsar
Fetch the information for a specific Data Subject Access Request. Use this to see exactly what a user is asking for.
- 02 Capability
Get consent
Look up the details of a specific user's consent. This is useful for verifying individual opt-ins for your services.
- 03 Capability
Get agreement
Pull the specific details of a legal agreement. This helps you quickly see version metadata or public keys.
- 04 Capability
Get vendor
See the specific details of a third-party vendor. This helps you track who is processing your customers' data.
05—07
3 capabilities in this set.
Part of 13 available through Openli.
- 05 Capability
List agreements
Show a list of all published legal agreements. This gives you a high-level view of your current terms and policies.
- 06 Capability
List audit logs
Pull a list of all privacy audit logs. Use this to see a history of compliance actions and system responses.
- 07 Capability
List consents
Show a list of all recorded user consents. This lets you see the total volume of opt-ins across your platform.
08—10
3 capabilities in this set.
Part of 13 available through Openli.
- 08 Capability
List dsars
Show all incoming Data Subject Access Requests. This helps you keep track of your pending compliance workload.
- 09 Capability
List vendors
List all third-party vendors and data processors. This provides an overview of your entire data processing ecosystem.
- 10 Capability
Save consent
Record and save a new instance of user consent. Use this to create a legally binding audit trail from your chat.
11—13
3 capabilities in this set.
Part of 13 available through Openli.
- 11 Capability
Check openli status
Verify that your connection to the platform is active. This ensures your AI agent is synced with your privacy hub.
- 12 Capability
Create agreement
Create a new legal agreement in your hub. This lets you add new terms or policies to your management system.
- 13 Capability
Create dsar
Create a new Data Subject Access Request record. Use this to log a new request as soon as it comes in.
Set up in minutes
One URL. Then ask Openli to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Openli 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_qXifKG0WqR95mjWqMjCeoQiFpSwKbWm2wIAjopRW/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 Openli, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Openli for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_qXifKG0WqR95mjWqMjCeoQiFpSwKbWm2wIAjopRW/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 Openli URL.
- Step 03
Save and start
Save the connection and enable Openli in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"openli": {
"url": "https://edge.vinkius.com/vk_preview_qXifKG0WqR95mjWqMjCeoQiFpSwKbWm2wIAjopRW/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 Openli
Open Agent mode in chat and ask: "Using Openli, help me...". 13 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"openli": {
"url": "https://edge.vinkius.com/vk_preview_qXifKG0WqR95mjWqMjCeoQiFpSwKbWm2wIAjopRW/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 Openli
Ask Copilot: "Using Openli, help me...". 13 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"openli": {
"url": "https://edge.vinkius.com/vk_preview_qXifKG0WqR95mjWqMjCeoQiFpSwKbWm2wIAjopRW/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 Openli
Open Cascade and ask: "Using Openli, help me...". 13 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"openli": {
"url": "https://edge.vinkius.com/vk_preview_qXifKG0WqR95mjWqMjCeoQiFpSwKbWm2wIAjopRW/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 Openli
Ask Cline: "Using Openli, help me...". 13 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add openli --transport http "https://edge.vinkius.com/vk_preview_qXifKG0WqR95mjWqMjCeoQiFpSwKbWm2wIAjopRW/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 Openli
Ask Claude: "Using Openli, show me...". 13 tools are ready
Where the request belongs
Work Openli can move forward.
DPOs and legal ops people who are tired of jumping between five different tabs just to answer a single data request or check a vendor's status.
Data Protection Officer (DPO)
Handles DSARs and audits without manual data entry or switching apps.
Legal Operations Manager
Keeps track of agreements and renewals across the whole company using natural language.
Product Manager
Records user consent during new feature launches without manual logging.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSpellbook Legal AI
AI-powered contract drafting and review. analyze contracts, draft clauses, detect risks, and compare against 2,000+ market precedents via Spellbook.
Bounsel
Manage your contract lifecycle via Bounsel. list documents, automate templates, and request signatures directly from any AI agent.
Legito
Automate document lifecycle management via Legito. manage template suites, document records, and user permissions directly from any AI agent.
Proforms
Online form builder and data collection.
Dastra
Stay GDPR compliant with privacy management capabilities for data mapping, consent records, and breach notification workflows.
OneTrust
Manage privacy requests, assessments, vendors, consent, and incidents via OneTrust. automate GDPR, CCPA, and data governance from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Openli 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 Openli.
The practical details behind the request, access and result.
What does the Openli MCP do for my GDPR compliance?
It helps you manage the moving parts of GDPR, like DSARs and vendor tracking, through a chat interface. You can query your status and pull logs without leaving your agent.
Can I use Openli to manage my cookie consent banners?
Yes, it lets you check the status of your banners and ensure they are updated across your site. You can ask your agent to verify current settings.
How does the Openli MCP help with Data Subject Access Requests?
It allows your agent to list all pending requests and pull specific details so you can respond faster. It keeps your workload organized in one place.
Can I track my third-party vendors with Openli?
Yes, you can list all your data processors and get specific details on each one using simple commands. This keeps your vendor list accurate and accessible.
Does Openli help with keeping an audit trail for legal agreements?
It lets you save user consent evidence and pull audit logs, which helps maintain a legally binding history for your compliance records.
Is the Openli MCP good for legal operations teams?
It's built for them, helping them move away from manual spreadsheets and into a conversational way of managing privacy and legal documentation.
Can my AI automatically find the latest version of my Privacy Policy?
Yes! Use the list_agreements capability. Your agent will respond with complete metadata for all published legal documents, including their unique public keys and last update timestamps in seconds.
How do I find my Openli API Key?
Log in to your Openli account, navigate to Settings > API, and you will find your unique secret API key there.
Can I use the AI to record consent for a new user?
Absolutely. Use the save_consent capability. Provide the user's email and the public key of the agreement they accepted, and the agent will securely log the evidence in your Openli audit trail.
One connection away
Give your agent a direct line to Openli.
Connect Openli once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available