The domain registrar
built for AI agents.
Search, register, transfer, and manage domains from a REST API, a command line, or an MCP server. The dashboard is just one of the clients.
Or skip the UI entirely — see below.
Surfaces
Three ways to drive a domain
Same operations, same data, exposed at every surface a modern developer or agent might reach for.
REST API
HTTP for everything.
curl https://domains.ingram.tech/api/v1/check?q=exampleMCP server
Plug Ingram into Claude, Cursor, or any MCP client.
{
"mcpServers": {
"ingram-domains": {
"url": "https://domains.ingram.tech/api/mcp"
}
}
}CLI
One command from your terminal.
$ ingram register example.com
✓ checking 1 TLD ............... AVAILABLE
✓ confirming price ............. €9.20
✓ registered ................... example.comProtocol
Designed agent-first, not retrofit
Every operation follows the same agent-safe shape: search for ideas, check for the authoritative price, then register with the price you confirmed. No surprise charges. No silent upsells. No HTML to parse.
Suggest names across TLDs.
Authoritative live price from the registry.
Commit only with a matching confirmed price.
Build something that owns its own domains.
Sign up, mint an API token, and let your agents handle the registry plumbing.