Skip to content
Cursor

verify mcp for Cursor

net.agentutil/verify-mcp

Sub-cent factual claim verification against live data sources.

client:Cursor transport:stdio runtime:npm

Install verify mcp in Cursor

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

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

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

verify mcp in other clients