Cloud DNS (Anycast DNS Provider API)

Cloud DNS (Anycast DNS Provider API) MCP Connector for Claude

A+

Manage your Anycast DNS infrastructure — list zones, configure records, and automate domain management directly through AI.

7 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Cloud DNS account to any AI agent to manage global Anycast DNS settings through natural language. This server provides direct access to the Cloud DNS API, allowing for rapid deployment and modification of network records.

What you can do

  • Zone Management — List all DNS zones and create or delete master/slave zones with specific domain names.
  • Record Control — Full CRUD operations for A, AAAA, MX, CNAME, TXT, and more within any target zone.
  • Automation & Updates — Modify existing records, update TTLs, and adjust priorities for MX/SRV records without manual dashboard navigation.
  • Infrastructure Visibility — Instantly retrieve all records for a specific zone to audit configurations or troubleshoot resolution issues.

How it works

  1. Subscribe to this server
  2. Enter your Cloud DNS Auth Key (API Key)
  3. Start managing your domains from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • DevOps Engineers — automate the provisioning of DNS records during CI/CD deployments.
  • System Administrators — manage global Anycast zones and records via simple text commands.
  • Developers — quickly point subdomains to new services or update TXT records for domain verification straight from the IDE.
dnsanycastdomain-managementnetworkingcloud-dns

7 tools expose this connector's capabilities to your AI agent.

create_record

Create a new DNS record

create_zone

Create a new DNS zone

delete_record

Delete a DNS record

delete_zone

Delete a DNS zone

list_records

) within a specific zone. List all records for a specific zone

list_zones

List all DNS zones

update_record

Update an existing DNS record

See how to talk to your AI agent using Cloud DNS (Anycast DNS Provider API).

List all my DNS zones.

I've retrieved your DNS zones. You have 2 active zones: 'example.com' (ID: 12345) and 'my-app.net' (ID: 67890).

Create a new A record for 'api' pointing to '1.2.3.4' in zone 12345.

Successfully created the A record for 'api.example.com' pointing to 1.2.3.4 in zone 12345.

Delete the DNS record with ID 98765 from zone 12345.

The DNS record 98765 has been successfully removed from zone 12345.

Yes! Use the `list_records` tool with the target Zone ID. The agent will return all configured records including A, MX, CNAME, and TXT entries.

Related Connectors