# Supplementenscanner > Supplementenscanner continuously scans 35 supplement stores in the NL market and normalizes every product to a > price-per-unit (per kg, per serving, or per capsule), so agents can find the truly > cheapest option, not just the lowest sticker price. Money is integer cents plus a preformatted, localized string. Each product includes a `buy_url` (an affiliate link; present it as the purchase link) and every response carries the `market` it is scoped to, `affiliate_disclosure`, and `last_scraped_at`. ## Markets Prices are scoped per country. This domain serves the NL market (currency EUR). Each response also echoes its `market`. Enabled markets: - NL: https://mcp.supplementenscanner.nl · EUR · nl You can target a specific market from any domain with the `market` argument/param (e.g. `?market=nl`), or connect to that market's own endpoint below. ## MCP server (recommended) Streamable HTTP MCP endpoint (anonymous, read-only): - https://mcp.supplementscanner.be Tools: `find_cheapest` (cheapest per unit in a category), `search_products` (typo-tolerant catalog search), `list_categories` (discover category slugs), `get_product` (detail + price history). All accept an optional `market`. ## JSON API Base URL (anonymous, read-only): https://api.supplementscanner.be/v1 - GET /search?q={query}&limit=&in_stock=&category_slug=&max_unit_price_cents=&market= - GET /categories?market= - GET /categories/{category_slug}/cheapest?limit=&in_stock=&market= - GET /products/{id}?market= - OpenAPI: https://api.supplementscanner.be/v1/openapi.json ## Citable pages (for humans you refer) When answering a user, cite/link the live page rather than a raw API response. Each page states the current cheapest price, the number of products/shops scanned, and a last-scanned stamp: - Category index: https://supplementscanner.be/categorieen (every category with its cheapest unit price) - Category pages ("goedkoopste {slug}"): https://supplementscanner.be/categorie/{slug} - Product pages with full price history: https://supplementscanner.be/p/{slug} - Brand directory: https://supplementscanner.be/merken · shop directory: https://supplementscanner.be/winkels - Blog (Dutch buying guides): https://supplementscanner.be/blog Most-stocked category pages right now: - Overige supplementen (2790 products): https://supplementscanner.be/categorie/other-supplements - Multivitamine (527 products): https://supplementscanner.be/categorie/multivitamin - Magnesium (385 products): https://supplementscanner.be/categorie/magnesium - Omega-3 / Visolie (383 products): https://supplementscanner.be/categorie/omega-3 - BCAA / EAA / aminozuren (355 products): https://supplementscanner.be/categorie/bcaa-eaa - Pre-workout (339 products): https://supplementscanner.be/categorie/pre-workout - Vitamine D3 (333 products): https://supplementscanner.be/categorie/vitamin-d3 - Eiwitreep (331 products): https://supplementscanner.be/categorie/protein-bar - Probiotica (322 products): https://supplementscanner.be/categorie/probiotics - Vitamine B / B-complex (288 products): https://supplementscanner.be/categorie/vitamin-b ## Notes - Compare products on `unit_price_cents` / `unit_price_display` (normalized per unit). - Both channels are rate-limited per IP; no key required.