# Nemlig.com CLI & MCP Server

Command-line interface and FastMCP server for Nemlig.com Danish online grocery search, basket, and delivery booking.

## Access profile

| Field | Value |
| --- | --- |
| Category | MCP |
| Sector | E-commerce |
| Access type | Direct |
| Auth required | Login |
| Reliability | Fragile |
| Official | No |
| Status | active |
| Agent can | read, search, write, order |

## Links

- Website: https://www.nemlig.com
- Docs: https://github.com/josequaresma/nemlig_cli#readme
- GitHub: https://github.com/josequaresma/nemlig_cli
- Directory entry: https://agentaccess.dk/nemlig-cli

## About

An open-source Python client and FastMCP server for Nemlig.com (Denmark's primary online supermarket). It exposes structured tools for AI assistants (Claude Desktop, Cursor, etc.) and CLI workflows to search products, inspect nutrition and unit prices, manage live shopping baskets, list and add saved shopping lists (favoritter), browse delivery slots, reserve delivery windows, and view past order receipts.

## Agent use cases

- Search Nemlig.com groceries and retrieve prices, unit prices, and nutritional data
- Manage live shopping cart items (view basket, add products, remove items)
- Load full saved shopping lists (favoritter) into the shopping basket
- Check available delivery time slots and reserve a delivery window
- Query recent order history and line-item details for household bookkeeping

## Notes

Unofficial FastMCP server wrapping Nemlig.com endpoints. Requires account credentials (NEMLIG_USER, NEMLIG_PASS). Connects via stdio transport. Rate-limited to ~2 req/s with token auto-refresh. Modifies real user basket; slot reservation and checkout should involve human confirmation.

---
Source: [AgentAccess](https://agentaccess.dk/) — directory of agent interfaces for Denmark.