Skip to content
VS Code

TruthScan for VS Code

com.truthscan/truthscan

Detect whether an image is AI-generated or real, with an AI-probability score and confidence.

client:VS Code transport:streamable-http

Install TruthScan in VS Code

.vscode/mcp.json

{
  "servers": {
    "truthscan": {
      "type": "http",
      "url": "https://truthscan.com/api/mcp"
    }
  }
}

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

TruthScan in other clients