add-dns-record
ClaudeAdds a new DNS record to a Simply.com product's DNS zone. Supports A, AAAA, CNAME, MX, TXT, SRV and other standard record types. The zone is reloaded automatically after the record is added.
add-mail-account
ClaudeCreates a new mail account on a Simply.com product. Leave the password empty so the user is prompted to type it directly; do not generate, guess or reuse a password on the user's behalf. The new account is reachable over the returned IMAP and SMTP settings.
add-registry-dnssec-key
ClaudePublishes a new DNSSEC key (DS or DNSKEY) at the TLD registry for the product's domain. DS data is "keytag algorithm digestType digest" (4 fields). DNSKEY data is "flags protocol algorithm pubkey" (4 fields). Keys that already exist are a no-op.
check-domain-availability
ClaudeCheck if a domain name is available for registration or transfer at Simply.com. When the domain can be registered or transferred and the user wants to order it, use the create-order-link tool to generate a checkout link.
create-order-link
ClaudeCreate a prefilled Simply.com order link for one or more domains. Returns a checkout URL the user visits to complete and pay for the order. Each domain is a new registration by default, or an inbound transfer when action is "transfer". The link works whether or not the user is signed in: existing customers sign in at checkout, new customers create an account. Check availability with check-domain-availability first.
delete-dns-record
ClaudeDeletes a DNS record by its record id. The zone is reloaded automatically. This action is destructive and cannot be undone.
get-deploy-info
ClaudeReturns the connection details needed to deploy code to a Simply.com web hosting product (SSH/SFTP/FTP/rsync). The agent uses these details with locally available credentials (SSH key or password); credentials are not returned by this tool. Use the handle returned by list-products as the domain argument.
get-website-logs
ClaudeFetches webserver logs for a Simply.com product so you can debug HTTP traffic and security blocks: incoming requests (access), ModSecurity/WAF blocks (waf), or Apache error output (error). Covers every hostname on the product (primary domain, subdomains and domain aliases). Use the handle returned by list-products as the domain argument. Entries are newest-first and capped at limit; the response reports total_matched and a next_cursor. On a busy site a wide window holds more entries than one page: when next_cursor is set, call again with the same domain/type/fromtime/totime plus cursor set to that value to page through older entries, or narrow the window.
list-accounts
ClaudeLists all Simply.com accounts the authenticated user has access to. A single user can have access to multiple accounts, and each account groups together its own products (domains, hosting, DNS zones).
list-dns-records
ClaudeLists all DNS records for a Simply.com product's DNS zone. Use the handle returned by list-products as the domain argument.
list-mail-accounts
ClaudeLists all mail accounts for a Simply.com product. Returns IMAP + SMTP server, port and username for each. Passwords are never exposed.
list-mysql-databases
ClaudeLists all MySQL databases for a Simply.com product. Use the handle returned by list-products as the domain argument.
list-product-servers
ClaudeLists the servers a Simply.com product is assigned to: nameservers, webserver, FTP and SSH endpoints. Use the handle returned by list-products as the domain argument.
list-products
ClaudeLists all products (domains, hosting, DNS zones) owned by the authenticated Simply.com user. Call this first to discover which handles you can pass to the DNS tools.
list-registry-dnssec-keys
ClaudeReturns the DNSSEC keys (DS or DNSKEY records) currently published at the TLD registry for the product's domain. Each key includes the record type and its zone-file representation.
list-registry-nameservers
ClaudeReturns the nameservers currently registered for the product's domain at its TLD registry. Use the handle returned by list-products as the domain argument.
list-supported-tlds
ClaudeList all top-level domains (TLDs) available for registration at Simply.com
remove-registry-dnssec
ClaudeDisables DNSSEC by removing every DS and DNSKEY record at the TLD registry for the product's domain. This affects all keys on the domain — there is no per-key delete.
set-registry-nameservers
ClaudeReplaces the nameserver set registered for the product's domain at its TLD registry. Provide between 2 and 13 hostnames. The registry call may take a few seconds to propagate.
update-dns-record
ClaudeUpdates an existing DNS record by its record id. All fields are replaced (full update). The zone is reloaded automatically when the record changes.