icon for mcp server

Cloudflare Radar

HTTP-SSE

MCP server supporting remote connections with Cloudflare OAuth for Internet traffic insights.

Cloudflare Radar MCP Server 📡

This is a Model Context Protocol (MCP) server that supports remote MCP connections, with Cloudflare OAuth built-in.

It integrates tools powered by the Cloudflare Radar API to provide global Internet traffic insights, trends and other utilities.

🔨 Available Tools

Currently available tools:

CategoryToolDescription
AIget_ai_dataRetrieves AI-related data, including traffic from AI user agents, as well as popular models and model tasks
Autonomous Systemslist_autonomous_systemsLists ASes; filter by location and sort by population size
get_as_detailsRetrieves detailed info for a specific ASN
Domainsget_domains_rankingGets top or trending domains
get_domain_rank_detailsGets domain rank details
DNSget_dns_dataRetrieves DNS query data to 1.1.1.1, including timeseries, summaries, and breakdowns by dimensions like queryType
Email Routingget_email_routing_dataRetrieves Email Routing data, including timeseries, and breakdowns by dimensions like encrypted
Email Securityget_email_security_dataRetrieves Email Security data, including timeseries, and breakdowns by dimensions like threatCategory
HTTPget_http_dataRetrieves HTTP request data, including timeseries, and breakdowns by dimensions like deviceType
IP Addressesget_ip_detailsProvides details about a specific IP address
Internet Servicesget_internet_services_rankingGets top Internet services
Internet Qualityget_internet_quality_dataRetrieves a summary or time series of bandwidth, latency, or DNS response time from the Radar Internet Quality Index
Internet Speedget_internet_speed_dataRetrieves summary of bandwidth, latency, jitter, and packet loss, from the previous 90 days of Cloudflare Speed Test
Layer 3 Attacksget_l3_attack_dataRetrieves L3 attack data, including timeseries, top attacks, and breakdowns by dimensions like protocol
Layer 7 Attacksget_l7_attack_dataRetrieves L7 attack data, including timeseries, top attacks, and breakdowns by dimensions like mitigationProduct
Traffic Anomaliesget_traffic_anomaliesLists traffic anomalies and outages; filter by AS, location, start date, and end date
URL Scannerscan_urlScans a URL via Cloudflare’s URL Scanner

This MCP server is still a work in progress, and we plan to add more tools in the future.

Prompt Examples

  • What are the most used operating systems?
  • What are the top 5 ASes in Portugal?
  • Get information about ASN 13335.
  • What are the details of IP address 1.1.1.1?
  • List me traffic anomalies in Syria over the last year.
  • Compare domain rankings in the US and UK.
  • Give me rank details for google.com in March 2025.
  • Scan https://example.com.
  • Show me HTTP traffic trends from Portugal.
  • Show me application layer attack trends from the last 7 days.

Access the remote MCP server from any MCP Client

If your MCP client has first class support for remote MCP servers, the client will provide a way to accept the server URL (https://radar.mcp.cloudflare.com) directly within its interface (for example in Cloudflare AI Playground).

If your client does not yet support remote MCP servers, you will need to set up its respective configuration file using mcp-remote to specify which servers your client can access.

Replace the content with the following configuration:

{ "mcpServers": { "cloudflare": { "command": "npx", "args": ["mcp-remote", "https://radar.mcp.cloudflare.com/sse"] } } }

Once you've set up your configuration file, restart MCP client and a browser window will open showing your OAuth login page. Proceed through the authentication flow to grant the client access to your MCP server. After you grant access, the tools will become available for you to use.

Interested in contributing, and running this server locally? See CONTRIBUTING.md to get started.

Related MCP Server Picks for You

Be the First to Experience MCP Now