io.github.mikusnuz/dynadot
NPM · DYNADOT-MCP · SCANNED AUG 3
MCP server for Dynadot domain registrar — domain search, registration, DNS, and transfers
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 136 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability88
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 4425 tokens (~63/item across 70 items; 67 tools + 3 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · dynadot-mcp
claude mcp add mikusnuz-dynadot -- npx -y dynadot-mcp
codex mcp add mikusnuz-dynadot -- npx -y dynadot-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mikusnuz-dynadot": {
"type": "local",
"command": [
"npx",
"-y",
"dynadot-mcp"
],
"enabled": true
}
}
} openclaw mcp add mikusnuz-dynadot --command npx --arg -y --arg dynadot-mcp
mcp_servers:
mikusnuz-dynadot:
command: "npx"
args: ["-y", "dynadot-mcp"] {
"mcpServers": {
"mikusnuz-dynadot": {
"command": "npx",
"args": [
"-y",
"dynadot-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +42
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 1 Aug 26 −27
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 +29
- Tool coverage: unverified → 100 ▲ functional
- Schema quality: unverified → 100 ▲ functional
- 30 Jul 26 −29
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- 28 Jul 26 +29
- Tool coverage: unverified → 100 ▲ functional
- Schema quality: unverified → 100 ▲ functional
- First check of Schema quality: pass functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: unverified functional
- First check of Schema quality: fail functional
- 27 Jul 26 24
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
set_contact_regional_setting ~94
Set region-specific contact settings required by certain TLD registries (EU, Latvia, Lithuania). Pass the appropriate parameters for the region.
| Name | Type | Req | Description |
|---|---|---|---|
| contact_id | string | yes | Contact ID to configure |
| params | object | yes | Region-specific parameters as key-value pairs |
| region | string | yes | Region: 'eu' (European Union), 'lv' (Latvia), 'lt' (Lithuania) |
No output schema declared.
No examples provided.
set_dns ~219
Set DNS records for a domain using Dynadot's DNS service. Supports main records and up to 10 subdomains. Use the records parameter to pass Dynadot API parameters like main_record_type, main_record, subdomain0, sub_record_type0, sub_record0, etc.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name to set DNS for |
| records | object | yes | DNS record parameters as key-value pairs. Keys follow Dynadot API3 set_dns2 naming: main_record_type0..19 (a/aaaa/cname/forward/txt/mx/stealth/email), main_record0..19 (value), main_recordx0..19 (MX… |
No output schema declared.
No examples provided.
set_dnssec ~126
Set or clear DNSSEC for a domain. To enable, provide flags, algorithm, and public_key. To disable, set clear to true.
| Name | Type | Req | Description |
|---|---|---|---|
| algorithm | string | — | DNSSEC algorithm number (e.g., '13' for ECDSAP256SHA256) |
| clear | boolean | — | Set to true to remove DNSSEC from the domain |
| domain | string | yes | Domain name to configure DNSSEC for |
| flags | string | — | DNSSEC flags (e.g., '257' for KSK) |
| public_key | string | — | DNSSEC public key |
No output schema declared.
No examples provided.
set_domain_note ~63
Set a note and/or move a domain to a folder for organization.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name to update |
| folder | string | — | Folder name or ID to move the domain into |
| note | string | — | Note to attach to the domain |
No output schema declared.
No examples provided.
set_email_forward ~84
Set email forwarding for a domain. Forward emails to existing email addresses or configure MX records.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name to configure email forwarding for |
| params | object | yes | Email forwarding parameters. Keys: forward_type ('forward'/'mx'), username0/exist_email0 (for forward type), mx_host0/mx_priority0 (for mx type) |
No output schema declared.
No examples provided.
set_folder_settings ~161
Apply default settings to a folder. All domains in the folder will inherit these settings. Supports nameservers, DNS, forwarding, parking, stealth, and renewal options. Pass the appropriate Dynadot API parameters for the setting type.
| Name | Type | Req | Description |
|---|---|---|---|
| folder_id | string | yes | Folder ID to configure |
| params | object | — | Setting parameters as key-value pairs (varies by setting type) |
| setting_type | string | yes | Type of setting to apply: 'whois' (WHOIS contacts), 'ns' (nameservers), 'dns' (basic DNS), 'dns2' (advanced DNS records), 'forwarding', 'stealth', 'parking', 'hosting', 'email_forward', 'renew_option… |
No output schema declared.
No examples provided.
set_for_sale ~73
List a domain for sale on the Dynadot marketplace with a specified price.
| Name | Type | Req | Description |
|---|---|---|---|
| currency | string | — | Currency for the price (e.g., 'USD') |
| domain | string | yes | Domain name to list for sale |
| price | string | yes | Asking price (e.g., '1000.00') |
No output schema declared.
No examples provided.
set_forwarding ~111
Set URL forwarding for a domain. Supports standard forwarding (301/302 redirect) and stealth forwarding (iframe with custom title).
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name to set forwarding for |
| is_temporary | boolean | — | Use 302 (temporary) redirect instead of 301 (permanent) |
| stealth | boolean | — | Use stealth forwarding (iframe) instead of redirect |
| stealth_title | string | — | Page title for stealth forwarding |
| url | string | yes | Target URL to forward to |
No output schema declared.
No examples provided.
set_hosting ~72
Set website hosting for a domain using Dynadot's built-in hosting service.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name to configure hosting for |
| hosting_type | string | yes | Hosting type: 'advanced' or 'basic' |
| mobile_view | boolean | — | Enable mobile-optimized view (advanced hosting only) |
No output schema declared.
No examples provided.
set_nameserver_ip ~43
Update the IP address of an existing registered nameserver.
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | yes | Nameserver hostname to update |
| ip | string | yes | New IP address |
No output schema declared.
No examples provided.
set_nameservers ~67
Set nameservers for a domain. Accepts up to 13 nameserver hostnames.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name to configure |
| nameservers | array | yes | List of nameserver hostnames (e.g., ['ns1.example.com', 'ns2.example.com']) |
No output schema declared.
No examples provided.
set_parking ~49
Enable domain parking for a domain. Parked domains show a placeholder page.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name to park |
| with_ads | boolean | — | Show ads on the parking page |
No output schema declared.
No examples provided.
set_privacy ~75
Set WHOIS privacy for a domain. Options: 'full' (hide all info), 'partial' (hide some info), 'off' (show all info).
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name to set privacy for |
| option | string | yes | Privacy level: 'full', 'partial', or 'off' |
No output schema declared.
No examples provided.
set_renew_option ~66
Set the auto-renewal option for a domain.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name to configure |
| option | string | yes | Renewal option: 'auto' (auto-renew), 'donot' (do not renew), 'reset' (reset to default) |
No output schema declared.
No examples provided.
set_reseller_verification ~43
Set the WHOIS verification status for a reseller contact.
| Name | Type | Req | Description |
|---|---|---|---|
| contact_id | string | yes | Contact ID |
| status | string | yes | Verification status to set |
No output schema declared.
No examples provided.
set_whois_contacts ~104
Set WHOIS contact information for a domain. Specify contact IDs for registrant, admin, technical, and/or billing contacts.
| Name | Type | Req | Description |
|---|---|---|---|
| admin_contact | string | — | Contact ID for the admin contact |
| billing_contact | string | — | Contact ID for the billing contact |
| domain | string | yes | Domain name to update |
| registrant_contact | string | — | Contact ID for the registrant |
| technical_contact | string | — | Contact ID for the technical contact |
No output schema declared.
No examples provided.
transfer_domain ~96
Initiate a domain transfer into your Dynadot account. Requires the domain name and the authorization/EPP code from the current registrar.
| Name | Type | Req | Description |
|---|---|---|---|
| auth_code | string | yes | Authorization/EPP code from the current registrar |
| coupon | string | — | Coupon code for discount |
| domain | string | yes | Domain name to transfer (e.g., 'example.com') |
| registrant_contact | string | — | Contact ID to use as registrant |
No output schema declared.
No examples provided.