Loading...
npx wrangler{
"mcpServers": {
"globalping": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.globalping.dev/sse"
]
}
}
}pingPerforms a ping test to check network reachability and latency.
Read-only network test with limited impact.
traceroutePerforms a traceroute to map the network path to a target.
Read-only network test with limited impact.
dnsPerforms a DNS lookup to resolve a domain name to an IP address.
Read-only DNS query with no side effects.
mtrPerforms an MTR test to combine ping and traceroute functionality.
Read-only network test with limited impact.
httpPerforms an HTTP request to a URL to check its availability and response time.
Read-only HTTP request with limited impact.
locationsLists available Globalping probe locations.
Read-only operation with no side effects.
limitsShows current rate limits for the Globalping API.
Read-only operation with no side effects.
getMeasurementRetrieves a previously run measurement by its ID.
Read-only operation with no side effects.
compareLocationsProvides guidance on how to run comparison measurements.
Informational tool with no direct execution.
helpDisplays a help message with documentation on available tools.
Informational tool with no direct execution.
The Globalping MCP server is relatively safe for read-only operations and network testing. However, careful monitoring and configuration are needed to prevent abuse or unintended network impact. API token security is crucial.