StartupKitstartupkit
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

ToolWhat it does
domain_registerRegister a domain (default 1 year)
domain_dns_listList DNS records
domain_dns_createCreate a record (A, AAAA, CNAME, MX, TXT, NS, SRV, CAA)
domain_dns_deleteDelete 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>.

On this page