Integración · Pilvio

Automatización de Pilvio via Rube MCP

Automatiza tareas sobre la plataforma cloud Pilvio (servidores VPS, redes, almacenamiento) usando el toolkit de Composio expuesto vía Rube MCP.
EJEMPLO ILUSTRATIVO · requiere conexión a Pilvio vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (Pilvio) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

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

Response (ejemplo)

{
  "status": "success",
  "connection": "Pilvio",
  "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"
    }
  ]
}
Conecta con el endpoint MCP de Rube, verifica la conexión activa con Pilvio, descubre los schemas de herramientas disponibles en tiempo real y ejecuta operaciones mediante RUBE_MULTI_EXECUTE_TOOL.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.