@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/mcp-udbud-dk> a schema:SoftwareApplication ;
  schema:name "mcp-udbud-dk"@en, "mcp-udbud-dk"@da ;
  schema:description "Open MCP server for searching and retrieving Danish public procurement tenders and tender notices from Udbud.dk."@en ;
  dcterms:description "mcp-udbud-dk is an open-source Model Context Protocol (MCP) server developed by Pipeworx that allows AI agents to directly query official Danish public procurement notices (Udbud.dk). Exposing structured MCP tools (search_tenders, get_recent_notices, get_notice_details), it provides keyless access to tender deadlines, procurement values, CPV categories, and contracting authority details over a hosted streamable HTTP endpoint or local stdio."@en ;
  schema:url <https://udbud.dk> ;
  schema:documentation <https://github.com/pipeworx-io/mcp-udbud-dk> ;
  schema:codeRepository <https://github.com/pipeworx-io/mcp-udbud-dk> ;
  aa:category "mcp" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official false ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-16"^^xsd:date ;
  dcterms:issued "2026-08-16"^^xsd:date ;
  dcat:keyword "mcp" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .
