attack_summary
ActiveTool of Cloudflare Radar
declared in 0.1.0
Layer-7 DDoS attack mix over a time window. Returns the percentage breakdown of attacks by mitigation product or attack vector. Filter by location to scope to a region/country.
Parameters schema
{
"type": "object",
"examples": [
{
"location": "DE",
"dimension": "mitigation_product"
},
{
"dimension": "http_method",
"date_range": "7d"
}
],
"required": [],
"properties": {
"location": {
"type": "string",
"description": "2-letter location code (optional)"
},
"dimension": {
"type": "string",
"description": "Summary dimension: mitigation_product | http_method | http_version | ip_version | bot_class (default mitigation_product)"
},
"date_range": {
"type": "string",
"description": "Lookback window (default 28d)"
}
}
}Parent server
Cloudflare Radar
https://github.com/pipeworx-io/mcp-cloudflare-radar
1/7 registries