# Cron Job: n8n-keepalive

**Job ID:** 2fed081bffc8
**Run Time:** 2026-06-11 11:58:37
**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

**Mislukt.** De n8n MCP call retourneert een configuratiefout:

```
Invalid header value b'n8n-auth=# Netscape HTTP Cookie File\\n# https://curl.se/docs/http-cookies.html\\n...
```

De `n8n-auth` cookie in de MCP-configuratie bevat een volledig Netscape cookie-bestand in plaats van alleen de JWT-token. De headerwaarde moet enkel de token zijn (`eyJhbGci...`), niet het hele cookie-bestand met commentaarregels en metadatavelden.

**Oplossing:** Hernieuw de n8n-auth cookie-waarde in de MCP serverconfiguratie — voer de n8n login opnieuw uit en extraheer alleen het token-gedeelte (`eyJ...`) uit het resulterende cookie-bestand.
