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
| Field | Type | Description |
|---|---|---|
| name* | string | User's name |
| email* | string | User's email |
| language | string (en | es | ru) | Preferred language |
| role | string (client | lawyer | other) | Who the user is (default client) |
| message | string | Optional: what legal issue to help with |
| consent* | boolean | MUST 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.