LIVE ENDPOINT
https://contentsweep.ai/api/mcp
Connect to this endpoint to inspect the live schema for get_operation and invoke it with your own arguments.
Indexed 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 server
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.
Related tools
find_copies— Execute a pre-approved search quote asynchronously.investigate_url— Execute a pre-approved investigate quote asynchronously.capture_evidence— Execute a pre-approved evidence quote asynchronously.prepare_takedown— Execute a pre-approved prepare quote asynchronously.submit_takedown— Execute a pre-approved submit quote asynchronously.check_status— Execute a pre-approved status quote asynchronously.monitor_case— Execute a pre-approved monitor quote asynchronously.enroll_agent— Create free sandbox credentials without browser signup.