@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/uniteapps-cvr-mcp> a schema:SoftwareApplication ;
  schema:name "UniteApps CVR MCP"@en, "UniteApps CVR MCP"@da ;
  schema:description "Search and analyse Danish companies, financials, ownership networks, and identity links through MCP."@en ;
  schema:description "Søg og analysér danske virksomheder, regnskaber, ejernetværk og identitetsrelationer via MCP."@da ;
  dcterms:description "UniteApps operates this third-party analysis service for data from Denmark's Central Business Register. It continuously synchronizes company, participant, production-unit and filing data from the Danish Business Authority's distribution channel, while locally normalizing XBRL accounts for financial comparisons. Its account-authenticated remote MCP server exposes eight read and search tools for company profiles, screening, financial analysis, ownership graphs and identity research."@en ;
  dcterms:description "UniteApps driver denne tredjepartstjeneste til analyse af data fra Det Centrale Virksomhedsregister. Tjenesten synkroniserer løbende oplysninger om virksomheder, deltagere, produktionsenheder og regnskaber fra Erhvervsstyrelsens distributionskanal og normaliserer XBRL-regnskaber lokalt til økonomiske sammenligninger. Den kontogodkendte MCP-server udstiller otte læse- og søgeværktøjer til virksomhedsprofiler, screening, regnskabsanalyse, ejergrafer og identitetsundersøgelser."@da ;
  schema:url <https://cvr.uniteapps.dk> ;
  schema:documentation <https://cvr.uniteapps.dk/docs/mcp> ;
  aa:category "mcp" ;
  aa:sector "finance" ;
  aa:accessType "direct" ;
  aa:authRequirement "login" ;
  aa:reliability "unknown" ;
  aa:official false ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-20"^^xsd:date ;
  dcterms:issued "2026-08-20"^^xsd:date ;
  dcat:keyword "mcp" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .
