mcp-cloudflare-radar
Provides tools to access Cloudflare Radar data, including internet traffic, attacks, BGP, and quality metrics.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-cloudflare-radarShow the top countries by internet traffic"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pipeworx/cloudflare-radar
Cloudflare Radar MCP — internet observatory (traffic, attacks, BGP, quality).
Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.
Tools
internet_quality(location?, date_range?)— IQI summary.attack_summary(dimension?, location?, date_range?)— L7 DDoS attack mix.top_locations(metric?, date_range?, limit?)— top countries by HTTP / DNS / attack share.bgp_leaks(date_range?, limit?)— recent BGP route-leak events.
Related MCP server: PeerGlass
Auth
Platform key: gateway env
PLATFORM_CLOUDFLARE_RADAR_KEY(or reuseCLOUDFLARE_API_TOKEN).BYO:
?_apiKey=<token>after creating one at https://dash.cloudflare.com/profile/api-tokens (no special scope required for Radar).
Data source
https://api.cloudflare.com/client/v4/radar/ — Bearer token.
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"cloudflare-radar": {
"url": "https://gateway.pipeworx.io/cloudflare-radar/mcp"
}
}
}What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/cloudflare-radar/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Both URLs reach the same gateway and the same 1476+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Cloudflare Radar data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Query your Betterlytics web analytics from AI agents: traffic, funnels, journeys, errors, uptime.
Query your SEO data in plain language: rankings, audits, backlinks, competitors and AI visibility.
SEO & marketing toolkit for AI agents: GA4, Search Console, AdSense, GTM, PageSpeed, Trends.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables AI assistants to manage Cloudflare resources through natural language, including DNS records, zone management, Workers KV storage, cache purging, and analytics. Supports comprehensive Cloudflare operations with secure API token authentication.132MIT
- AlicenseAqualityCmaintenanceProvides global internet resource intelligence by querying RIRs for IP and ASN data, routing visibility, and network health. It enables users to perform RPKI validation, BGP inspection, and historical allocation analysis through natural language or a REST API.421MIT
- FlicenseNot gradedqualityDmaintenanceEnables natural language queries for network intelligence, IP geolocation, organization details, and DNS information via the NetworksDB API.15-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with the Cloudflare REST API for managing DNS records, zones, and other Cloudflare resources.MIT