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
Available Tools
6 toolscompute_hashTry in Inspector
Compute the SHA-256 hash of text content. Useful for creating a fingerprint of content for verification purposes.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text content to hash |
get_creatorTry in Inspector
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.
| Name | Required | Description | Default |
|---|---|---|---|
| creator_id | Yes | The ProofX creator ID (8-character hex string, e.g. 'c1c15c6c') |
my_accountTry in Inspector
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
protect_contentTry in Inspector
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).
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | A title for the content being protected | Untitled |
| creator_id | No | ProofX creator ID (8-char hex). If not provided, uses the authenticated session. Get one free at proofx.co.uk | |
| content_text | Yes | The text content to protect (article, poem, script, code, lyrics, etc.) |
verify_contentTry in Inspector
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.
| Name | Required | Description | Default |
|---|---|---|---|
| content_id | Yes | The ProofX content ID (8-character hex string, e.g. 'a1b2c3d4') |
verify_hashTry in Inspector
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.
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | The SHA-256 hash of the file (64-character hex string) |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!