Content Tools
contentsweep.ai
A content-protection MCP server that finds unauthorized copies, investigates URLs, captures evidence, and prepares or submits takedown requests.
ENDPOINT 1
https://contentsweep.ai/api/mcp
MCP server metadata
- Name
- Content Sweep
- Version
- 1.0.0
Enroll through enroll_agent or REST for sandbox credentials. Authenticate private calls with Bearer. Create a quote before each paid task. Poll get_operation; never treat submission as removal. Integration guide: /developers/agents.
Known tools 35
enroll_liveEnroll an accountable live organization with current terms and agent attestation.
Inferred read-onlyset_spending_policySet organization and credential limits; auto funding requires an explicit bounded mandate.
Inferred read-onlyresume_monitorResume within the existing expiry and total budget, optionally replacing delegation.
Inferred read-onlycreate_webhookOpt in to signed event delivery to a public HTTPS endpoint; returns signing secret once.
Inferred read-onlyreplay_eventReplay an event to an owned active webhook with its original event ID.
Inferred read-onlyCONNECT 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.content-sweep]
url = "https://contentsweep.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"content-sweep": {
"type": "http",
"url": "https://contentsweep.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: content-sweep
Remote MCP URL: https://contentsweep.ai/api/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": {
"content-sweep": {
"url": "https://contentsweep.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"content-sweep": {
"type": "http",
"url": "https://contentsweep.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "content-sweep",
"transport": "streamable-http",
"url": "https://contentsweep.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.