← Back to Plugins
MCP Server MCP

io.github.Whitemarmot/copyright01

github By github 👁 1 views ▲ 0 votes

Copyright deposit API — protect code, text, and websites with Berne Convention proof

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.copyright01.com/mcp",
      "headers": [
        {
          "value": "Bearer {api_key}",
          "name": "Authorization"
        }
      ],
      "variables": {
        "api_key": {
          "description": "Your Copyright01 API key (starts with sk_). Get one free at https://www.copyright01.com/profil#api-keys",
          "isRequired": true,
          "format": "string",
          "isSecret": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...