Skip to content
Claude Desktop

Is It Trust Ready — agent-trust-readiness scanner for Claude Desktop

io.github.mnemom/isittrustready

Scan any website or MCP server for agent-trust-readiness; returns a signed, verifiable scorecard.

client:Claude Desktop transport:streamable-http

Install Is It Trust Ready — agent-trust-readiness scanner in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "isittrustready": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.isittrustready.ai/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

Is It Trust Ready — agent-trust-readiness scanner in other clients