io.github.Whitemarmot/copyright01
https://www.copyright01.com/mcpskills: {'id': 'create-deposit-tool', 'name': 'create-deposit-tool', 'description': ' Create a new copyright deposit. Supported types: text, website, youtube, social, github.\n For text deposits, provide content_text. For other types, provide website_url.\n Returns the deposit details with certificate verification code.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list-deposits-tool', 'name': 'list-deposits-tool', 'description': ' List your copyright deposits with optional filtering and pagination.\n Returns up to 20 deposits per page.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get-deposit-tool', 'name': 'get-deposit-tool', 'description': ' Get details of a specific deposit by its ID.\n Only returns deposits owned by the authenticated user (IDOR-protected).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'verify-hash-tool', 'name': 'verify-hash-tool', 'description': ' Verify a SHA-256 hash against all deposits.\n Checks your own deposits and public deposits.\n Returns the matching deposit if found.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'verify-certificate-tool', 'name': 'verify-certificate-tool', 'description': ' Verify a certificate by its verification code.\n Returns the associated deposit details if found.\n Works for public deposits and your own private deposits.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get-profile-tool', 'name': 'get-profile-tool', 'description': ' Get your profile information including plan, credits remaining,\n storage usage, and deposit count.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 470.0ms; conformance: pass
How to connect
https://www.copyright01.com/mcp
curl -X POST https://www.copyright01.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'