internet_quality
ActiveTool of Cloudflare Radar
declared in 0.1.0
Internet Quality Index (IQI) summary — bandwidth, latency, jitter, packet loss — current value + change vs prior period. Optionally filtered to a 2-letter location code.
Parameters schema
{
"type": "object",
"examples": [
{
"location": "US",
"date_range": "7d"
},
{
"date_range": "28d"
}
],
"required": [],
"properties": {
"location": {
"type": "string",
"description": "2-letter location code (e.g., \"US\", \"DE\", \"JP\"). Omit for global."
},
"date_range": {
"type": "string",
"description": "Lookback window: 1d | 7d | 14d | 28d | 12w | 24w | 52w (default 28d)"
}
}
}Parent server
Cloudflare Radar
https://github.com/pipeworx-io/mcp-cloudflare-radar
1/7 registries