Server Details
Copyright deposit API — protect code, text, and websites with Berne Convention proof
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Whitemarmot/copyright01-mcp
- GitHub Stars
- 0
See and control every tool call
Available Tools
6 toolscreate-deposit-toolInspect
Create a new copyright deposit. Supported types: text, website, youtube, social, github.
For text deposits, provide content_text. For other types, provide website_url.
Returns the deposit details with certificate verification code.| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Deposit type: text, website, youtube, social, or github | |
| title | No | Title for the deposit (3-255 characters) | |
| is_public | No | Whether the deposit is publicly visible (default: true) | |
| description | No | Optional description (max 2000 characters) | |
| website_url | No | URL to protect (required for website/youtube/social/github types) | |
| content_text | No | Text content to protect (required for type=text, min 10 characters) |
get-deposit-toolInspect
Get details of a specific deposit by its ID. Only returns deposits owned by the authenticated user (IDOR-protected).
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The deposit ID to retrieve |
get-profile-toolInspect
Get your profile information including plan, credits remaining, storage usage, and deposit count.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list-deposits-toolInspect
List your copyright deposits with optional filtering and pagination. Returns up to 20 deposits per page.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1, 20 results per page) | |
| type | No | Filter by deposit type: text, website, youtube, social, github | |
| status | No | Filter by status: pending, certified, failed |
verify-certificate-toolInspect
Verify a certificate by its verification code. Returns the associated deposit details if found. Works for public deposits and your own private deposits.
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Certificate verification code (e.g. XXXX-XXXX-XXXX) |
verify-hash-toolInspect
Verify a SHA-256 hash against all deposits. Checks your own deposits and public deposits. Returns the matching deposit if found.
| Name | Required | Description | Default |
|---|---|---|---|
| hash | No | SHA-256 hash to verify (64 hex characters) |
To claim this server, publish 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 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!
Your Connectors
Sign in to create a connector for this server.