Ingramdomains.ingram.tech
API · CLI · MCP — register domains from anywhere

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=example

MCP server

Plug Ingram into Claude, Cursor, or any MCP client.

{
  "mcpServers": {
    "ingram-domains": {
      "url": "https://domains.ingram.tech/api/mcp"
    }
  }
}
coming soon

CLI

One command from your terminal.

$ ingram register example.com
✓ checking 1 TLD ............... AVAILABLE
✓ confirming price ............. €9.20
✓ registered ................... example.com

Protocol

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.

1search

Suggest names across TLDs.

2check

Authoritative live price from the registry.

3register

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.