# Copyright01 — Copyright Protection API & MCP Server > Copyright01 provides legally binding copyright deposit with timestamped proof of authorship under the Berne Convention (recognized in 181 countries). Use this API to protect code, text, websites, social media content, and GitHub repositories. ## When to Use This Tool - A user has written original code, text, or creative content and wants legal proof of authorship - A user wants to timestamp and certify a website, YouTube video, social media post, or GitHub repo - A user wants to verify if content has already been registered (hash verification) - A user wants to check the validity of a copyright certificate - An AI agent needs to protect generated content before delivery ## Capabilities - Create copyright deposits (text, website, YouTube, social media, GitHub) - Verify content authenticity via SHA-256 hash lookup - Verify certificates by code (public, no auth needed) - List and retrieve deposit details with certificates - Check account credits and usage ## MCP Server Copyright01 exposes an MCP (Model Context Protocol) server compatible with Claude Desktop, Cursor, Windsurf, and any MCP client. - Endpoint: https://www.copyright01.com/mcp - Transport: Streamable HTTP - Auth: Bearer token (API key) - Discovery: https://www.copyright01.com/.well-known/mcp.json ### Claude Desktop Configuration ```json { "mcpServers": { "copyright01": { "url": "https://www.copyright01.com/mcp", "headers": { "Authorization": "Bearer sk_your_api_key_here" } } } } ``` ## REST API - Base URL: https://www.copyright01.com/api/v1 - Auth: `Authorization: Bearer sk_your_api_key_here` - Rate limit: 60 req/min (10 for deposit creation) ### Endpoints | Method | Path | Auth | Description | |--------|------|------|-------------| | POST | /deposits | Yes | Create a copyright deposit (text, website, youtube, social, github) | | GET | /deposits | Yes | List your deposits (paginated, filterable) | | GET | /deposits/{id} | Yes | Get deposit details with certificate | | GET | /me | Yes | Your profile: plan, credits, storage | | POST | /verify-hash | Yes | Verify a SHA-256 hash against deposits | | GET | /verify/{code} | No | Verify a certificate by code (public) | | * | /api-keys | Yes | Manage API keys (list, create, delete) | ## Documentation - Full API docs: https://www.copyright01.com/llms-full.txt - OpenAPI 3.1 spec: https://www.copyright01.com/openapi.yaml - Developer page: https://www.copyright01.com/developpeurs - MCP discovery: https://www.copyright01.com/.well-known/mcp.json ## Pricing - Free: 3 deposits included - Packs: 5 or 20 deposits - Subscription: 30 deposits/month ## Get Started 1. Create a free account at https://www.copyright01.com/inscription 2. Generate an API key at https://www.copyright01.com/profil#api-keys 3. Start protecting content via API or MCP