io.github.Whitemarmot/copyright01✓
io.github.Whitemarmot/copyright01 · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Whitemarmot/copyright01",
"description": "Copyright deposit API — protect code, text, and websites with Berne Convention proof",
"repository": {
"url": "https://github.com/Whitemarmot/copyright01-mcp",
"source": "github"
},
"version": "1.0.0",
"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
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}