← Registry

Content Tools

contentsweep.ai

A content-protection MCP server that finds unauthorized copies, investigates URLs, captures evidence, and prepares or submits takedown requests.

1 endpoint35 known toolsFirst detected September 22, 2026Last detected September 22, 2026

ENDPOINT 1

https://contentsweep.ai/api/mcp

No auth detected

MCP server metadata

Name
Content Sweep
Version
1.0.0
Capabilities
tools
Server instructions

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

find_copies

Execute a pre-approved search quote asynchronously.

Potential side effects
investigate_url

Execute a pre-approved investigate quote asynchronously.

Potential side effects
capture_evidence

Execute a pre-approved evidence quote asynchronously.

Potential side effects
prepare_takedown

Execute a pre-approved prepare quote asynchronously.

Potential side effects
submit_takedown

Execute a pre-approved submit quote asynchronously.

Potential side effects
check_status

Execute a pre-approved status quote asynchronously.

Potential side effects
monitor_case

Execute a pre-approved monitor quote asynchronously.

Potential side effects
enroll_agent

Create free sandbox credentials without browser signup.

Potential side effects
enroll_live

Enroll an accountable live organization with current terms and agent attestation.

Inferred read-only
get_account

Read authenticated account and environment.

Inferred read-only
get_prices

Read current rate card; free.

Inferred read-only
get_balance

Read available and reserved credits; free.

Inferred read-only
get_usage

Read recent ledger entries; free.

Inferred read-only
create_quote

Quote an action and its complete input without reserving funds.

Inferred read-only
purchase_credits

Purchase prepaid credits.

Potential side effects
set_spending_policy

Set organization and credential limits; auto funding requires an explicit bounded mandate.

Inferred read-only
create_rights_holder

Register a partner-managed rights holder.

Inferred read-only
create_work

Register a work owned by a tenant rights holder.

Inferred read-only
delegate_authority

Record scoped, expiring copyright authority and appointment.

Inferred read-only
revoke_authority

Irreversibly revoke a delegation.

Inferred read-only
get_operation

Poll operation state and results; free.

Inferred read-only
get_case

Read tenant-owned case observations; free.

Inferred read-only
get_evidence

Export immutable metadata evidence; no media or storage paths.

Inferred read-only
get_packet

Read prepared packet and receipt; free.

Inferred read-only
get_monitor

Read monitoring budget and schedule.

Inferred read-only
pause_monitor

Pause recurring work.

Inferred read-only
resume_monitor

Resume within the existing expiry and total budget, optionally replacing delegation.

Inferred read-only
exchange_token

Issue a 15-minute token restricted to requested scopes.

Inferred read-only
rotate_credential

Rotate bootstrap credential and invalidate its child tokens.

Inferred read-only
revoke_credential

Revoke a credential immediately.

Inferred read-only
create_webhook

Opt in to signed event delivery to a public HTTPS endpoint; returns signing secret once.

Inferred read-only
revoke_webhook

Stop delivery to an endpoint.

Inferred read-only
get_events

Read stable events; tolerate duplicate and out-of-order delivery.

Inferred read-only
get_webhook_deliveries

Inspect webhook delivery history.

Inferred read-only
replay_event

Replay an event to an owned active webhook with its original event ID.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.