temper is a terminal-first domain search CLI — 30 TLDs by default with a 3s timeout and no telemetry in the CLI/MCP flow. Also an MCP server, so Codex, Claude, and Cursor can search on your behalf.
CLI and MCP queries run on your machine. No tracking, no telemetry. The hosted demo uses a server-side API route for live checks.
Checks 30 TLDs by default with a 3s timeout. 59 with --extended.
Codex, Claude Code, Claude Desktop, Cursor — query temper directly.
Vim nav. Single-key registrar select. Hit enter to buy.
--format json pipes into jq, grep, any shell script.
7 built-in themes — 5 dark, 2 light. Or write your own.
Apache 2.0. Zero telemetry. Read every line before you run it.
brew install jongjinchoi/temper-domains/temper
temper runs as a local MCP server. Your AI assistant searches domains, checks availability, and opens purchase pages — without you switching context once.
When invoked through your local MCP server, temper does not proxy requests through a temper-hosted service.
# Codex CLI / IDE extension $ codex mcp add temper -- temper mcp # or ~/.codex/config.toml [mcp_servers.temper] command = "temper" args = ["mcp"] # in the Codex TUI $ /mcp
temper list shows the watchlist.temper config theme <name>Try any name — vercel, nimbus, or your own. 15 TLDs resolve live via IANA RDAP (WHOIS fallback for .io/.co/.me/.sh/.so/.gg).
Same checker as the CLI. Names are queried in real time; nothing is stored.
Open source, Apache 2.0. If temper saves you a tab, give it a star. Issues and pull requests welcome.