Integración · harvest

Automatizador de Harvest: tiempo, proyectos y facturación

Registra y gestiona entradas de tiempo, proyectos, clientes y tareas en Harvest desde Claude con lenguaje natural.
EJEMPLO ILUSTRATIVO · requiere conexión a harvest vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (harvest) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

{
  "tool": "RUBE_MULTI_EXECUTE_TOOL",
  "connection": "harvest",
  "tool_slug": "HARVEST_LIST_ITEMS",
  "params": {
    "query": "CULTIVA IA demo",
    "limit": 10
  }
}

Response (ejemplo)

{
  "status": "success",
  "connection": "harvest",
  "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"
    }
  ]
}
Se conecta a la API de Harvest a través del servidor MCP Rube y ejecuta operaciones CRUD sobre tiempo, proyectos, clientes y tareas con los tools nativos de Harvest.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.