@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix aa: <https://agentaccess.dk/ontology#> .

<https://agentaccess.dk/nemlig-cli> a schema:SoftwareApplication ;
  schema:name "Nemlig.com CLI & MCP Server"@en, "Nemlig.com CLI & MCP Server"@da ;
  schema:description "Command-line interface and FastMCP server for Nemlig.com Danish online grocery search, basket, and delivery booking."@en ;
  dcterms:description "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."@en ;
  schema:url <https://www.nemlig.com> ;
  schema:documentation <https://github.com/josequaresma/nemlig_cli#readme> ;
  schema:codeRepository <https://github.com/josequaresma/nemlig_cli> ;
  aa:category "mcp" ;
  aa:sector "ecommerce" ;
  aa:accessType "direct" ;
  aa:authRequirement "login" ;
  aa:reliability "fragile" ;
  aa:official false ;
  aa:featured true ;
  aa:status "active" ;
  schema:dateCreated "2026-08-17"^^xsd:date ;
  dcterms:issued "2026-08-17"^^xsd:date ;
  dcat:keyword "mcp" ;
  dcat:keyword "ecommerce" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  dcat:keyword "write" ;
  dcat:keyword "order" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  aa:agentCapability "write" ;
  aa:agentCapability "order" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .
