Connection check
verified live · 27h ago
proofx
Protect and verify digital content with cryptographic signing and proof of ownership.
Tools
6
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
6 toolsRead from the running server on 27h ago.
compute_hash
read-only
text*
Compute the SHA-256 hash of text content locally. Useful for creating a fingerprint of content for verification purposes. Compute the SHA-256 hash of text content locally. Useful for creating a fingerprint of content for verification purposes.
get_creator
read-only
creator_id*
Look up a ProofX creator's profile, including their identity, certificate details, and content count. Look up a ProofX creator's profile, including their identity, certificate details, and content count.
my_account
read-only
Show the current user's ProofX account information including their creator ID, plan, and content count. Requires authentication. Show the current user's ProofX account information including their creator ID, plan, and content count. Requires authentication.
protect_content
can modify data
titlecreator_idcontent_text*
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… 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.
verify_content
read-only
content_id*
Check if digital content is protected with ProofX by its content ID. Returns the creator, protection date, signature status, and content details. Check if digital content is protected with ProofX by its content ID. Returns the creator, protection date, signature status, and content details.
verify_hash
read-only
hash*