Live truck GPS tracking: create loads, read live position, ETA and trip stats, cancel a load.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @suverselabs/pingpoint-mcp
MCP client config
{
"mcpServers": {
"pingpoint-freight-mcp": {
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
]
}
}
}