lity
L
lity
/submit_early_access_request

Request early access to Lity

Register the user for Lity early access (waitlist). Call ONLY after the user explicitly agreed to share their name and email with Lity; pass consent=true to con

liveverifiedunknown~5s typical
mcpprobedlity
$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-club-lity-lity /submit_early_access_request for me.

Input

FieldTypeDescription
name*stringUser's name
email*stringUser's email
languagestring (en | es | ru)Preferred language
rolestring (client | lawyer | other)Who the user is (default client)
messagestringOptional: what legal issue to help with
consent*booleanMUST be true: the user explicitly agreed to share these details with Lity

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-club-lity-lity","endpoint":"/submit_early_access_request","input":{"name":"...","email":"...","consent":true}}'
cli
npx cracked-ai run -p mcp-club-lity-lity -e /submit_early_access_request -i '{"name":"...","email":"...","consent":true}'
mcp
run_tool({ provider: "mcp-club-lity-lity", endpoint: "/submit_early_access_request", input: {"name":"...","email":"...","consent":true} })

Try it

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