← Back to Plugins
MCP Server MCP

io.github.sudzikcoin/pingpoint

github By github 👁 1 views ▲ 0 votes

Live truck GPS tracking: create loads, read live position, ETA and trip stats, cancel a load.

Homepage Verified source GitHub

Install

npx -y @suverselabs/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@suverselabs/pingpoint-mcp",
      "version": "0.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PingPoint Agent API key (sup_agent_...), issued in the cabinet: Integrations -> Agent API",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PINGPOINT_AGENT_KEY"
        },
        {
          "description": "Override for the PingPoint Agent API base URL (default https://api.suverse.io)",
          "format": "string",
          "name": "PINGPOINT_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...