MCP tool · Domains
update_registrant
Update the registrant contact on a domain in place — name, company, email, phone and address.
update_registrant
Idempotent
Description
Update the registrant contact on a domain in place — name, company, email, phone and address. Use it to correct contact details on a domain you own. The registry may email the owner to confirm the change before it takes effect (ICANN/registry rules, and.se/.nu especially). This edits the existing contact; it does not change the legal owner (organisation / org-nr) — that is request_owner_change, which is BankID-signed.
Input
| Name | Type | Description |
|---|---|---|
input
required
|
string |
A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.
|
contact
required
|
object | The registrant contact fields to set. Supply only the fields you are changing. |
name
|
string | Contact full name. |
company
|
string | Company / organisation name. |
email
|
string | Contact email address. |
phone
|
string |
Contact phone number, e.g. +46 8 123 456.
|
address
|
string | Street address. |
city
|
string | City. |
postcode
|
string | Postal code. |
state
|
string | State / region, where the registry uses one. |
country
|
string |
Two-letter ISO country code, e.g. SE.
|