Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Cloudflare DNS Analytics MCP
bar-chart

Cloudflare DNS Analytics MCP MCP Server

DNS analytics insights via Cloudflare

cloudflarednsanalyticsoptimization

About

## Cloudflare DNS Analytics MCP: DNS Insights and Monitoring The **Cloudflare DNS Analytics MCP** integrates Cloudflare DNS analytics into Google Antigravity, enabling AI-assisted DNS performance monitoring, query analysis, and traffic insights. ### Why Cloudflare DNS Analytics MCP? - **Query Analytics**: Analyze DNS query patterns and performance metrics - **Traffic Insights**: Understand DNS traffic sources and geographic distribution - **Security Monitoring**: Detect anomalies and potential DNS attacks - **Performance Tracking**: Monitor resolution times and availability - **Historical Data**: Access historical DNS data for trend analysis ### Key Features #### 1. Query Analysis ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show DNS query volume and top queried domains for my zone" }] ) ``` #### 2. Performance Metrics ```python # Analyze performance response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show DNS resolution time percentiles and availability metrics" }] ) ``` #### 3. Geographic Data ```python # View geo data response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show DNS query distribution by country and data center" }] ) ``` #### 4. Security Analysis ```python # Monitor security response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Detect unusual DNS query patterns that might indicate attacks" }] ) ``` ### Configuration ```json { "mcpServers": { "cloudflare-analytics": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-cloudflare-analytics"], "env": { "CLOUDFLARE_API_TOKEN": "your-api-token", "CLOUDFLARE_ZONE_ID": "your-zone-id" } } } } ``` ### Use Cases **Performance Monitoring**: Track DNS resolution performance. **Traffic Analysis**: Understand DNS traffic patterns and sources. **Security**: Detect and respond to DNS-based attacks. **Capacity Planning**: Plan based on DNS query trends. The Cloudflare DNS Analytics MCP brings DNS visibility into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "cloudflare-analytics": {
      "mcpServers": {
        "cf-analytics": {
          "env": {
            "CLOUDFLARE_API_TOKEN": "YOUR_API_TOKEN"
          },
          "args": [
            "-y",
            "@cloudflare/dns-analytics-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Official Cloudflare MCP server
  2. 2Configure API token
  3. 3DNS optimization insights

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers