MCP Server
Active
io.github.sudzikcoin/pingpoint MCP Server
io.github.sudzikcoin/pingpoint
What is the io.github.sudzikcoin/pingpoint MCP server?
Live truck GPS tracking: create freight loads, read position and ETA, confirm delivery.
How to install io.github.sudzikcoin/pingpoint
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
PINGPOINT_AGENT_KEYrequiredsecretPingPoint Agent API key (sup_agent_...), issued in the cabinet: Integrations -> Agent API
PINGPOINT_BASE_URLOverride for the PingPoint Agent API base URL (default https://api.suverse.io)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pingpoint": {
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
],
"env": {
"PINGPOINT_AGENT_KEY": "<YOUR_PINGPOINT_AGENT_KEY>",
"PINGPOINT_BASE_URL": "<YOUR_PINGPOINT_BASE_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pingpoint": {
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
],
"env": {
"PINGPOINT_AGENT_KEY": "<YOUR_PINGPOINT_AGENT_KEY>",
"PINGPOINT_BASE_URL": "<YOUR_PINGPOINT_BASE_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pingpoint": {
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
],
"env": {
"PINGPOINT_AGENT_KEY": "<YOUR_PINGPOINT_AGENT_KEY>",
"PINGPOINT_BASE_URL": "<YOUR_PINGPOINT_BASE_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pingpoint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
],
"env": {
"PINGPOINT_AGENT_KEY": "<YOUR_PINGPOINT_AGENT_KEY>",
"PINGPOINT_BASE_URL": "<YOUR_PINGPOINT_BASE_URL>"
}
}
}
}Claude Code
claude mcp add pingpoint --env PINGPOINT_AGENT_KEY=<YOUR_PINGPOINT_AGENT_KEY> --env PINGPOINT_BASE_URL=<YOUR_PINGPOINT_BASE_URL> -- npx -y @suverselabs/pingpoint-mcpRelated MCP servers
io.github.sudzikcoin/mcp-server
Maintained
Pay-per-call x402 tools: crypto market pulse, wallet reputation, token check, endpoint search.
2
View repository →TypeScript
MIT