TruthScan for Claude Desktop
com.truthscan/truthscan
Detect whether an image is AI-generated or real, with an AI-probability score and confidence.
client:Claude Desktop
transport:streamable-http
Install TruthScan in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"truthscan": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://truthscan.com/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs