pingpoint for Claude Desktop
io.github.sudzikcoin/pingpoint
Live truck GPS: create loads, read position, ETA, driver state, trip stats. API key or USDC x402.
client:Claude Desktop
transport:stdio
runtime:npm
Install pingpoint in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pingpoint": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs