{
  "name": "Copyright01",
  "description": "Copyright deposit API — legally timestamp and protect code, text, websites, and creative content with a Berne Convention certificate recognized in 181 countries.",
  "url": "https://www.copyright01.com/mcp",
  "transport": "streamable-http",
  "authentication": {
    "type": "bearer",
    "instructions": "Create an API key at https://www.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://www.copyright01.com/openapi.yaml",
    "llms_txt": "https://www.copyright01.com/llms.txt",
    "llms_full": "https://www.copyright01.com/llms-full.txt",
    "developers": "https://www.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"
  }
}
