
ProofX - Content Protection for Creators
Protect and verify digital content with cryptographic signing and proof of ownership.
Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Protect and verify digital content with cryptographic signing and proof of ownership.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| verify_content | Check if digital content is protected with ProofX by its content ID. Returns the creator, protection date, signature status, and content details. |
| verify_hash | Verify content authenticity by its SHA-256 hash. Check if a file or text has been registered with ProofX without uploading it. The user should compute the SHA-256 hash of their content first. |
| get_creator | Look up a ProofX creator's profile, including their identity, certificate details, and content count. |
| protect_content | Register and protect text content with ProofX cryptographic signatures. The content is sent to the ProofX server where the SHA-256 hash is computed and registered for tamper-proof protection. Use this when a user wants to protect their text, article, poem, script, code, or other content they created. |
| my_account | Show the current user's ProofX account information including their creator ID, plan, and content count. Requires authentication. |
| compute_hash | Compute the SHA-256 hash of text content locally. Useful for creating a fingerprint of content for verification purposes. |