You're viewing a demo portfolio

Join the waitlist
PRSM

set_domain_redirect

Active

Tool of run.domani/domani

declared in 1.0.0

Forward a domain you own to another URL (e.g. brand.com -> brand.dev). The domain must point at domani's nameservers/parking IP. Permanent (308) by default, or temporary (307). Send an empty url to stop forwarding.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "domain",
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "Target URL to forward to, e.g. https://brand.dev. Empty string clears the redirect."
    },
    "domain": {
      "type": "string",
      "description": "The domain to forward (must be one you own)"
    },
    "permanent": {
      "type": "boolean",
      "description": "true = permanent redirect (default), false = temporary"
    }
  }
}

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 →
set_domain_redirect — run.domani/domani — PRSM MCP