Skip to content
Grok

verify mcp for Grok

net.agentutil/verify-mcp

Sub-cent factual claim verification against live data sources.

client:Grok transport:stdio runtime:npm

Install verify mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

verify mcp in other clients