SA
Subdomain API
/count_subdomains
Count subdomains
Return only the total number of distinct subdomains known for a domain — no list. Cheap and low-token. Use when the user asks "how many subdomains" or you only
liveverifiedunknown~5s typical
mcpprobedsubdomainapi
$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-app-subdomain-subdomains /count_subdomains for me.
Input
| Field | Type | Description |
|---|---|---|
| domain* | string | Root (registrable) domain as a bare hostname, e.g. "example.com". No scheme, path, port, o |
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-app-subdomain-subdomains","endpoint":"/count_subdomains","input":{"domain":"..."}}'cli
npx cracked-ai run -p mcp-app-subdomain-subdomains -e /count_subdomains -i '{"domain":"..."}'mcp
run_tool({ provider: "mcp-app-subdomain-subdomains", endpoint: "/count_subdomains", input: {"domain":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.