PingPoint Freight MCP Server
Rank #14,593io.github.sudzikcoin/pingpoint
Live truck GPS: create loads, read position, ETA, driver state, trip stats. API key or USDC x402.
PingPoint Freight MCP Server is a Model Context Protocol (MCP) server published by sudzikcoin. It ranks #14,593 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. PingPoint Freight MCP Server is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Aug 19, 2026 and most recently updated on Sep 14, 2026.
Ranks ahead of 117,520 of 132,113 servers on MCP Toplist.
Use PingPoint Freight MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pingpoint -e "PINGPOINT_AGENT_KEY=<your PINGPOINT_AGENT_KEY>" -e "PINGPOINT_WALLET_KEY_FILE=<your PINGPOINT_WALLET_KEY_FILE>" -e "PINGPOINT_NETWORK=<your PINGPOINT_NETWORK>" -e "PINGPOINT_BASE_URL=<your PINGPOINT_BASE_URL>" -e "PINGPOINT_RPC_URL=<your PINGPOINT_RPC_URL>" -- npx -y @suverselabs/pingpoint-mcpReplace each placeholder with your own value before saving.
[mcp_servers.pingpoint]
command = "npx"
args = ["-y", "@suverselabs/pingpoint-mcp"]
[mcp_servers.pingpoint.env]
PINGPOINT_AGENT_KEY = "<your PINGPOINT_AGENT_KEY>"
PINGPOINT_WALLET_KEY_FILE = "<your PINGPOINT_WALLET_KEY_FILE>"
PINGPOINT_NETWORK = "<your PINGPOINT_NETWORK>"
PINGPOINT_BASE_URL = "<your PINGPOINT_BASE_URL>"
PINGPOINT_RPC_URL = "<your PINGPOINT_RPC_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pingpoint": {
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
],
"env": {
"PINGPOINT_AGENT_KEY": "<your PINGPOINT_AGENT_KEY>",
"PINGPOINT_WALLET_KEY_FILE": "<your PINGPOINT_WALLET_KEY_FILE>",
"PINGPOINT_NETWORK": "<your PINGPOINT_NETWORK>",
"PINGPOINT_BASE_URL": "<your PINGPOINT_BASE_URL>",
"PINGPOINT_RPC_URL": "<your PINGPOINT_RPC_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pingpoint": {
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
],
"env": {
"PINGPOINT_AGENT_KEY": "<your PINGPOINT_AGENT_KEY>",
"PINGPOINT_WALLET_KEY_FILE": "<your PINGPOINT_WALLET_KEY_FILE>",
"PINGPOINT_NETWORK": "<your PINGPOINT_NETWORK>",
"PINGPOINT_BASE_URL": "<your PINGPOINT_BASE_URL>",
"PINGPOINT_RPC_URL": "<your PINGPOINT_RPC_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pingpoint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
],
"env": {
"PINGPOINT_AGENT_KEY": "<your PINGPOINT_AGENT_KEY>",
"PINGPOINT_WALLET_KEY_FILE": "<your PINGPOINT_WALLET_KEY_FILE>",
"PINGPOINT_NETWORK": "<your PINGPOINT_NETWORK>",
"PINGPOINT_BASE_URL": "<your PINGPOINT_BASE_URL>",
"PINGPOINT_RPC_URL": "<your PINGPOINT_RPC_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pingpoint": {
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
],
"env": {
"PINGPOINT_AGENT_KEY": "<your PINGPOINT_AGENT_KEY>",
"PINGPOINT_WALLET_KEY_FILE": "<your PINGPOINT_WALLET_KEY_FILE>",
"PINGPOINT_NETWORK": "<your PINGPOINT_NETWORK>",
"PINGPOINT_BASE_URL": "<your PINGPOINT_BASE_URL>",
"PINGPOINT_RPC_URL": "<your PINGPOINT_RPC_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pingpoint": {
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
],
"env": {
"PINGPOINT_AGENT_KEY": "<your PINGPOINT_AGENT_KEY>",
"PINGPOINT_WALLET_KEY_FILE": "<your PINGPOINT_WALLET_KEY_FILE>",
"PINGPOINT_NETWORK": "<your PINGPOINT_NETWORK>",
"PINGPOINT_BASE_URL": "<your PINGPOINT_BASE_URL>",
"PINGPOINT_RPC_URL": "<your PINGPOINT_RPC_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sudzikcoin%2Fpingpoint)<a href="https://mcptoplist.com/server/io.github.sudzikcoin%2Fpingpoint"><img src="https://mcptoplist.com/badge/io.github.sudzikcoin%2Fpingpoint.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
sudzikcoin
Other servers by sudzikcoin
View all sudzikcoin servers →Available versions (6)
| Version | Published |
|---|---|
| 0.5.0 | Sep 14, 2026 |
| 0.4.2 | Sep 6, 2026 |
| 0.4.1 | Aug 21, 2026 |
| 0.4.0 | Aug 21, 2026 |
| 0.3.0 | Aug 20, 2026 |
| 0.2.0 | Aug 19, 2026 |
Frequently asked questions
- Who maintains PingPoint Freight MCP Server?
- PingPoint Freight MCP Server is maintained by sudzikcoin, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is PingPoint Freight MCP Server listed on the Official MCP Registry?
- Yes — PingPoint Freight MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does PingPoint Freight MCP Server have?
- MCP Toplist tracks 6 versions of PingPoint Freight MCP Server, most recently published on Sep 14, 2026.
- Where can I find the source code for PingPoint Freight MCP Server?
- The source code for PingPoint Freight MCP Server is hosted at github.com/sudzikcoin/pingpoint-freight-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.