← Blog

65 MCP tools for AI agents: the full list

·4 min read

domani exposes 65 MCP tools via Streamable HTTP transport. Any MCP-compatible agent can use them to manage domains, DNS, email, and payments.

Here's the most important ones.

Domain tools (15 tools)

ToolWhat it does
searchSearch for available domains across 1,014 TLDs
suggest_domainsAI-powered domain name suggestions
buy_domainRegister a domain
list_domainsList all your domains
get_domain_infoGet details about a specific domain
domain_statusCheck domain registration status
renew_domainExtend a domain registration
set_auto_renewEnable or disable auto-renewal
set_whois_privacyEnable or disable WHOIS privacy
set_contactUpdate domain contact information
resend_email_verificationResend registrant email verification
get_domain_previewGet domain OG preview image
set_parkingEnable or disable parking page
set_listing_priceSet a listing price for your domain
get_parking_analyticsView traffic stats for parked domains

Transfer tools (10 tools)

ToolWhat it does
transfer_domainTransfer a domain from another registrar
check_transfer_eligibilityCheck if a domain can be transferred
check_transfer_statusCheck transfer progress
get_transfer_awayGet EPP code to transfer away
get_auth_codeGet authorization code for outbound transfer
watch_transferWatch a domain and get notified when transferable
set_security_lockLock or unlock to prevent unauthorized transfers
import_domainImport an external domain for DNS management
verify_importVerify an imported domain's nameserver setup
list_providersList supported registrar providers

DNS tools (11 tools)

ToolWhat it does
get_dnsList all DNS records for a domain
set_dnsCreate or update a DNS record
snapshot_dnsSave current DNS configuration
restore_dnsRestore a saved DNS snapshot
get_nameserversGet nameservers for a domain
set_nameserversSet custom nameservers
connect_domainAuto-configure DNS for a hosting provider
dns_checkFast DNS-based domain existence check
verify_connectionVerify DNS is propagated for a connection
verify_serviceVerify a specific service's DNS setup
list_servicesList supported hosting providers for auto-connect

The connect_domain tool is particularly powerful - it knows the correct records for Vercel, Netlify, Cloudflare Pages, Railway, Fly.io, Render, GitHub Pages, AWS, and Heroku.

Email tools (16 tools)

ToolWhat it does
create_mailboxCreate a new mailbox
list_mailboxesList all your mailboxes
delete_mailboxDelete a mailbox
send_emailSend an email
list_email_messagesList emails in a mailbox
get_messageRead a specific email
delete_messageDelete an email
delete_messagesDelete multiple emails at once
mark_messages_readMark emails as read
reply_to_messageReply to a specific email
forward_messageForward a specific email
setup_domain_emailSet up email DNS records for a domain
get_domain_email_statusGet email configuration status
check_emailVerify email DNS is correct
set_email_forwardSet up email forwarding
set_email_webhookSet webhook for mailbox notifications

Webhook tools (5 tools)

ToolWhat it does
list_webhooksList all webhooks
create_webhookCreate a webhook endpoint
update_webhookUpdate webhook configuration
delete_webhookRemove a webhook
list_webhook_deliveriesList webhook delivery history

Account tools (8 tools)

ToolWhat it does
get_accountCheck account details and payment status
list_tokensList API tokens
create_tokenCreate a new API token
revoke_tokenRevoke an API token
setup_billingGet checkout URL for adding/updating payment method
list_invoicesList past invoices
list_tldsList all supported TLDs with pricing
whois_lookupWHOIS lookup for any domain

How to connect

Claude Code:

claude skill install domani

Claude Desktop / Cursor / Windsurf:

{
  "mcpServers": {
    "domani": {
      "type": "url",
      "url": "https://domani.run/mcp"
    }
  }
}

REST API:

curl https://domani.run/api/domains/search?q=example \
  -H "Authorization: Bearer YOUR_TOKEN"

All 65 tools, one endpoint. Your agent is ready.

mcpapireference