Live truck GPS tracking: create loads, read position, ETA and trip stats, confirm delivery.
claude mcp add pingpoint -- npx -y @suverselabs/pingpoint-mcp
claude_desktop_config.json
{
"mcpServers": {
"pingpoint": {
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"pingpoint": {
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pingpoint": {
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"pingpoint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"pingpoint": {
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.sudzikcoin--pingpoint/reviews or the review_server meta-tool.
POST /mcp