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)
{
"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