Skip to content
Grok

badge for Grok

io.github.payclaw/badge

Agents are not bots. Prove it. MCP-native identity declaration for authorized agents.

client:Grok transport:stdio runtime:npm

Install badge 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": {
    "badge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@payclaw/badge"
      ],
      "env": {
        "PAYCLAW_API_KEY": "<PAYCLAW_API_KEY>",
        "PAYCLAW_API_URL": "<PAYCLAW_API_URL>"
      }
    }
  }
}

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

badge in other clients