check_availability
ActiveTool of domains
Check whether a name is available to register across MULTIPLE TLDs at once — the domain-hunting tool. Pass a base name ("acme") and get .com/.io/.ai/.co/.net/.org/.app/.dev checked in one call (or pass your own tlds list). For each: available true/false (+ expiration if taken). Use for "is X available", "find an open domain for my project", "which TLDs is X free on". Single-domain detail is domain_status; this is the bulk/brainstorm version.
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Base name to check, e.g. \"acme\" (a full \"acme.com\" is also accepted — the label before the first dot is used)."
},
"tlds": {
"type": "array",
"items": {
"type": "string"
},
"description": "TLDs to check (without the dot), e.g. [\"com\",\"io\",\"ai\"]. Default: com, io, ai, co, net, org, app, dev. Max 15."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
domains
https://github.com/pipeworx-io/mcp-domains
2/7 registries