{"openapi":"3.1.0","info":{"title":"privacy-scan","version":"0.2.0","description":"Honest, free GDPR/CCPA/ePrivacy privacy & cookie-consent checker. Static-HTML analysis of the observable privacy signals; charter-clean (robots-respecting, read-only, no anti-bot/CAPTCHA/paywall evasion). States its coverage limits; not a determination of compliance. All endpoints are currently free.","contact":{"name":"foomworks","url":"https://privacy-scan.foomworks.workers.dev"}},"servers":[{"url":"https://privacy-scan.foomworks.workers.dev"}],"paths":{"/scan":{"get":{"summary":"Scan a URL for privacy findings + what was detected + summary + coverage note (free)","parameters":[{"name":"url","in":"query","required":true,"schema":{"type":"string"},"description":"absolute http(s) URL of a publicly reachable HTML page"}],"responses":{"200":{"description":"OK","content":{"application/json":{}}}}}},"/scan/preview":{"get":{"summary":"What was detected + summary + top issues only (free)","parameters":[{"name":"url","in":"query","required":true,"schema":{"type":"string"},"description":"absolute http(s) URL of a publicly reachable HTML page"}],"responses":{"200":{"description":"OK","content":{"application/json":{}}}}}},"/health":{"get":{"summary":"Service status (free)","responses":{"200":{"description":"OK","content":{"application/json":{}}}}}},"/stats":{"get":{"summary":"Daily usage counters (free)","responses":{"200":{"description":"OK","content":{"application/json":{}}}}}},"/policy":{"get":{"summary":"Acceptable-Use Policy + the honesty/coverage statement (free)","responses":{"200":{"description":"OK","content":{"application/json":{}}}}}},"/mcp":{"post":{"summary":"MCP server (Streamable HTTP, JSON-RPC 2.0) — scan_url_privacy / scan_url_privacy_preview (free)","responses":{"200":{"description":"OK","content":{"application/json":{}}}}}},"/.well-known/mcp.json":{"get":{"summary":"MCP server descriptor (free)","responses":{"200":{"description":"OK","content":{"application/json":{}}}}}}}}