streamable-httpMITupdated 5mo ago
Copyright deposit API — legally timestamp and protect code, text, websites, and creative content with a Berne Convention certificate recognized in 181 countries.
What can you do with copyright01?
Copyright01 MCP Server
Copyright deposit API — legally timestamp and protect code, text, websites, and creative content with a Berne Convention certificate recognized in 181 countries.
What is Copyright01?
Copyright01.com creates legally binding, timestamped proof of authorship under the Berne Convention (recognized in 181 countries). Use this MCP server to protect original code, text, websites, social media content, and GitHub repositories directly from any AI agent.
Quick Setup
Add to your Claude Desktop, Cursor, or Windsurf configuration:
{
"mcpServers": {
"copyright01": {
"url": "https://www.copyright01.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Get your API key at copyright01.com/profil#api-keys (free account includes 3 deposits).
Available Tools
| Tool | Description |
|---|---|
create_deposit |
Create a timestamped copyright deposit with legal proof of authorship |
list_deposits |
List all deposits with optional filters by type and status |
get_deposit |
Get deposit details including certificate and verification URL |
verify_hash |
Verify a SHA-256 hash against registered deposits |
verify_certificate |
Verify a certificate by its code (public, no auth required) |
get_profile |
Check plan, credits remaining, and storage usage |
Supported Content Types
- Text — Code, articles, poems, any written content (min 10 chars)
- Website — Screenshot + HTML archive of any URL
- YouTube — Videos and channels
- Social Media — Instagram, Facebook, X, TikTok, Pinterest, Threads
- GitHub — Repository ZIP archive
How It Works
- Create a free account at copyright01.com
- Generate an API key at profil#api-keys
- Add the MCP server to your AI tool
- Ask your AI to protect your content — it will create a deposit and return a verification certificate
Each deposit generates:
- SHA-256 and SHA-512 content hashes
- A PDF certificate with QR code
- A unique verification code (format:
XXXX-XXXX-XXXX) - A public verification URL
Pricing
| Plan | Credits | Details |
|---|---|---|
| Free | 3 | Included at signup |
| Pack 5 | 5 | One-time purchase |
| Pack 20 | 20 | One-time purchase |
| Subscription | 30/month | Monthly renewal |
Each deposit consumes 1 credit regardless of type.
Documentation
License
MIT
Install
Add copyright01 to your client. Pick the one you use.
claude mcp add --transport http copyright01 https://www.copyright01.com/mcpcodex mcp add copyright01 --url https://www.copyright01.com/mcp{
"mcpServers": {
"copyright01": {
"url": "https://www.copyright01.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"copyright01": {
"type": "http",
"url": "https://www.copyright01.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"copyright01": {
"url": "https://www.copyright01.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"copyright01": {
"serverUrl": "https://www.copyright01.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
6 tools
copyright01 exposes 6 tools to a connected agent.
- create_deposit
- Create a timestamped copyright deposit with legal proof of authorship
- list_deposits
- List all deposits with optional filters by type and status
- get_deposit
- Get deposit details including certificate and verification URL
- verify_hash
- Verify a SHA-256 hash against registered deposits
- verify_certificate
- Verify a certificate by its code (public, no auth required)
- get_profile
- Check plan, credits remaining, and storage usage
Score
66 / 100
Good
- Documentation22/25
- Maintenance13/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 172 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Mar 3, 2026 |