Skip to content
Cursor

ScoutScore for Cursor

io.github.scoutscore/scoutscore

Trust scoring for AI agents. Check scores, fidelity, and flags for x402 services.

client:Cursor transport:stdio runtime:npm

Install ScoutScore in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "scoutscore": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@scoutscore/mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ScoutScore in other clients