Integración · Lever ATS

Automatización de Reclutamiento en Lever ATS

Gestiona oportunidades de candidatos, ofertas de empleo, requisiciones, etapas del pipeline y etiquetas en Lever ATS directamente desde Claude Code.
EJEMPLO ILUSTRATIVO · requiere conexión a Lever ATS vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (Lever ATS) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

{
  "tool": "RUBE_MULTI_EXECUTE_TOOL",
  "connection": "Lever ATS",
  "tool_slug": "LEVER_ATS_LIST_ITEMS",
  "params": {
    "query": "CULTIVA IA demo",
    "limit": 10
  }
}

Response (ejemplo)

{
  "status": "success",
  "connection": "Lever ATS",
  "count": 3,
  "items": [
    {
      "id": "itm_001",
      "name": "Ejemplo A",
      "updated": "2026-06-12"
    },
    {
      "id": "itm_002",
      "name": "Ejemplo B",
      "updated": "2026-06-12"
    },
    {
      "id": "itm_003",
      "name": "Ejemplo C",
      "updated": "2026-06-12"
    }
  ]
}
Usa la integración Composio Lever con MCP rube para exponer herramientas como LEVER_LIST_POSTINGS, LEVER_LIST_OPPORTUNITIES, LEVER_UPDATE_REQUISITION y más, autenticándose vía OAuth.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.