pingpoint for Cline
io.github.sudzikcoin/pingpoint
Live truck GPS: create loads, read position, ETA, driver state, trip stats. API key or USDC x402.
client:Cline
transport:stdio
runtime:npm
Install pingpoint in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs