Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
npx wranglerConfig
{
"mcpServers": {
"globalping": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.globalping.dev/sse"
]
}
}
}Exposed MCP Tools (10)
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.
Safety Assessment
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.
- Measurements are network-bound, limiting direct system access.
- Supports OAuth and API token authentication for access control.
- No direct filesystem or OS-level access.
- Rate limits help prevent abuse and over-consumption of resources.
- Network tests could potentially be used for reconnaissance.
- Improperly configured AI could trigger excessive or inappropriate tests.
- API token compromise could lead to unauthorized network testing.
- Reliance on external Globalping service introduces a dependency risk.
