New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

domains.add_dns_host

Add one DNS host record to a managed domain without replacing the full zone. Preserves existing records. The domain must use Namecheap DNS. Call domains.get_dns_hosts afterward if HostIds are needed. Cost = 5 tokens.

SERVERVee3 SOURCEhttps://mcp.vee3.io/mcp
Medium RISK CLASS
Category Write
Parameters 64 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-vee3io-vee3/domains.add-dns-host.md

What domains.add_dns_host does on Vee3

AI agents use domains.add_dns_host to create or update resources in Vee3, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Vee3 environment.

ParameterTypeRequiredDescription
ttl integer TTL in seconds (60 to 60000). Defaults to 1800.
domain string Yes Managed domain name (for example example.com).
address string Yes Record value (IP, hostname, URL, or TXT content depending on type).
mx_pref object MX preference. Required when record_type is MX or MXE.
host_name string Yes Host label to create, for example @, www, or mail.
record_type string Yes DNS record type. Supported values: A, AAAA, ALIAS, CAA, CNAME, MX, MXE, NS, TXT, URL, URL301, FRAME.

Parameters from the server's own tool schema.

Why domains.add_dns_host is rated Medium

Creates DNS records reversibly; domain operator can modify or delete later. Medium severity due to DNS misconfiguration potential impact.

From the tool's definition Add one DNS host record to a managed domain, preserves existing records

Questions about domains.add_dns_host

What does the domains.add_dns_host tool do? +

Add one DNS host record to a managed domain without replacing the full zone. Preserves existing records. The domain must use Namecheap DNS. Call domains.get_dns_hosts afterward if HostIds are needed. Cost = 5 tokens. It is categorised as a Write tool in the Vee3 MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does domains.add_dns_host accept? +

domains.add_dns_host accepts 6 parameters: ttl, domain, address, mx_pref, host_name, record_type. Required: domain, address, host_name, record_type. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on domains.add_dns_host? +

Register the Vee3 MCP server in PolicyLayer and add a rule for domains.add_dns_host: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Vee3. Nothing to install.

What risk level is domains.add_dns_host? +

domains.add_dns_host is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit domains.add_dns_host? +

Yes. Add a rate_limit block to the domains.add_dns_host rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block domains.add_dns_host completely? +

Set action: deny in the PolicyLayer policy for domains.add_dns_host. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides domains.add_dns_host? +

domains.add_dns_host is provided by the Vee3 MCP server (https://mcp.vee3.io/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Vee3, and thousands of servers like it.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Vee3's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.