eCommerce
glowjakt.se
Search beauty product prices, compare across stores, view price history, find deals, and explore ingredient groups.
ENDPOINT 1
https://mcp.glowjakt.se/mcp
MCP server metadata
- Name
- Glowjakt
- Version
- 2.14.7
Glowjakt is a beauty price comparison service for Sweden, Norway, Denmark, Finland. Products are matched across stores by EAN barcode. Use the country parameter ('se', 'no', 'dk', 'fi') to select a market; more markets may be added over time and get_service_info returns the current list. Typical flow: search_beauty_prices to find a product, then compare_product_prices with its product_slug for all store offers including shipping, or get_product_details for the INCI ingredient list, key ingredients and images. Ingredient-aware search: key_ingredient='retinol,niacinamide' requires any of the listed ingredients (OR), exclude_ingredient='fragrance,sls' excludes specific ones, exclude_controversial=True excludes all commonly avoided ingredients at once.
Known tools 7
search_beauty_pricesSearch the beauty catalog and return the lowest current price per product.
Inferred read-onlyget_price_historyReturn the recent price history for one product (lowest price per day over the last 30 days).
Inferred read-onlyfind_dealsList beauty products currently discounted in a market, largest discount first.
Inferred read-onlylist_key_ingredientsList the 67 ingredient groups accepted by key_ingredient and exclude_ingredient in search_beauty_prices.
Inferred read-onlyget_product_detailsReturn full details for one product: INCI ingredient list, key ingredients, description, images, and brand-level certifications and claims.
Inferred read-onlyget_service_infoReturn service information: operator, supported markets with live catalog statistics, how prices are matched, and an overview of the available tools.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.glowjakt]
url = "https://mcp.glowjakt.se/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"glowjakt": {
"type": "http",
"url": "https://mcp.glowjakt.se/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: glowjakt
Remote MCP URL: https://mcp.glowjakt.se/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"glowjakt": {
"url": "https://mcp.glowjakt.se/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"glowjakt": {
"type": "http",
"url": "https://mcp.glowjakt.se/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "glowjakt",
"transport": "streamable-http",
"url": "https://mcp.glowjakt.se/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for glowjakt.se was fetched 2026-08-10T15:39:16.935Z.
glowjakt.se is assessed as VerificationRecommended: Domain has affiliate links on record
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.