Once it’s set up, you can just ask Cursor or Claude things like “check my app for legal problems” — they’ll run the scan, show you what’s wrong, and apply the fixes themselves.
Free. The key works for one app at a time and only lets the tool run scans — it can’t change anything else.
Into your Claude or Cursor settings. Specifically: claude_desktop_config.json (for Claude) or the MCP section of Cursor’s settings.
{
"mcpServers": {
"comply-code": {
"command": "npx",
"args": ["-y", "@comply-code/mcp"],
"env": { "CC_API_KEY": "cck_live_…" }
}
}
}You don’t learn new commands. Just ask Claude or Cursor what you want, in plain English. It picks the right tool itself.
comply-code…Your AI tool gets five things it can do. The two it uses most: run a scan, and re-scan after applying a fix to confirm it worked.
scan → check a URL for legal problems list_findings → see what we found last time get_fix → get the exact fix instructions re_scan → check if a fix actually worked diff_audit → compare today's scan to last week's