Skip to main content
Glama
kraenhansen

nemlig-mcp

by kraenhansen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEMLIG_PASSNoYour nemlig.com password
NEMLIG_USERNoYour nemlig.com username/email

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_productsA

Search the nemlig.com catalogue.

Args: query: Search term. Danish terms match best, e.g. "kaffebønner", "mælk". limit: Maximum number of products to return (1-50).

Returns: Matching products with Id, Name, Brand, Price and availability. Use the Id with get_product_details or set_basket_quantity.

get_product_detailsA

Fetch full details for one product, including nutrition and allergens.

Args: product_id: Product Id from search_products, e.g. "5070417".

get_basketA

Show the current shopping basket with line items and prices.

Delivery and invoice addresses are redacted.

set_basket_quantityA

Set how many units of a product the basket should contain.

The quantity is absolute, not a delta. It is the number of units to end up with, so setting 2 on a line that currently holds 5 removes 3 of them, and setting 0 removes the product entirely. To add to a line that may already exist, read its current Quantity with get_basket and pass the new total.

This changes the user's real basket on nemlig.com. It does not place an order or charge anything -- the user completes checkout themselves.

Args: product_id: Product Id from search_products, e.g. "5070417". quantity: Units the basket should end up with. 0 removes the product.

Returns: The updated basket, with addresses redacted.

get_order_historyA

List previous orders, most recent first.

Args: skip: Number of orders to skip, for pagination. take: Number of orders to return (1-50).

Returns: Orders with Id, OrderNumber, Total and delivery window. Use Id with get_order_details. Addresses are redacted.

get_order_detailsA

Fetch the line items of one past order.

Args: order_id: Numeric order Id from get_order_history (not OrderNumber).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kraenhansen/nemlig-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server