Skip to content
Grok

assay for Grok

io.github.jasonczmeng/assay

x402 service-quality oracle: check a service's paid-probe quality tier and score before paying it.

client:Grok transport:stdio runtime:npm

Install assay 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": {
    "assay": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "assay-oracle-mcp"
      ],
      "env": {
        "ASSAY_URL": "<ASSAY_URL>",
        "ASSAY_WALLET_KEY": "<ASSAY_WALLET_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

assay in other clients