Tools
Domain registration + DNS
Register an available domain through your configured provider and manage its DNS records from your agent or CLI.
Requires provider credentials (Porkbun) configured in your dashboard. Registration is credit-metered; DNS operations are low-cost.
MCP Tools
| Tool | What it does |
|---|---|
domain_register | Register a domain (default 1 year) |
domain_dns_list | List DNS records |
domain_dns_create | Create a record (A, AAAA, CNAME, MX, TXT, NS, SRV, CAA) |
domain_dns_delete | Delete a record |
CLI
startupkit domains register example.com --years 1
startupkit dns list example.com
startupkit dns create example.com --type A --name @ --content 203.0.113.10
startupkit dns delete example.com <recordId>Search availability first with startupkit domains <seed>.