@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/grundfast-mcp> a schema:SoftwareApplication ;
  schema:name "Grundfast MCP"@en, "Grundfast MCP"@da ;
  schema:description "MCP server exposing 12 tools for Danish public registers including BBR, Matriklen, DAR addresses, CVR, and elevation data."@en ;
  dcterms:description "Grundfast provides a hosted Model Context Protocol (MCP) server that connects AI agents directly to cleaned Danish public registry data. Over a single Streamable HTTP JSON-RPC endpoint (https://api.grundfast.dk/mcp), agents get 12 structured tools covering BBR property rollups and bitemporal history, Matriklen cadastral parcels, DAR address autocomplete and geocoding, CVR company lookups, DHM terrain elevation, and GeoDanmark building polygons."@en ;
  schema:url <https://grundfast.dk/mcp-server> ;
  schema:documentation <https://grundfast.dk/docs> ;
  aa:category "mcp" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official false ;
  aa:featured true ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^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 false .
