Skip to content
Grok

JMT x402 Agent Tools for Grok

io.github.jmthomasofficial/x402-agent-tools

25 x402 paid API tools for AI agents on Base mainnet.

client:Grok transport:stdio runtime:npm

Install JMT x402 Agent Tools in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "x402-agent-tools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jmthomasofficial/x402-mcp-server"
      ]
    }
  }
}

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

JMT x402 Agent Tools in other clients