Automate with AI
Connect your AI agent to CookieComply
Works with Cursor, Claude, ChatGPT, Codex, Copilot, Windsurf, and other MCP-compatible agents. One access token. Optional one-line installers for MCP and Skills.
1. Create an access token
- Open your dashboard → Settings → Connect AI & automation
- Click Create 1-hour token or create a lasting token under Advanced.
- Keep the token for the commands below (env / MCP header) — never paste it into chat.
2. Install MCP (tools)
Writes CookieComply into the MCP config for agents detected on your machine (same idea as PostHog / Resend):
npx add-mcp https://mcp.cookie-comply.com/mcp \
-n cookiecomply \
-t http \
-h 'Authorization: Bearer ${COOKIECOMPLY_API_KEY}'Set COOKIECOMPLY_API_KEY in your shell or agent env first. Hosted MCP: https://mcp.cookie-comply.com/mcp. Prefer hosted; for local stdio use npx -y @cookiecomply/mcp.
3. Install Skills (playbook)
Gives your agent the audit workflow (capture before/after → analyze):
npx skills add samir-abis/cookiecomply-skills
4. Enable a browser tool
Turn on Playwright, Browser Use, or another real browser MCP. CookieComply analyzes what the browser captures — it does not browse for you.
5. Paste this prompt
Read https://cookie-comply.com/skills/cookiecomply/SKILL.md and https://cookie-comply.com/skills/cookiecomply/agent-capture.md. Use my CookieComply token from env (COOKIECOMPLY_API_KEY) — do not ask me to paste the secret in chat. 1) With Playwright or Browser Use, open a fresh browser, visit the URL below, save cookies BEFORE accepting, click Accept/Allow all, save cookies AFTER. 2) Analyze that capture with CookieComply (MCP tools or POST /api/v1/analyze). 3) Summarize GDPR risks in plain language for legal. URL: https://example.com
Also available
- Skill (web) · Capture guide
- OpenAPI · llms.txt
- Scripts / CI: call
https://cookie-comply.com/api/v1with the same Bearer token.
Prefer scanning yourself? Use the Chrome add-on, then ask your agent about scans already in your account.