← copyright01.com
INDIVIDUAL MCP TOOL
list-deposits-tool
List your copyright deposits with optional filtering and pagination.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.copyright01-com]
url = "https://www.copyright01.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"copyright01-com": {
"type": "http",
"url": "https://www.copyright01.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: copyright01-com
Remote MCP URL: https://www.copyright01.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"copyright01-com": {
"url": "https://www.copyright01.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"copyright01-com": {
"type": "http",
"url": "https://www.copyright01.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "copyright01-com",
"transport": "streamable-http",
"url": "https://www.copyright01.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create-deposit-tool— Create a new copyright deposit.get-deposit-tool— Get details of a specific deposit by its ID.verify-hash-tool— Verify a SHA-256 hash against all deposits.verify-certificate-tool— Verify a certificate by its verification code.get-profile-tool— Get your profile information including plan, credits remaining, storage usage, and deposit count.