Skip to main content
Glama

ProofX - Content Protection for Creators

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

6 tools
compute_hashInspect

Compute the SHA-256 hash of text content. Useful for creating a fingerprint of content for verification purposes.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesThe text content to hash
get_creatorInspect

Look up a ProofX creator's profile, including their identity, certificate details, and content count. Use this when a user wants to learn about a content creator registered on ProofX.

ParametersJSON Schema
NameRequiredDescriptionDefault
creator_idYesThe ProofX creator ID (8-character hex string, e.g. 'c1c15c6c')
my_accountInspect

Show the current user's ProofX account information including their creator ID, plan, and content count. Use this when a user wants to check their ProofX account status.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

protect_contentInspect

Register and protect digital content with ProofX cryptographic signatures. Computes the SHA-256 hash and registers it with ProofX for tamper-proof protection. Use this when a user wants to protect their text, article, poem, script, code, or other content they created. The user must provide their creator_id (get one free at proofx.co.uk).

ParametersJSON Schema
NameRequiredDescriptionDefault
titleNoA title for the content being protectedUntitled
creator_idNoProofX creator ID (8-char hex). If not provided, uses the authenticated session. Get one free at proofx.co.uk
content_textYesThe text content to protect (article, poem, script, code, lyrics, etc.)
verify_contentInspect

Check if digital content is protected with ProofX. Returns the creator, protection date, signature status, and content details. Use this when a user wants to verify if an image, video, or document has been registered with ProofX.

ParametersJSON Schema
NameRequiredDescriptionDefault
content_idYesThe ProofX content ID (8-character hex string, e.g. 'a1b2c3d4')
verify_hashInspect

Verify content authenticity by its SHA-256 hash. Use this when a user has a file and wants to check if it's been registered with ProofX without uploading it. The user should compute the SHA-256 hash of their file first.

ParametersJSON Schema
NameRequiredDescriptionDefault
hashYesThe SHA-256 hash of the file (64-character hex string)

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Last verification attempt failed.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.