add-domain
ActiveTool of io.sota/mcp
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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.sota/mcp
https://github.com/sota-deploy/mcp-server
2/7 registries