Card snapshot
www.copyright01.com
·
2026-08-20 00:57:25 UTC
·
4b2c6716983f64b09a0998bfa02734ead2312ea4fc8ac067ea5f28045d2adc21
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Copyright01",
"description": "Copyright deposit API \u2014 legally timestamp and protect code, text, websites, and creative content with a Berne Convention certificate recognized in 181 countries.",
"url": "https://copyright01.com/mcp",
"transport": "streamable-http",
"authentication": {
"type": "bearer",
"instructions": "Create an API key at https://copyright01.com/profil#api-keys and pass it as a Bearer token in the Authorization header."
},
"capabilities": [
"Create copyright deposits for text, websites, YouTube, social media, and GitHub repos",
"Verify SHA-256 hashes against registered deposits",
"Verify certificates by verification code (public, no auth)",
"List and manage deposits with pagination and filters",
"View account profile, credits, and storage usage"
],
"tools": [
{
"name": "create_deposit",
"description": "Create a timestamped copyright deposit with legal proof of authorship. Use this when a user wants to protect original content (code, text, website, social media post, GitHub repo)."
},
{
"name": "list_deposits",
"description": "List all copyright deposits for the authenticated user, with optional filters by type and status."
},
{
"name": "get_deposit",
"description": "Get full details of a specific deposit including its certificate and verification URL."
},
{
"name": "verify_hash",
"description": "Check if a SHA-256 hash matches any registered copyright deposit. Use this to verify content authenticity."
},
{
"name": "verify_certificate",
"description": "Verify a copyright certificate by its code. Public endpoint, no authentication required."
},
{
"name": "get_profile",
"description": "Get the user's profile including plan type, remaining credits, and storage usage."
}
],
"documentation": {
"openapi": "https://copyright01.com/openapi.yaml",
"llms_txt": "https://copyright01.com/llms.txt",
"llms_full": "https://copyright01.com/llms-full.txt",
"developers": "https://copyright01.com/developpeurs"
},
"tags": [
"copyright",
"legal",
"ip-protection",
"timestamp",
"berne-convention",
"proof-of-authorship",
"certificate"
],
"pricing": {
"free_tier": "3 deposits included",
"packs": "5 or 20 deposits",
"subscription": "30 deposits/month"
}
}