# Cron Job: n8n-keepalive

**Job ID:** 2fed081bffc8
**Run Time:** 2026-06-11 12:04:41
**Schedule:** every 5m

## Prompt

[IMPORTANT: You are running as a scheduled cron job. DELIVERY: Your final response will be automatically delivered to the user — do NOT use send_message or try to deliver the output yourself. Just produce your report/output as your final response and the system handles the rest. SILENT: If there is genuinely nothing new to report, respond with exactly "[SILENT]" (nothing else) to suppress delivery. Never combine [SILENT] with content — either report your findings normally, or say [SILENT] and nothing more.]

Call the n8n_list_workflows MCP tool. If it returns a valid workflow list, output nothing (empty response = success). If the MCP call fails, report the error. Do not use terminal commands and do not start or restart any local n8n process.

## Response

**n8n health check failed.**

De MCP-call (`n8n_list_workflows`) retourneert een authenticatiefout: de `n8n-auth` header bevat ongeldige data — een volledig Netscape cookie-bestand in plaats van een zuivere JWT-token.

```
Invalid header value b'n8n-auth=# Netscape HTTP Cookie File...
```

De verbinding tussen de MCP-server en de n8n-instantie is niet functioneel vanwege deze configuratiefout. Er is een aanpassing nodig in de MCP-serverconfiguratie zodat de juiste JWT-token (enkel de tokenstring, niet het cookiebestand) als header wordt doorgestuurd.
