streamable-httpMITupdated 6mo 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日 |