Legal Context Protocol

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

  1. Enter a domain (e.g., legal-context-protocol.pages.dev)
  2. The tool fetches https://{domain}/.well-known/legal-context.json
  3. If successful, it displays the discovery document with all fields
  4. If a terms URL is present, it fetches and displays the terms document
  5. If a contentHash is 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.

On this page