Skip to content
Grok

utilsforagents mcp for Grok

com.utilsforagents/utilsforagents-mcp

Pay-per-call AI agent utilities via x402 on Base (USDC). 7 tools, $0.003/call.

client:Grok transport:stdio runtime:npm

Install utilsforagents mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "utilsforagents-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "utilsforagents-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>"
      }
    }
  }
}

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

utilsforagents mcp in other clients