Cursor has built-in MCP support. Add domani as an MCP server and get live domain, DNS, and email context directly in your editor. Search and register domains without leaving your IDE.
Full access to the domani platform, directly inside Cursor.
Access domain search, DNS config, and email tools right from the Cursor chat panel. No context switching.
Your agent sees your domain setup, DNS records, and email config while helping you code.
Add via Settings > Tools & MCP, or drop a .cursor/mcp.json in your project root.
Full domani API surface: search, buy, DNS, email, WHOIS, SSL, payments. All as MCP tools.
Real tasks your agent handles autonomously.
Set up in under a minute. No credit card required.
Go to Settings > Tools & MCP > New MCP Server.
Set the server URL and your API key.
{
"mcpServers": {
"domani": {
"type": "streamable-http",
"url": "https://domani.run/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Open the Cursor chat and ask it to search for domains or set up email for your project.
Copy a prompt and paste it into Cursor. Your agent does the rest.
“Search for a .dev domain for my new SaaS”
“Register coolapp.dev and add DNS records for Vercel”
“Create hello@coolapp.dev and send a test email”
“Show all DNS records for my domain”
“What's the WHOIS info for coolapp.dev?”
“Set up SPF and DKIM records for email deliverability”