Fine Structure
FS
Fine Structure
/check_subdomain_available

Check Subdomain Available

Check whether a platform subdomain can be claimed before calling set_app_subdomain. Returns available plus a status of available, invalid, reserved, taken, curr

liveunknown~5s typical
mcpfinestructure
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-finestructure-fine-structure /check_subdomain_available for me.

Input

FieldTypeDescription
subdomain*stringSubdomain label to check
app_idstringOptional ID of an app you own. When supplied, this app's own subdomain reports as 'current

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-finestructure-fine-structure","endpoint":"/check_subdomain_available","input":{"subdomain":"..."}}'
cli
npx cracked-ai run -p mcp-ai-finestructure-fine-structure -e /check_subdomain_available -i '{"subdomain":"..."}'
mcp
run_tool({ provider: "mcp-ai-finestructure-fine-structure", endpoint: "/check_subdomain_available", input: {"subdomain":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.