# CookieComply > Live-page cookie capture → compliance analysis → reports your team can share. ## Product - [Website](https://cookie-comply.com) - [Integrations / AI setup](https://cookie-comply.com/integrations) - [Pricing](https://cookie-comply.com/pricing) - [Blog](https://cookie-comply.com/blog) - [GDPR cookie audit](https://cookie-comply.com/gdpr-cookie-audit) - [Glossary](https://cookie-comply.com/glossary) ## For AI agents Works with Cursor, Claude, ChatGPT, Codex, Copilot, Windsurf, and other MCP-compatible or REST-capable agents. ### One-command setup ```bash # MCP tools (hosted) npx add-mcp https://mcp.cookie-comply.com/mcp \ -n cookiecomply -t http \ -h 'Authorization: Bearer ${COOKIECOMPLY_API_KEY}' # Or local stdio npx -y @cookiecomply/mcp # Skills playbook npx skills add samir-abis/cookiecomply-skills ``` Create `COOKIECOMPLY_API_KEY` in Settings → Connect AI & automation. ### Docs - [Human setup](https://cookie-comply.com/integrations) - [Skill](https://cookie-comply.com/skills/cookiecomply/SKILL.md) - [Capture guide](https://cookie-comply.com/skills/cookiecomply/agent-capture.md) - [OpenAPI](https://cookie-comply.com/openapi/v1.yaml) - [Hosted MCP](https://mcp.cookie-comply.com/mcp) ## Workflow 1. **Browser tool** — fresh session → cookies before Accept → click Accept → cookies after. 2. **CookieComply** — analyze via MCP tools or `POST /api/v1/analyze`. 3. Summarize findings; optional export / ask about the scan. ## Auth `Authorization: Bearer ` or env `COOKIECOMPLY_API_KEY`. Never ask for the secret in chat.