Glowjakt for AI Agents.

Nordic beauty price comparison — Sweden, Norway, Denmark, Finland. Operated by Sejder AB.

Glowjakt compares beauty product prices across 70 stores. Products are matched by EAN barcode, so comparisons are exact. Prices refresh daily. We never charge stores to be listed and sell no sponsored placements — the cheapest store always ranks first.

MCP Server

Remote MCP server (Streamable HTTP, no authentication):

https://mcp.glowjakt.se/mcp

One server covers all four markets via the country parameter (se, no, dk, fi). Also reachable via mcp.glowjakt.no, mcp.glowjagt.dk and mcp.glowjakt.fi — all redirect here.

ToolWhat it does
search_beauty_pricesSearch products; each result shows the lowest current price, cheapest store and store count. Supports ingredient filters: key_ingredient (must contain any of, e.g. "retinol,niacinamide"), exclude_ingredient (free-from, e.g. "fragrance,sls") and exclude_controversial (no fragrance, parabens, sulfates etc) — plus attribute, a brand-values filter (AND-semantics): vegansk (vegan), djurtestfri (cruelty-free), ekologisk (organic), skonsam (gentle), hallbar (sustainable).
list_key_ingredientsAll 67 ingredient groups usable as key_ingredient, grouped by function.
compare_product_pricesAll store offers for one product — the full price comparison with buy links.
get_product_detailsFull INCI ingredient list, key ingredients, description and images — answers "does it contain fragrance?" or "is there vitamin E in it?".
get_price_historyDaily lowest-price history — "is this a good deal right now?"
find_dealsCurrent sales with genuine discounts, optionally filtered by category and minimum discount.
get_service_infoLive catalog stats per market and usage hints.

Add to Claude: one-click install link — or Settings → Connectors → Add custom connector → paste the endpoint URL.
Add to ChatGPT: Settings → Connectors (developer mode) → same URL.
Add to Perplexity (Pro/Max/Enterprise): Settings → Connectors → Add connector → paste the endpoint URL (transport: Streamable HTTP, auth: none).

REST API (OpenAPI)

The same data is available as a plain read-only JSON API, one host per market:

MarketAPI baseCurrency
Swedenhttps://api.glowjakt.seSEK
Norwayhttps://api.glowjakt.noNOK
Denmarkhttps://api.glowjagt.dkDKK
Finlandhttps://api.glowjakt.fiEUR

Specification: openapi.json · Example: GET https://api.glowjakt.se/api/products?q=cerave&size=5

Markdown pages

Every page on the four sites (products, categories, brands, price guides) is also available as clean Markdown via content negotiation — just send an Accept: text/markdown request header:

curl -H "Accept: text/markdown" https://glowjakt.se/se/product/{slug}/

The response strips navigation and scripts, keeps content, links and JSON-LD structured data (prices, availability, store offers), and reports token counts in the x-markdown-tokens / x-original-tokens response headers. Use this when you want to read pages directly instead of calling the MCP tools or REST API.

Fair use

Rate limits apply per IP. The service is free for reasonable agent traffic — for high-volume or commercial integrations, contact [email protected]. Prices age within 24 hours; always link users to the product page (glowjakt_url in responses) for live numbers.

See also: llms.txt · .well-known/mcp.json · About Glowjakt