Lookup
Query any domain's /.well-known/legal-context.json and inspect its legal context.
Enter a domain to fetch its /.well-known/legal-context.json discovery document. The tool will display the legal context, fetch the referenced terms document, and verify the content hash if present.
How It Works
- Enter a domain (e.g.,
legal-context-protocol.pages.dev) - The tool fetches
https://{domain}/.well-known/legal-context.json - If successful, it displays the discovery document with all fields
- If a
termsURL is present, it fetches and displays the terms document - If a
contentHashis present, it computes the SHA-256 hash of the terms document and verifies it matches
Hash verification is performed server-side — the hash is computed from the actual bytes fetched, not from a client-side representation.