top_locations
ActiveTool of Cloudflare Radar
declared in 0.1.0
Top locations by a metric. metric=http_requests returns countries by share of HTTP traffic; metric=dns_queries by DNS; metric=attacks by attack origin. Returns ranked list with share percentages.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 10,
"metric": "http_requests"
},
{
"limit": 25,
"metric": "attacks",
"date_range": "7d"
}
],
"required": [],
"properties": {
"limit": {
"type": "number",
"description": "1-100 (default 10)"
},
"metric": {
"type": "string",
"description": "http_requests | dns_queries | attacks (default http_requests)"
},
"date_range": {
"type": "string",
"description": "Lookback window (default 28d)"
}
}
}Parent server
Cloudflare Radar
https://github.com/pipeworx-io/mcp-cloudflare-radar
1/7 registries