We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Samvox1/nl-supermarkt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
crontab•787 B
# Recepten sync - 1x per dag om 05:00 (verandert niet vaak)
0 5 * * * cd /app && python3 sync_recepten.py >> /var/log/cron.log 2>&1
# Folderz aanbiedingen sync - 2x per dag 06:30 en 14:30
# Inclusief supermarkten EN drogisterijen (alles-in-één)
30 6 * * * cd /app && python3 sync_folderz.py >> /var/log/cron.log 2>&1
30 14 * * * cd /app && python3 sync_folderz.py >> /var/log/cron.log 2>&1
# Prijzen sync - 2x per dag om 07:00 en 15:00 (na folderz sync)
0 7 * * * cd /app && python3 sync_prices.py >> /var/log/cron.log 2>&1
0 15 * * * cd /app && python3 sync_prices.py >> /var/log/cron.log 2>&1
# Prijsdalingen detecteren - 1x per dag om 08:00 (na alle syncs)
0 8 * * * cd /app && python3 detect_price_drops.py >> /var/log/cron.log 2>&1
# Lege regel aan het eind vereist voor cron