You're viewing a demo portfolio

Join the waitlist
PRSM

add-domain

Active

Tool of io.sota/mcp

declared in 1.4.0-pre

Add a custom domain to a sota.io project. Each project supports up to 5 custom domains with automatic HTTPS via Let's Encrypt. Returns DNS setup instructions: for apex domains (example.com), add an A record pointing to 23.88.45.28; for subdomains (app.example.com), add a CNAME record pointing to {slug}.sota.io. Domain statuses: pending (waiting for DNS) → verified (SSL provisioning) → active (live with HTTPS). After DNS is configured, verification and SSL provisioning happen automatically.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "project_id",
    "domain"
  ],
  "properties": {
    "domain": {
      "type": "string",
      "description": "Domain name to add (e.g. \"app.example.com\" or \"example.com\")"
    },
    "project_id": {
      "type": "string",
      "description": "Project ID (UUID) to add the domain to. Use list-projects to find the ID"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.sota/mcp

https://github.com/sota-deploy/mcp-server

2/7 registries
View full server →
add-domain — io.sota/mcp — PRSM MCP