Skip to content
VS Code

scam detection for VS Code

com.cautellus/scam-detection

Scam and phishing detection for AI agents: safe/warn/danger verdicts for URLs and messages.

client:VS Code transport:streamable-http tools:3

Install scam detection in VS Code

.vscode/mcp.json

{
  "servers": {
    "scam-detection": {
      "type": "http",
      "url": "https://cautellus.com/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

scam detection in other clients