{"name":"naming-pack","description":"Runs a full startup naming workflow in one call: generates brandable candidates, then checks domains, brand score, and social handles. Composite: one call runs business-name-generator first, then fans out domain-availability, brand-name-score, and social-handle-check over the top candidates (bounded to 9 component calls total). Returns brainstormed candidates ranked by available TLDs + brandability, then an enriched shortlist: brand-quality score with risks and recommendations, X/Twitter handle availability, and RDAP .com registration status with registrar and expiry. Enrichment checks are optional; failures degrade the response instead of failing it. Includes composed_of + per-component telemetry. Use it as a business name generator, company naming bundle, or brandable domain finder.","price":"$0.06","method":"POST","input_schema":{"properties":{"concept":{"type":"string","description":"Plain-language business or product concept. Max 240 chars."},"count":{"type":"number","description":"Candidates to brainstorm. 1-10. Default 8."}},"required":["concept"]},"input_example":{"concept":"AI bookkeeping assistant for freelancers","count":8},"output_example":{"concept":"AI bookkeeping assistant for freelancers","generated":{"candidates":[{"name":"Ledgerpilot","brandability_score":9,"available_tlds":["ai","app"]}]},"shortlist":[{"name":"Ledgerpilot","slug":"ledgerpilot","brand_score":{"score":89,"grade":"excellent"},"social_handle":{"available":true,"status":"unclaimed"},"domain_com":{"is_registered":false}}],"composed_of":["business-name-generator","brand-name-score#ledgerpilot","social-handle-check#ledgerpilot","domain-availability#ledgerpilot"],"components":[{"name":"business-name-generator","ok":true,"ms":6400},{"name":"brand-name-score#ledgerpilot","ok":true,"ms":280}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}