Skip to content
Grok

pingpoint for Grok

io.github.sudzikcoin/pingpoint

Live truck GPS: create loads, read position, ETA, driver state, trip stats. API key or USDC x402.

client:Grok transport:stdio runtime:npm

Install pingpoint 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": {
    "pingpoint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@suverselabs/pingpoint-mcp"
      ],
      "env": {
        "PINGPOINT_AGENT_KEY": "<PINGPOINT_AGENT_KEY>",
        "PINGPOINT_WALLET_KEY_FILE": "<PINGPOINT_WALLET_KEY_FILE>",
        "PINGPOINT_NETWORK": "<PINGPOINT_NETWORK>",
        "PINGPOINT_BASE_URL": "<PINGPOINT_BASE_URL>",
        "PINGPOINT_RPC_URL": "<PINGPOINT_RPC_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

pingpoint in other clients