nemlig-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEMLIG_PASS | No | Your nemlig.com password | |
| NEMLIG_USER | No | Your 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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