Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

ProofX - Content Protection for Creators

io.github.razashariff/proofx

Protect and verify digital content with cryptographic signing and proof of ownership.

Uptime
100.0%
1 direct probes · 30d
Response
543ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

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…

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.

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"
    }
  }
}