nemlig.com
Search the nemlig.com grocery catalog, inspect products, and manage your shopping basket from an AI client. Checkout and payment stay on nemlig.com.
Example questions
Try asking your AI client
-
Search nemlig for kaffebønner and show the cheapest options still in stock.
-
What is in my nemlig basket right now, and what is the total?
-
Set two cartons of milk in my nemlig basket - do not place an order.
-
Show my last nemlig order and copy those items into the basket - do not check out.
-
When is my next nemlig delivery window, and can I still edit it?
Overview
Search the nemlig.com grocery catalog, inspect products, and manage your shopping basket from an AI client.
This is an unofficial integration using the nemlig.com website API. Checkout and payment stay on nemlig.com. The integration cannot place an order or read saved cards.
This is separate from Danish Supermarket Offers, which compares flyers and clearances across other chains.
Prerequisites
- An existing nemlig.com shopper account
- A stackgate.ai account
Getting credentials
- Open My Integrations → nemlig.com on stackgate.ai.
- Click Activate, then Connect nemlig.com.
- Enter the same email and password you use on nemlig.com.
- stackgate.ai stores your password encrypted so it can refresh the short-lived website session.
Never paste your nemlig.com password into an AI chat. Credentials come from the connected integration.
Using with AI clients
- Dedicated endpoint:
POST /mcp/nemlig - Private gateway:
nemlig__*tools
Authenticate with a stackgate.ai API token. See Using with AI clients.
Example prompts:
- "Search nemlig for kaffebønner and show the cheapest options."
- "What is in my nemlig basket, and add two cartons of milk."
- "Show my last nemlig order and copy those items into the basket."
Quantities sent to set_basket_quantity are absolute. Setting quantity 0 removes the line.
What this integration will not do
- Place an order or charge a saved card
- Read payment cards
- Change marketing preferences
Complete checkout on nemlig.com.
Troubleshooting
- Login failed - check the email and password on nemlig.com, then reconnect.
- 403 / bot protection - wait and reconnect from My Integrations.
- Integration stopped working - nemlig.com may change their unofficial API; reconnect or send feedback.
- Confused with supermarket offers - this integration is your nemlig.com account and basket, not Bilka/føtex/Netto flyer search.
Available tools
-
search_products
Search the nemlig.com grocery catalog by keyword. Returns products with prices, availability, and slugs.
-
search_product_suggestions
Get autocomplete suggestions and matching categories for a nemlig.com search query.
-
get_product_details
Get product details including price, stock, allergens, nutrition, and campaigns. Provide product_slug or product_id.
-
get_basket
Get the current nemlig.com shopping basket, with delivery address details redacted.
-
set_basket_quantity
Set the absolute quantity of a product in the basket. quantity 0 removes the line. This is not a delta.
-
set_basket_quantities
Set absolute quantities for multiple products. Each product_id may appear only once. quantity 0 removes a line.
-
get_order_history
List previous nemlig.com orders. Address and phone fields are redacted.
-
get_order_details
Get line items for a past nemlig.com order. Use the Id from get_order_history.
-
get_delivery_spot
Get the current delivery window, order state, and edit deadline. Customer name is redacted.
MCP endpoint:
https://stackgate.ai/mcp/nemlig
(HTTP) or via the
private gateway.