ProofX - Content Protection for Creators
io.github.razashariff/proofxProtect and verify digital content with cryptographic signing and proof of ownership.
Tools · 6
Check if digital content is protected with ProofX by its content ID. Returns the creator, protection date, signature status, and content details.
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.
Look up a ProofX creator's profile, including their identity, certificate details, and content count.
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…
Show the current user's ProofX account information including their creator ID, plan, and content count. Requires authentication.
Compute the SHA-256 hash of text content locally. Useful for creating a fingerprint of content for verification purposes.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"proofx_-_content_protection_for_creators": {
"url": "https://proofx-mcp.fly.dev/mcp",
"transport": "streamable-http"
}
}
}