Skip to content
Grok

orcpin for Grok

io.github.npraught/orcpin

Paid x402 facts for AI agents: signed statements, door reports, endpoint checks, chain reads

client:Grok transport:stdio runtime:npm

Install orcpin 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": {
    "orcpin": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "orcpin-mcp"
      ],
      "env": {
        "ORCPIN_PRIVATE_KEY": "<ORCPIN_PRIVATE_KEY>",
        "ORCPIN_TOOLSETS": "<ORCPIN_TOOLSETS>",
        "X402_NETWORK": "<X402_NETWORK>"
      }
    }
  }
}

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

orcpin in other clients