N
Namestorm
For AI agents · MCP

Let your agent check domains.

Namestorm’s availability engine, exposed as a Model Context Protocol tool. Your agent brainstorms names; the tool tells it which are actually open.

POSThttps://namestorm.app/api/mcp

Free with your Namestorm account. Create a key →

POST /api/mcpjson-rpc · stateless
→ tools/call
check_domain_availability([
"lumen.com", "lumen.io", "lumenlabs.dev"
])
3 results
lumen.comtakenvia rdap
lumen.iotakenvia rdap
lumenlabs.devavailablevia dns
Availability is an estimate. Confirm at a registrar before buying.
How it works
01

Create a key

Sign in and generate an API key on your dashboard. You copy it once.

02

Add the server

Point your MCP client at the endpoint and pass the key as an Authorization: Bearer header. Config is below.

03

Check domains

Your agent brainstorms names and calls check_domain_availability to see which are open, live.

Good to know
  • Availability is an estimate. Results come from RDAP and a DNS fallback. Confirm at a registrar before buying.
  • Keys are personal and revocable. Each maps to your account; revoke one on your dashboard and it stops working immediately.
  • Batches cap at 50 domains. Send one call per name set; your agent can run several in parallel.
  • Be considerate. Heavy automated use may be rate limited so the shared availability cache stays fast for everyone.
MCP server · Namestorm