domains.renew
Renew a domain already managed through this Vee3 account. The user or agent passes expected_token_cost from domains.renewal_quote. Charges the quoted token cost on success. Premium domains can only be renewed for 1 year at a time. Cost = 100 tokens + domain renewal price in tokens.
This record as markdown: /tools/io-github-vee3io-vee3/domains.renew.md
What domains.renew does on Vee3
AI agents use domains.renew to commit financial operations through Vee3, usually the final step of a payment, billing, or trading workflow. A call moves real money.
| Parameter | Type | Required | Description |
|---|---|---|---|
years | integer | — | Renewal term in years. Premium domains support 1 year only. |
domain | string | Yes | Managed domain name to renew (for example example.com). |
expected_token_cost | integer | Yes | Token cost from a fresh domains.renewal_quote response. Required to prevent surprise charges. |
Parameters from the server's own tool schema.
Why domains.renew is rated Critical
Renewing a domain commits financial obligation by charging tokens for domain renewal.
From the tool's definition Charges the quoted token cost on success
Attacks that exploit this kind of access
The rule that runs domains.renew safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Vee3, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For domains.renew, this is the rule to start with:
Any call to domains.renew is blocked until a human approves it. The rest of the server keeps working.
The button opens the PolicyLayer dashboard: create your workspace, connect Vee3, apply this rule, and every domains.renew call is checked against it from then on.
Questions about domains.renew
Renew a domain already managed through this Vee3 account. The user or agent passes expected_token_cost from domains.renewal_quote. Charges the quoted token cost on success. Premium domains can only be renewed for 1 year at a time. Cost = 100 tokens + domain renewal price in tokens. It is categorised as a Financial tool in the Vee3 MCP Server, which means it involves financial transactions. Block by default and require explicit approval.
domains.renew accepts 3 parameters: years, domain, expected_token_cost. Required: domain, expected_token_cost. The full parameter table on this page comes from the server's own tool schema.
Register the Vee3 MCP server in PolicyLayer and add a rule for domains.renew: 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.
domains.renew is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the domains.renew 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.
Set action: deny in the PolicyLayer policy for domains.renew. 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.
domains.renew 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