DS
Directorio Systema
/solicitar_estimado
Solicitar estimado / Request an estimate
ES: Envía una solicitud de estimado REAL a un negocio de servicios (contractor: pisos, plomería, pintura, limpieza…) — el negocio recibe notificación y puede ll
liveverifiedunknown~5s typical
mcpprobeddirectoriosystema
$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-scalesystema-directorio /solicitar_estimado for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Slug del negocio (de buscar_negocios) / Business slug (from buscar_negocios) |
| nombre* | string | Nombre del cliente / Customer name |
| telefono* | string | Teléfono del cliente (el negocio lo usará para llamarlo) / Customer phone (the business wi |
| descripcion* | string | Qué trabajo necesita el cliente / What work the customer needs |
| servicio | string | Servicio de interés (como sale en ver_negocio) / Service of interest |
| fechaPreferida | string | Fecha preferida YYYY-MM-DD / Preferred date |
| direccion | string | Dirección donde se haría el trabajo / Job address |
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-scalesystema-directorio","endpoint":"/solicitar_estimado","input":{"slug":"...","nombre":"...","telefono":"...","descripcion":"..."}}'cli
npx cracked-ai run -p mcp-app-scalesystema-directorio -e /solicitar_estimado -i '{"slug":"...","nombre":"...","telefono":"...","descripcion":"..."}'mcp
run_tool({ provider: "mcp-app-scalesystema-directorio", endpoint: "/solicitar_estimado", input: {"slug":"...","nombre":"...","telefono":"...","descripcion":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.