Elevator pitch Manage Cloudflare DNS records and instantly purge cache without leaving your workflow.
Industry Cloud Infrastructure & CDN Management
Problem
- Manual DNS updates require logging into Cloudflare dashboard repeatedly.
- Cache invalidation delays propagate stale content across global edge networks.
Solution
- Programmatically create, update, and delete DNS records via unified interface.
- Trigger instant cache purges by zone, URL, or tag for real-time content freshness.
Tools
dns-record-manager: Create, update, delete DNS records; returns operation statuscache-purge-engine: Purge cache by zone, URL, or tag; returns purge confirmationzone-inspector: Fetch zone details and DNS record inventory; returns zone metadatapurge-history-tracker: Query recent purge operations; returns timestamp and scope logs
Widgets
/dns-dashboard: View active DNS records, edit inline, monitor propagation status/cache-control: Quick-access purge interface with zone selector and history
Conversation starters
- "Add an A record for api.example.com pointing to 192.0.2.1"
- "Purge all cache for my main zone and show me the last 5 purge operations"