Odel
pingpoint freight mcp

pingpoint freight mcp

Local
@sudzikcoin1TypeScriptMITUpdated 2w ago

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).

npm@suverselabs/pingpoint-mcpv0.4.1

Run

npx -y @suverselabs/pingpoint-mcp

MCP client config

{
  "mcpServers": {
    "pingpoint-freight-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@suverselabs/pingpoint-mcp"
      ]
    }
  }
}