Connects Claude to the Copyright01 API for timestamped legal proof of authorship under the Berne Convention across 181 countries. Exposes six tools: create deposits for text, code, websites, GitHub repos, and social media content, list and retrieve deposits with filters, verify SHA-256 hashes against registrations, and check remaining credits. Each deposit generates a PDF certificate with QR code and public verification URL. Free tier includes 3 credits, each deposit consumes one credit regardless of type. Reach for this when you need legally binding timestamps on original work, whether that's protecting code snippets during development, archiving articles before publication, or establishing proof of authorship for repositories.
Copyright deposit API — legally timestamp and protect code, text, websites, and creative content with a Berne Convention certificate recognized in 181 countries.
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.
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).
| 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 |
Each deposit generates:
XXXX-XXXX-XXXX)| 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.
MIT