A
licenseNot graded
qualityC
maintenanceEnables AI agents to manage Cloudflare DNS records, including listing zones and records, and creating, updating, or deleting DNS records.
19 npm
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool targets a distinct action (create, delete, get, list, update) on specific resources (DNS records or zones), with no overlap in functionality.
All tools follow a consistent 'cloudflare_verb_noun' pattern using snake_case, making them predictable and easy to differentiate.
Six tools is well-scoped for a DNS management server, covering essential CRUD operations without unnecessary bloat or gaps.
The set provides full CRUD for DNS records plus zone listing and details, covering the core lifecycle needs for DNS management.