mcpbeat Sign in

Glowjakt MCP Server

answering

Glowjakt is answering right now. Last checked 2 min ago. It exposes 7 tools.

Nordic beauty price comparison: 500k+ EAN-matched products, 70+ stores, true landed-cost pricing.

Uptime history 44 days of history
44 days agonow
100.0%
Uptime 24h
92 of 92 checks
7
Tools
read from the server
92 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 20

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 11 August 2026. No other catalogue keeps this.

3 Sep 7 tool descriptions were rewritten compare_product_prices, find_deals, get_price_history and 4 more
28 Aug 6 tool descriptions were rewritten compare_product_prices, find_deals, get_price_history and 3 more
18 Aug 6 tool descriptions were rewritten compare_product_prices, find_deals, get_price_history and 3 more
11 Aug a tool description was rewritten compare_product_prices

Nothing serious here today

Today is the operative word: we check Glowjakt every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add glowjakt --transport http https://mcp.glowjakt.se/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "glowjakt": {
      "url": "https://mcp.glowjakt.se/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.glowjakt]
url = "https://mcp.glowjakt.se/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "glowjakt": {
      "url": "https://mcp.glowjakt.se/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "glowjakt": {
      "url": "https://mcp.glowjakt.se/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

beauty
search_beauty_prices
Search the beauty catalog and return the lowest current price per product. Use when the user wants to find a beauty product, see what it costs, or browse products by category, price, ingredients or brand values. Results are grouped by EAN barcode: each product appears once, at the lowest price among stores that currently have it in stock (or the lowest listed price if it is sold out everywhere). Prices exclude shipping; compare_product_prices returns shipping cost and total delivered price per store for one product. A non-empty query is required unless at least one filter (category, key_ingredient, exclude_ingredient, exclude_controversial, attribute or max_price) is set; an empty query with filters browses the catalog. Each product carries two stock figures: store_count - stores that list the product, including sold out in_stock_store_count - stores that have it in stock right now Ingredient filters map from natural language like this: - "moisturizer with retinol" -> key_ingredient="retinol" - "serum with retinol or vitamin C" -> key_ingredient="retinol,vitamin-c" (OR) - "shampoo without sulfates and silicones" -> exclude_ingredient="sls,silicones" - "fragrance-free / clean formulation" -> exclude_controversial=True (excludes fragrance/parfum, parabens, silicones, SLS, mineral oil, formaldehyde, phenoxyethanol, propylene glycol, denatured alcohol) Args: query: Product, brand or product type, e.g. "cerave foaming cleanser". country: Market - "se" (Sweden), "no" (Norway), "dk" (Denmark), "fi" (Finland). More markets may be added over time; get_service_info returns the current list. category: Optional filter: skincare, makeup, haircare, fragrance, nails, body, accessories. max_price: Optional maximum price in the market's local currency. key_ingredient: Ingredient-group slug(s) the product must contain. Comma-separated = OR (contains any of them), e.g. "retinol" or "retinol,niacinamide". list_key_ingredients returns all valid slugs. exclude_ingredient: Ingredient-group slug(s) the product must not contain, e.g. "fragrance" or "sls,silicones". exclude_controversial: Exclude all commonly avoided ingredients at once (the list above). attribute: Brand-level values filter. Slugs: "vegansk" (vegan), "djurtestfri" (cruelty-free), "ekologisk" (organic/natural), "skonsam" (gentle/free-from), "hallbar" (sustainable). Comma-separated = AND (brand must match all). A brand matches on either a third-party certification or its own stated claim; get_product_details shows which applies. limit: Maximum number of results (1-20).
compare
compare_product_prices
Compare one product's price across all stores that sell it. Use when the user asks where to buy a specific product or wants to see every store's price for it. Get product_slug from search_beauty_prices. Returns every store offer with item price, stock status and a buy link, sorted by item price. Offers from stores where the product is currently sold out are included, so store_count matches search_beauty_prices; in_stock_store_count counts offers that can ship now. Each in-stock offer also includes shipping_cost, free_shipping_threshold and price_incl_shipping (item price plus that store's shipping for a single-item order). cheapest_store_incl_shipping names the store with the lowest delivered price; is_cheapest marks the lowest item price. Stores whose minimum order value exceeds the item price are marked below_min_order. Args: product_slug: The product_slug value from search_beauty_prices. country: Market - "se" (Sweden), "no" (Norway), "dk" (Denmark), "fi" (Finland). More markets may be added over time; get_service_info returns the current list.
deals
find_deals
List beauty products currently discounted in a market, largest discount first. Use when the user asks for current sales, offers or discounts, optionally within a category. discount_percent is calculated from each store's own previous list price (original_price), not from historical prices. Large percentages can be one-off clearance prices; get_price_history shows the actual price trajectory for a product. Prices exclude shipping. Args: country: Market - "se" (Sweden), "no" (Norway), "dk" (Denmark), "fi" (Finland). More markets may be added over time; get_service_info returns the current list. category: Optional filter: skincare, makeup, haircare, fragrance, nails, body, accessories. min_discount: Optional minimum discount percent (e.g. 30). Applied to the fetched top deals; the returned count reflects it, total_on_sale does not. limit: Maximum number of results (1-20).
key
list_key_ingredients
List the 67 ingredient groups accepted by key_ingredient and exclude_ingredient in search_beauty_prices. Use when you need a valid ingredient slug, or to show the user which ingredients can be filtered on. Slugs are the same in every market; display names are localized. Groups in the "Controversial" category are the ones removed by exclude_controversial=True. Args: country: Market for localized display names - "se" (Sweden), "no" (Norway), "dk" (Denmark), "fi" (Finland). More markets may be added over time; get_service_info returns the current list.
price
get_price_history
Return the recent price history for one product (lowest price per day over the last 30 days). Use when the user asks whether a price has changed recently, whether a current discount is new, or whether today's price is typical for the product. Get product_slug from search_beauty_prices. Args: product_slug: The product_slug value from search_beauty_prices. country: Market - "se" (Sweden), "no" (Norway), "dk" (Denmark), "fi" (Finland). More markets may be added over time; get_service_info returns the current list.
product
get_product_details
Return full details for one product: INCI ingredient list, key ingredients, description, images, and brand-level certifications and claims. Use when the user asks what a product contains, whether it includes or avoids a specific ingredient, or whether a brand's vegan, cruelty-free or organic status is certified. Get product_slug from search_beauty_prices. Most cosmetic products have an INCI list; devices and accessories (mirrors, straighteners, brushes) do not. certifications lists third-party certifications (e.g. Ecocert, Leaping Bunny, The Vegan Society). brand_claims_unverified lists statements made by the brand itself; present them as the brand's own claims. Args: product_slug: The product_slug value from search_beauty_prices. country: Market - "se" (Sweden), "no" (Norway), "dk" (Denmark), "fi" (Finland). More markets may be added over time; get_service_info returns the current list.
service
get_service_info
Return service information: operator, supported markets with live catalog statistics, how prices are matched, and an overview of the available tools. Use when you need to know which markets are supported or how the service works before calling other tools.

Endpoints

URLTransportStateLatencyChecked
https://mcp.glowjakt.se/mcp streamable-http answering 85 ms 2 min ago

Alternatives to Glowjakt

same job, measured the same way
Compera
by fredxhansson-cmyk

Live Swedish price & service comparison (products, broadband, mobile, electricity, loans)

9 tools answering
Forage Shopping
by jalexspringer

AI shopping comparison — search 50M+ products, compare prices, find deals

7 tools answering
Inferenceindexer MCP
by desmartin01

AI inference pricing for agents: live and historical model prices, provider comparison.

388 installs/wk 10 tools answering
Priceof
by benswork-space

Verified pricing data for 50+ SaaS products. Query, compare, and calculate team costs.

23 installs/wk local only
Drop Beacon MCP
by direct-web

Search 100K+ EDC products. Track drops, compare prices, and analyze market trends.

26 installs/wk local only
I
InferIndex
by inferindex

LLM API prices across 70+ providers: cheapest offer, comparisons, history and cost estimates.

5 tools answering
Weav Customer Service
by dubdubdubco

Explore Weav customer service pricing, features, comparisons, signup, and demos. No auth required.

6 tools answering
Tokencost Dev
by jeff-atriumn

LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM

34 installs/wk local only

Glowjakt — questions

Answers built from our own checks of this server.

What can Glowjakt do?
It exposes 7 tools, read directly from the server on our last check. Among them: compare_product_prices, find_deals, get_price_history, get_product_details, get_service_info, list_key_ingredients and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Glowjakt working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 92 ms. The bar chart above shows every period we have measured.
How do I connect Glowjakt?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Glowjakt need an API key?
No. Glowjakt completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Glowjakt?
It answers our handshake in 92 ms on average, which is faster than 84% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.