← contentsweep.ai

INDIVIDUAL MCP TOOL

capture_evidence

Execute a pre-approved evidence quote asynchronously.

contentsweep.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://contentsweep.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for capture_evidence and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests code or command execution.

Parent server

contentsweep.ai

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.
  • 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.
  • enroll_live — Enroll an accountable live organization with current terms and agent attestation.