MCP Server
MCP
io.github.sudzikcoin/pingpoint
Live truck GPS tracking: create loads, read live position, ETA and trip stats, cancel a load.
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
By
Comments
Sign in to leave a comment