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.
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
安装
把 copyright01 添加到你的客户端。选择你正在使用的那个。
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 个工具
copyright01 向已连接的智能体提供 6 个工具。
- 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
评分
66 / 100
良好
- 文档22/25
- 维护13/25
- 可信度13/20
- 能力6/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年3月3日 |