# Cloudflare DNS Analytics (verified)

DNS analytics and optimization. Debug DNS issues and optimize performance based on your setup.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add cloudflare/dns-analytics

# Browse available tools
npx -y @smithery/cli@latest tool list cloudflare/dns-analytics

# Get full schema for a tool
npx -y @smithery/cli@latest tool get cloudflare/dns-analytics accounts_list

# Call a tool
npx -y @smithery/cli@latest tool call cloudflare/dns-analytics accounts_list '{}'
```

## Direct MCP Connection

Endpoint: `https://cloudflare-dns-analytics.run.tools`

## Tools (7)

- `accounts_list` — List all accounts in your Cloudflare account
- `set_active_account` — Set active account to be used for tool calls that require accountId
- `dns_report` — Fetch the DNS Report for a given zone since a date
- `show_account_dns_settings` — Show DNS settings for current account
- `show_zone_dns_settings` — Show DNS settings for a zone
- `zones_list` — List all zones under a Cloudflare account
- `zone_details` — Get details for a specific Cloudflare zone

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get cloudflare/dns-analytics <tool-name>
```
