You're viewing a demo portfolio

Join the waitlist
PRSM

clone_dns

Active

Tool of run.domani/domani

declared in 1.0.0

Copy the DNS setup of one domain you own onto another (e.g. brand.com → brand.dev with the same A/CNAME/MX). Merges by default (source wins on collisions, keeps the target's other records); set replace=true for an exact mirror.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "to_domain",
    "from_domain"
  ],
  "properties": {
    "replace": {
      "type": "boolean",
      "description": "Exact mirror - drop target records the source doesn't have. Default: merge"
    },
    "to_domain": {
      "type": "string",
      "description": "Target domain to write the DNS onto (must be yours)"
    },
    "from_domain": {
      "type": "string",
      "description": "Source domain to copy DNS from (must be yours)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

run.domani/domani

https://github.com/gwendall/domani

1/7 registries
View full server →
clone_dns — run.domani/domani — PRSM MCP