Beauty price comparison — Sweden, Norway, Denmark, Finland and Germany (as Glowscout). 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.
Remote MCP server (Streamable HTTP, no authentication):
https://mcp.glowjakt.se/mcp
One server covers all five markets via the country parameter
(se, no, dk, fi, de). Also reachable via
mcp.glowjakt.no, mcp.glowjagt.dk and mcp.glowjakt.fi — these redirect here.
The German brand runs its own instance of the same server at https://mcp.glowscout.de/mcp
(identical tools; server name "Glowscout").
| Tool | What it does |
|---|---|
search_beauty_prices | Search 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_ingredients | All 67 ingredient groups usable as key_ingredient, grouped by function. |
compare_product_prices | All store offers for one product — the full price comparison with buy links, plus true landed cost per store: shipping_cost and price_incl_shipping from each store's actual shipping rules (free-shipping thresholds, flat rates, minimum-order values — hand-collected data no other beauty comparison has). cheapest_store_incl_shipping names the landed-cost winner; the cheapest item price is often not the cheapest delivered. |
get_product_details | Full INCI ingredient list, key ingredients, description and images — answers "does it contain fragrance?" or "is there vitamin E in it?". |
get_price_history | Daily lowest-price history — "is this a good deal right now?" |
find_deals | Current sales with genuine discounts, optionally filtered by category and minimum discount. |
get_service_info | Live 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).
The same data is available as a plain read-only JSON API, one host per market:
| Market | API base | Currency |
|---|---|---|
| Sweden | https://api.glowjakt.se | SEK |
| Norway | https://api.glowjakt.no | NOK |
| Denmark | https://api.glowjagt.dk | DKK |
| Finland | https://api.glowjakt.fi | EUR |
| Germany (Glowscout) | https://api.glowscout.de | EUR |
Specification: openapi.json ·
Example: GET https://api.glowjakt.se/api/products?q=cerave&size=5
Every page on the five 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.
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
(product_url, also returned as glowjakt_url, in responses) for live numbers.
See also: llms.txt · .well-known/mcp.json · About Glowjakt