← glowjakt.se
INDIVIDUAL MCP TOOL
find_deals
List beauty products currently discounted in a market, largest discount first.
LIVE ENDPOINT
https://mcp.glowjakt.se/mcp
Connect to this endpoint to inspect the live schema for find_deals and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search_beauty_prices— Search the beauty catalog and return the lowest current price per product.compare_product_prices— Compare one product's price across all stores that sell it.get_price_history— Return the recent price history for one product (lowest price per day over the last 30 days).list_key_ingredients— List the 67 ingredient groups accepted by key_ingredient and exclude_ingredient in search_beauty_prices.get_product_details— Return full details for one product: INCI ingredient list, key ingredients, description, images, and brand-level certifications and claims.get_service_info— Return service information: operator, supported markets with live catalog statistics, how prices are matched, and an overview of the available tools.