Cloudflare DNS Analytics MCP Server 📡

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

It integrates tools powered by the Cloudflare DNS Analytics API to provide insights on DNS analytics and optimization.

🔨 Available Tools

Currently available tools:

Category Tool Description
Zone Information zones_list List zones under the current active account.
DNS Analytics dns_report Fetch the DNS Report for a given zone over a given time frame.
Account DNS Setting show_account_dns_settings Fetch the DNS setting for the current active account.
Zone DNS Setting show_zone_dns_settings Fetch the DNS setting for a given zone.

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

Prompt Examples

  • List zones under my Cloudflare account.
  • What are the DNS Settings for my account?
  • Show me the zones under my account and fetch DNS Report for them.
  • How can I optimize my DNS Setting based on my DNS Report?
  • Which of my zones has the highest traffic?
  • Read Cloudflare's documentation on managing DNS records and tell me how to optimize my DNS settings.
  • Show me DNS Report for https://example.com in the last X days.

Access the remote MCP server from 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://dns-analytics.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://dns-analytics.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.

MCP Server · Populars

MCP Server · New

    mihaelamj

    🍎📚 Cupertino

    A local Apple Documentation crawler and MCP server. Written in Swift.

    Community mihaelamj
    HlidacStatu

    Kompletní kód pro www.hlidacstatu.cz

    Kompletní zdrojový kód pro web hlidacstatu.cz. Pomozte nám rozvíjet a vylepšovat jeden z největších a nejdůležitějších serverů pro transparentnost státu v ČR.

    Community HlidacStatu
    tomastommy622

    Polymarket TypeScript Trading Bot

    Polymarket trading bot: Polymarket copytrading bot, Polymarket arbitrage bot on Polymarket, Monitor real price on Polymarket and calculate prob and automatically mirror positions with intelligent sizing and safety checks on Polymarket.(copytrading bot & arbitrage bot))

    Community tomastommy622
    redleaves

    Context-Keeper

    🧠 LLM-Driven Intelligent Memory & Context Management System (AI记忆管理与智能上下文感知平台) AI记忆管理平台 | 智能上下文感知 | RAG检索增强生成 | 向量检索引擎

    Community redleaves
    wenerme

    @wener/mssql-mcp

    Wener Node, Bun, NestJS, React Utils, Hooks & Demos

    Community wenerme