Privacy Policy Checker

Developer REST API MCP

Check a privacy policy text for 24 expected disclosures and return a 0-100 completeness score, each check with found/missing and severity, up to 5 warnings for missing critical elements, and a one-line summary. Keyword/regex based — no legal advice.

This page documents the HTTP endpoint POST /api/tools/privacy-policy-checker/execute. See the MCP reference →

Call it over REST

POST https://api.findutils.com/api/tools/privacy-policy-checker/execute · no API keys · 60 requests/min per IP

Execute — verified arguments

curl -X POST https://api.findutils.com/api/tools/privacy-policy-checker/execute \
  -H "Content-Type: application/json" \
  -d '{
    "policy_text": "We collect personal data and use cookies. Contact us at [email protected]."
  }'

Parameter schema for this endpoint

curl https://api.findutils.com/api/tools/privacy-policy-checker

Interactive docs · OpenAPI 3.1 spec · All REST tools

Input schema

Argument Type Required Description
policy_text string yes The full privacy policy text to analyze.

Example arguments (verified)

{
  "policy_text": "We collect personal data and use cookies. Contact us at [email protected]."
}

Also an MCP tool

Claude, Cursor, and any MCP client can call this tool as findutils:privacy_policy_checker after one connect command.

Connect once

claude mcp add findutils --transport http https://mcp.findutils.com/
Open the MCP reference for Privacy Policy Checker →

More Developer tools