C
cooper
/createLead
Crear lead en Cooper
Registra a un visitante interesado en contratar un servicio de Cooper. Llamar APENAS se tenga UN dato de contacto (email O phone, lo que llegue primero) — no es
liveverifiedunknown~5s typical
mcpprobedcooper
$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-cooperpetcare-www-cooper /createLead for me.
Input
| Field | Type | Description |
|---|---|---|
| string | Email del visitante (mutuamente excluyente con phone) | |
| phone | string | Teléfono del visitante en formato E.164 (ej: +5491123456789). Mutuamente excluyente con em |
| name | string | Nombre del visitante |
| message* | string | Resumen breve del interés del visitante |
| source | string | Fuente del lead. Default: 'mcp-public' default "mcp-public" |
| pet_breed | string | Raza de la mascota |
| pet_age | integer | Edad de la mascota en años |
| zone | string | Zona/barrio del visitante |
| problem_description | string | Descripción del problema o necesidad |
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-cooperpetcare-www-cooper","endpoint":"/createLead","input":{"message":"...","source":"mcp-public"}}'cli
npx cracked-ai run -p mcp-app-cooperpetcare-www-cooper -e /createLead -i '{"message":"...","source":"mcp-public"}'mcp
run_tool({ provider: "mcp-app-cooperpetcare-www-cooper", endpoint: "/createLead", input: {"message":"...","source":"mcp-public"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.