@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#> .


# AgentAccess Data Catalog
<https://agentaccess.dk/#catalog> a dcat:Catalog, schema:DataCatalog, void:Dataset ;
  dcterms:title "AgentAccess — Danish APIs & Data for AI Agents"@en, "AgentAccess — Danske API'er og data til AI-agenter"@da ;
  dcterms:description "The open directory of Danish APIs, MCP servers, CLIs & data sources for AI agents"@en, "Det åbne katalog over danske API'er, MCP-servere, CLI'er og datakilder til AI-agenter"@da ;
  dcterms:publisher <https://agentaccess.dk/#organization> ;
  void:sparqlEndpoint <https://agentaccess.dk/api/sparql> ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  dcat:dataset
    <https://agentaccess.dk/aula>,
    <https://agentaccess.dk/bilbasen>,
    <https://agentaccess.dk/bilka>,
    <https://agentaccess.dk/boliga>,
    <https://agentaccess.dk/boligsiden>,
    <https://agentaccess.dk/cvrdata-parser>,
    <https://agentaccess.dk/cvr-api>,
    <https://agentaccess.dk/corti>,
    <https://agentaccess.dk/mcp-dawa-itk>,
    <https://agentaccess.dk/dawa-replication-client>,
    <https://agentaccess.dk/dawa>,
    <https://agentaccess.dk/dmi-nwp-download>,
    <https://agentaccess.dk/dmi-open-data>,
    <https://agentaccess.dk/dr>,
    <https://agentaccess.dk/dsb>,
    <https://agentaccess.dk/danmarks-miljoeportal>,
    <https://agentaccess.dk/nationalbanken-data>,
    <https://agentaccess.dk/danske-bank-api>,
    <https://agentaccess.dk/danske-bank>,
    <https://agentaccess.dk/datafordeler>,
    <https://agentaccess.dk/dataforsyningen>,
    <https://agentaccess.dk/datavejviser>,
    <https://agentaccess.dk/dinero-backup>,
    <https://agentaccess.dk/dinero-mcp>,
    <https://agentaccess.dk/eloverblik-utilities>,
    <https://agentaccess.dk/energidataservice>,
    <https://agentaccess.dk/folketinget-oda>,
    <https://agentaccess.dk/geus>,
    <https://agentaccess.dk/geus-geodata>,
    <https://agentaccess.dk/grundfast-mcp>,
    <https://agentaccess.dk/kb-labs>,
    <https://agentaccess.dk/kombit-serviceplatformen-python>,
    <https://agentaccess.dk/krak>,
    <https://agentaccess.dk/lunar-open-banking>,
    <https://agentaccess.dk/maersk>,
    <https://agentaccess.dk/medcom-fhir>,
    <https://agentaccess.dk/mitid>,
    <https://agentaccess.dk/mitid-erhverv>,
    <https://agentaccess.dk/nrgi-api>,
    <https://agentaccess.dk/nemlog-in>,
    <https://agentaccess.dk/nemlig>,
    <https://agentaccess.dk/nemlig-cli>,
    <https://agentaccess.dk/nets-betalingsservice>,
    <https://agentaccess.dk/opendata-dk>,
    <https://agentaccess.dk/openorchestrator>,
    <https://agentaccess.dk/penneo-api>,
    <https://agentaccess.dk/plandata>,
    <https://agentaccess.dk/pleo-api>,
    <https://agentaccess.dk/pleo-mcp>,
    <https://agentaccess.dk/rejseplanen>,
    <https://agentaccess.dk/rentemester>,
    <https://agentaccess.dk/kb-api>,
    <https://agentaccess.dk/smk-api>,
    <https://agentaccess.dk/salling-group-api>,
    <https://agentaccess.dk/saxo-openapi>,
    <https://agentaccess.dk/skattestyrelsen>,
    <https://agentaccess.dk/statistikbanken>,
    <https://agentaccess.dk/sundhed-dk>,
    <https://agentaccess.dk/trafikinfo>,
    <https://agentaccess.dk/uni-login>,
    <https://agentaccess.dk/udbud-dk-mcp>,
    <https://agentaccess.dk/uniteapps-cvr>,
    <https://agentaccess.dk/uniteapps-cvr-mcp>,
    <https://agentaccess.dk/vipps-mobilepay>,
    <https://agentaccess.dk/mobilepay>,
    <https://agentaccess.dk/virk-dk>,
    <https://agentaccess.dk/dinero-api>,
    <https://agentaccess.dk/e-conomic>,
    <https://agentaccess.dk/eboks>,
    <https://agentaccess.dk/mcp-energi-data-dk>,
    <https://agentaccess.dk/mcp-udbud-dk> .

<https://agentaccess.dk/#organization> a schema:Organization ;
  schema:name "AgentAccess" ;
  schema:url <https://agentaccess.dk> .

# Danish Systems & Machine Interfaces (71 entries)
<https://agentaccess.dk/aula> a schema:SoftwareApplication ;
  schema:name "Aula"@en, "Aula"@da ;
  schema:description "Danish school communication platform for parents and teachers — MitID/UNI-login gated, browser automation only."@en ;
  dcterms:description "Aula is the national school communication platform mandated by the Danish Ministry of Education and used by all Danish municipalities. It handles messages between parents and teachers, absence registration, and calendar events. No public API exists. Access requires either MitID (parents) or UNI-login (staff). All agent interaction must use browser automation with supervised authentication."@en ;
  schema:url <https://www.aula.dk> ;
  aa:category "browser" ;
  aa:sector "education" ;
  aa:accessType "simulated" ;
  aa:authRequirement "mitid" ;
  aa:reliability "fragile" ;
  aa:official false ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "browser" ;
  dcat:keyword "education" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/bilbasen> a schema:SoftwareApplication ;
  schema:name "Bilbasen & Bilinfo API"@en, "Bilbasen & Bilinfo API"@da ;
  schema:description "Danish automotive marketplace and vehicle inventory APIs for car listings, valuations, and dealer syndication."@en ;
  schema:description "Danmarks største bilmarkedsplads og køretøjs-API til bilannoncer, vurderinger og forhandlersynkronisering."@da ;
  dcterms:description "Bilbasen (part of Vend, alongside DBA) is Denmark's leading automotive marketplace. Machine and agent access is officially governed through the Bilinfo API Hub (developer.bilinfo.net). The platform provides structured REST APIs including the Listing API (retrieving vehicle inventory and pricing data in JSON/XML), Car API (programmatic creation and updating of car listings across Bilbasen and DBA), Model Catalog API (vehicle technical specifications and VIN lookup), and Vehicle Valuation API. Access requires a commercial partnership or B2B developer subscription with Bilinfo."@en ;
  dcterms:description "Bilbasen (en del af Vend, sammen med DBA) er Danmarks største markedsplads for biler. Maskinel agent- og systemadgang administreres officielt gennem Bilinfo API Hub (developer.bilinfo.net). Platformen udstiller REST API'er herunder Listing API (hentning af bilannoncer og prisdata i JSON/XML), Car API (oprettelse og vedligeholdelse af salgsannoncer på Bilbasen og DBA), Model Catalog API (tekniske specifikationer og stelnummeropslag) samt Vehicle Valuation API til markedspriser. Adgang kræver B2B-aftale eller forhandlerabonnement hos Bilinfo."@da ;
  schema:url <https://developer.bilinfo.net> ;
  schema:documentation <https://developer.bilinfo.net> ;
  aa:category "api" ;
  aa:sector "ecommerce" ;
  aa:accessType "restricted" ;
  aa:authRequirement "restricted" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-09-01"^^xsd:date ;
  dcterms:issued "2026-09-01"^^xsd:date ;
  dcat:keyword "automotive" ;
  dcat:keyword "cars" ;
  dcat:keyword "bilbasen" ;
  dcat:keyword "bilinfo" ;
  dcat:keyword "dealer-inventory" ;
  dcat:keyword "vehicle-valuation" ;
  dcat:keyword "dba" ;
  dcat:keyword "biler" ;
  dcat:keyword "bilannoncer" ;
  dcat:keyword "bilvurdering" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  aa:agentCapability "write" ;
  aa:agentCapability "export" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/bilka> a schema:SoftwareApplication ;
  schema:name "Bilka / Salling Group"@en, "Bilka / Salling Group"@da ;
  schema:description "Salling Group (Bilka, Netto, føtex) — no public API, limited browser automation possible."@en ;
  dcterms:description "Salling Group operates major Danish retail chains including Bilka, Netto, and føtex. No public API exists. Product data and store information are accessible via browser automation on individual chain websites. Salling Group has historically provided some unofficial JSON endpoints for store locators and product availability that are not officially supported."@en ;
  schema:url <https://www.salling.dk> ;
  aa:category "browser" ;
  aa:sector "ecommerce" ;
  aa:accessType "simulated" ;
  aa:authRequirement "public" ;
  aa:reliability "unknown" ;
  aa:official false ;
  aa:featured false ;
  aa:status "unknown" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "browser" ;
  dcat:keyword "ecommerce" ;
  dcat:keyword "read" ;
  aa:agentCapability "read" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/boliga> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Boliga.dk"@en, "Boliga.dk"@da ;
  schema:description "Danish property sales history and valuation site with partially accessible data endpoints."@en ;
  dcterms:description "Boliga.dk provides historical property sales data, valuations, and neighborhood statistics for Danish real estate. While no official API exists, Boliga uses fairly stable JSON API endpoints for property lookup that can be accessed directly. The site is less dynamic than competitors, making browser automation more reliable."@en ;
  schema:url <https://www.boliga.dk> ;
  aa:category "api" ;
  aa:sector "other" ;
  aa:accessType "indirect" ;
  aa:authRequirement "public" ;
  aa:reliability "unknown" ;
  aa:official false ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "other" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/boligsiden> a schema:SoftwareApplication ;
  schema:name "Boligsiden"@en, "Boligsiden"@da ;
  schema:description "Danish property listing portal — no public API, browser automation only."@en ;
  dcterms:description "Boligsiden aggregates real estate listings across Denmark from all major estate agents. No public API or developer access exists. Property data must be accessed via browser automation. The site uses server-rendered pages for listings, making basic scraping more reliable than with React SPAs, but dynamic map views require a real browser."@en ;
  schema:url <https://www.boligsiden.dk> ;
  aa:category "browser" ;
  aa:sector "other" ;
  aa:accessType "simulated" ;
  aa:authRequirement "public" ;
  aa:reliability "fragile" ;
  aa:official false ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "browser" ;
  dcat:keyword "other" ;
  dcat:keyword "read" ;
  aa:agentCapability "read" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/cvrdata-parser> a schema:SoftwareApplication ;
  schema:name "CVR Data Parser & Replicator"@en, "CVR Data Parser & Replicator"@da ;
  schema:description "Python CLI to parse and stream the official CVR register into local SQL databases."@en ;
  dcterms:description "Python CLI tool designed to connect to the Danish Business Authority's (Erhvervsstyrelsen) official CVR Elasticsearch stream and replicate company records into PostgreSQL, MySQL, or SQLite."@en ;
  schema:url <https://datacvr.virk.dk> ;
  schema:documentation <https://github.com/gronlund/cvrdata#readme> ;
  schema:codeRepository <https://github.com/gronlund/cvrdata> ;
  aa:category "cli" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official false ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcterms:issued "2026-08-18"^^xsd:date ;
  dcat:keyword "cli" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/cvr-api> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "CVR — Business Registry API"@en, "CVR — Business Registry API"@da ;
  schema:description "Central Business Register API giving machine access to all Danish companies, CVR numbers, ownership, and industry codes."@en ;
  dcterms:description "The CVR API from Erhvervsstyrelsen (Danish Business Authority) exposes the full Danish business registry via Elasticsearch-compatible REST endpoints. Access company data, P-numbers (production units), owners, board members, industry classifications (DB07), and historical records. Includes active and dissolved companies."@en ;
  schema:url <https://datacvr.virk.dk> ;
  schema:documentation <https://data.virk.dk/datakatalog/erhvervsstyrelsen/company-information> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured true ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/corti> a schema:SoftwareApplication ;
  schema:name "Corti API"@en, "Corti API"@da ;
  schema:description "Healthcare AI API for medical transcription, clinical documentation, coding, and agentic workflows."@en ;
  schema:description "Healthcare-API til medicinsk transskription, klinisk dokumentation, kodning og agentiske arbejdsgange."@da ;
  dcterms:description "Corti provides a production healthcare AI platform with REST and WebSocket interfaces for real-time and recorded speech transcription, clinical document generation, fact extraction, medical coding, and AI agents. The official JavaScript/TypeScript and C#/.NET SDKs support OAuth 2.0 authentication, automatic token refresh, pagination, retries, and typed API access. Integrations operate within an EU or US environment and tenant, with access controlled through credentials issued in the Corti Console."@en ;
  dcterms:description "Corti leverer en produktionsklar healthcare-AI-platform med REST- og WebSocket-grænseflader til realtidstransskription og transskription af optagelser, generering af kliniske dokumenter, faktaudtræk, medicinsk kodning og AI-agenter. De officielle JavaScript/TypeScript- og C#/.NET-SDK'er understøtter OAuth 2.0, automatisk tokenfornyelse, paginering, retries og typebaseret API-adgang. Integrationer kører i et EU- eller US-miljø og en tenant, hvor adgangen styres af legitimationsoplysninger fra Corti Console."@da ;
  schema:url <https://www.corti.ai> ;
  schema:documentation <https://docs.corti.ai> ;
  schema:codeRepository <https://github.com/corticph/corti-sdk-javascript> ;
  aa:category "api" ;
  aa:sector "health" ;
  aa:accessType "direct" ;
  aa:authRequirement "restricted" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-09-09"^^xsd:date ;
  dcterms:issued "2026-09-09"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "health" ;
  dcat:keyword "ai-models" ;
  dcat:keyword "speech-to-text" ;
  dcat:keyword "clinical" ;
  dcat:keyword "mcp" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/mcp-dawa-itk> a schema:SoftwareApplication ;
  schema:name "DAWA MCP Server (ITK)"@en, "DAWA MCP Server (ITK)"@da ;
  schema:description "Official municipal MCP server for searching Danish addresses and geodata via DAWA."@en ;
  dcterms:description "Open-source Model Context Protocol (MCP) server developed in Python by ITK Development (Aarhus Municipality). Provides AI agents with structured tools to query, geocode, validate, and autocomplete Danish addresses, road codes, and municipal administrative divisions via DAWA."@en ;
  schema:url <https://itkdev.dk> ;
  schema:documentation <https://github.com/itk-dev/mcp-dawa#readme> ;
  schema:codeRepository <https://github.com/itk-dev/mcp-dawa> ;
  aa:category "mcp" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcterms:issued "2026-08-18"^^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 .

<https://agentaccess.dk/dawa-replication-client> a schema:SoftwareApplication ;
  schema:name "DAWA Replication Client"@en, "DAWA Replication Client"@da ;
  schema:description "Official CLI tool for replicating Danish address and geodata into PostgreSQL."@en ;
  dcterms:description "Node.js command-line client developed by the Danish Agency for Data Supply and Infrastructure (Klimadatastyrelsen) to synchronize Danish address, cadastral, and road network data from DAWA directly into a local PostgreSQL/PostGIS database."@en ;
  schema:url <https://dataforsyningen.dk> ;
  schema:documentation <https://dataforsyningen.dk/data/dawa> ;
  schema:codeRepository <https://github.com/Danmarks-Adressers-Web-API/dawa-replication-client> ;
  aa:category "cli" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcterms:issued "2026-08-18"^^xsd:date ;
  dcat:keyword "cli" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/dawa> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "DAWA — Danish Addresses Web API"@en, "DAWA — Danish Addresses Web API"@da ;
  schema:description "REST API for Danish addresses, postcodes, cadastre, and administrative geodata."@en ;
  dcterms:description "DAWA (Danmarks Adressers Web API) provides fast address autocompletion, fuzzy matching, coordinate lookups, and administrative boundary data. Maintained under Klimadatastyrelsen during the transition to Dataforsyningen."@en ;
  schema:url <https://dawadocs.dataforsyningen.dk> ;
  schema:documentation <https://dawadocs.dataforsyningen.dk> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "fragile" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/dmi-nwp-download> a schema:SoftwareApplication ;
  schema:name "DMI NWP Download CLI"@en, "DMI NWP Download CLI"@da ;
  schema:description "Official DMI command-line tool for downloading Numerical Weather Prediction GRIB data."@en ;
  dcterms:description "Python command-line utility maintained by Danmarks Meteorologiske Institut (DMI) to download, filter, and concatenate high-resolution forecast model files (GRIB format) from the DMI Open Data API."@en ;
  schema:url <https://www.dmi.dk> ;
  schema:documentation <https://opendatadocs.dmi.govcloud.dk/> ;
  schema:codeRepository <https://github.com/dmidk/dmi-nwp-download> ;
  aa:category "cli" ;
  aa:sector "utility" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcterms:issued "2026-08-18"^^xsd:date ;
  dcat:keyword "cli" ;
  dcat:keyword "utility" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/dmi-open-data> a schema:SoftwareApplication ;
  schema:name "DMI Open Data APIs"@en, "DMI Open Data APIs"@da ;
  schema:description "Meteorological, climate, ocean, radar, and lightning observation REST and OGC APIs."@en ;
  dcterms:description "Danmarks Meteorologiske Institut (DMI) provides free developer APIs offering real-time weather observations, lightning detection, oceanographic forecasts, and historical climate data covering Denmark and Greenland."@en ;
  schema:url <https://www.dmi.dk/frie-data> ;
  schema:documentation <https://opendatadocs.dmi.gov.cloud> ;
  aa:category "api" ;
  aa:sector "utility" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "utility" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/dr> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "DR — Danish Broadcasting"@en, "DR — Danish Broadcasting"@da ;
  schema:description "DR provides semi-official APIs for program listings, news content, and podcast feeds."@en ;
  dcterms:description "Danmarks Radio (DR) exposes several APIs for content discovery and metadata. The program guide API provides schedule data for all DR channels. Podcast feeds are available as standard RSS. A news API exists but is not publicly documented — endpoints are stable but subject to change. No official developer program."@en ;
  schema:url <https://www.dr.dk> ;
  aa:category "api" ;
  aa:sector "media" ;
  aa:accessType "indirect" ;
  aa:authRequirement "public" ;
  aa:reliability "unknown" ;
  aa:official false ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "media" ;
  dcat:keyword "read" ;
  aa:agentCapability "read" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/dsb> a schema:SoftwareApplication ;
  schema:name "DSB"@en, "DSB"@da ;
  schema:description "Danish State Railways — no public API. Ticket data accessible via browser automation only."@en ;
  dcterms:description "DSB (Danske Statsbaner) is the primary Danish train operator. Despite being a public company, DSB provides no public API for ticket pricing, availability, or booking. All agent access must use browser automation (Playwright, Puppeteer) to interact with dsb.dk. The site uses dynamic React rendering, which requires a real browser. Session management and login are required for booking."@en ;
  schema:url <https://www.dsb.dk> ;
  aa:category "browser" ;
  aa:sector "transport" ;
  aa:accessType "simulated" ;
  aa:authRequirement "login" ;
  aa:reliability "fragile" ;
  aa:official false ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "browser" ;
  dcat:keyword "transport" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/danmarks-miljoeportal> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Danmarks Miljøportal"@en, "Danmarks Miljøportal"@da ;
  schema:description "National environmental data portal with web services and datasets across nature, water, climate, and land use."@en ;
  dcterms:description "Danmarks Miljøportal (DMP) is the joint public portal for Danish environmental and nature data, maintained in partnership between the state (Miljøministeriet), regions (Danske Regioner), and municipalities (KL). It aggregates over 1,000 datasets and tens of millions of observation records across 30 systems, offering WMS/WFS map services and REST/SOAP web services for biodiversity, water quality, protected zones, and soil contamination."@en ;
  schema:url <https://miljoeportal.dk> ;
  schema:documentation <https://miljoeportal.dk/services/> ;
  aa:category "api" ;
  aa:sector "other" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "other" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  dcat:keyword "download" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  aa:agentCapability "download" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/nationalbanken-data> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Danmarks Nationalbank — Data API"@en, "Danmarks Nationalbank — Data API"@da ;
  schema:description "The Danish central bank provides open statistical data including exchange rates, monetary data, and financial statistics."@en ;
  dcterms:description "Danmarks Nationalbank publishes a public REST API for statistical data including daily exchange rates (EUR, USD, GBP, etc.), money supply data, and financial stability indicators. No authentication required. Data is updated daily and monthly depending on the series."@en ;
  schema:url <https://www.nationalbanken.dk> ;
  schema:documentation <https://www.nationalbanken.dk/da/statistik/find_statistik/Pages/default.aspx> ;
  aa:category "api" ;
  aa:sector "finance" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  aa:agentCapability "read" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/danske-bank-api> a schema:SoftwareApplication ;
  schema:name "Danske Bank Developer Portal"@en, "Danske Bank Developer Portal"@da ;
  schema:description "Open Banking PSD2, Corporate Treasury, and FX REST APIs from Denmark’s largest bank."@en ;
  dcterms:description "Danske Bank provides official developer APIs covering PSD2 Account Information (AIS) and Payment Initiation (PIS), alongside corporate cash management, FX rates, and trade finance integrations."@en ;
  schema:url <https://developer.danskebank.com> ;
  schema:documentation <https://developer.danskebank.com> ;
  aa:category "api" ;
  aa:sector "finance" ;
  aa:accessType "restricted" ;
  aa:authRequirement "restricted" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "submit" ;
  dcat:keyword "authenticate" ;
  aa:agentCapability "read" ;
  aa:agentCapability "submit" ;
  aa:agentCapability "authenticate" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/danske-bank> a schema:SoftwareApplication ;
  schema:name "Danske Bank Developer Portal"@en, "Danske Bank Developer Portal"@da ;
  schema:description "Open banking and commercial APIs for account balances, transaction histories, and payment initiation."@en ;
  dcterms:description "Danske Bank is Denmark's largest financial institution. Its developer portal provides access to regulatory PSD2 / Open Banking APIs (Account Information Services / AIS and Payment Initiation Services / PIS) for licensed TPPs, alongside commercial corporate banking APIs for cash management, transaction reporting, and real-time balances. An interactive API sandbox with mock test data is available."@en ;
  schema:url <https://danskebank.dk> ;
  schema:documentation <https://developers.danskebank.com> ;
  aa:category "api" ;
  aa:sector "finance" ;
  aa:accessType "restricted" ;
  aa:authRequirement "restricted" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-16"^^xsd:date ;
  dcterms:issued "2026-08-16"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  dcat:keyword "submit" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/datafordeler> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Datafordeler"@en, "Datafordeler"@da ;
  schema:description "The Danish national data platform providing official authoritative data on addresses, buildings, persons, and geography."@en ;
  dcterms:description "Datafordeler is operated by the Danish Agency for Data Supply and Efficiency (Styrelsen for Dataforsyning og Infrastruktur). It provides REST and WFS APIs for official Danish registry data including the Address Registry (DAR), Building and Housing Registry (BBR), the Cadastral Map (Matrikelkortet), and geographic data (GeoDanmark). Data is legally authoritative — suitable for use in binding processes."@en ;
  schema:url <https://datafordeler.dk> ;
  schema:documentation <https://datafordeler.dk/vejledning/brugeradgang/> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured true ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/dataforsyningen> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Dataforsyningen"@en, "Dataforsyningen"@da ;
  schema:description "Klimadatastyrelsen's platform for free Danish geodata, WMS/WFS map services, elevation models, and aerial imagery."@en ;
  dcterms:description "Dataforsyningen is the primary geographic data platform operated by Klimadatastyrelsen (Danish Agency for Data Supply and Infrastructure). It provides open web services (WMS, WFS, WMTS) and REST endpoints for topographic maps, the Danish Elevation Model (Danmarks Højdemodel / DHM), cadastral boundaries, and high-resolution aerial photography (ortofoto). Developers can generate free access tokens to query spatial services directly."@en ;
  schema:url <https://dataforsyningen.dk> ;
  schema:documentation <https://dataforsyningen.dk/service/data> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured true ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  dcat:keyword "download" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  aa:agentCapability "download" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/datavejviser> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Datavejviser"@en, "Datavejviser"@da ;
  schema:description "National public-data discovery portal and metadata catalogue for Danish public data."@en ;
  dcterms:description "Datavejviser is operated by Digitaliseringsstyrelsen (Agency for Digital Government) as Denmark’s cross-sector catalogue for discovering public datasets, APIs, and access conditions across municipal, regional, and state authorities."@en ;
  schema:url <https://datavejviser.dk> ;
  schema:documentation <https://datavejviser.dk> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/dinero-backup> a schema:SoftwareApplication ;
  schema:name "Dinero Backup CLI"@en, "Dinero Backup CLI"@da ;
  schema:description "Open-source Go CLI tool for backing up vouchers, invoices, and accounting records from Visma Dinero."@en ;
  dcterms:description "Command-line backup utility that connects to the Visma Dinero accounting REST API to export, archive, and locally mirror all invoices, credit notes, ledger entries, and voucher attachments."@en ;
  schema:url <https://dinero.dk> ;
  schema:documentation <https://github.com/rostved/dinero-backup#readme> ;
  schema:codeRepository <https://github.com/rostved/dinero-backup> ;
  aa:category "cli" ;
  aa:sector "finance" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official false ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcterms:issued "2026-08-18"^^xsd:date ;
  dcat:keyword "cli" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/dinero-mcp> a schema:SoftwareApplication ;
  schema:name "Dinero MCP Server (Beta)"@en, "Dinero MCP Server (Beta)"@da ;
  schema:description "Official beta MCP server for reading and managing accounting data in Dinero."@en ;
  schema:description "Officiel MCP-server i beta til at læse og administrere regnskabsdata i Dinero."@da ;
  dcterms:description "Dinero MCP Server is an official hosted integration operated by Visma Dinero ApS. After Visma Connect login and explicit authorization, MCP-compatible clients can access the Dinero organizations available to the user, subject to the user's existing permissions. It exposes accounting lookups, reports, document handling and write actions such as creating and posting invoices, purchases and journal entries, while storing no session data between calls."@en ;
  dcterms:description "Dinero MCP Server er en officiel, hostet integration, der drives af Visma Dinero ApS. Efter login via Visma Connect og udtrykkelig godkendelse kan MCP-kompatible klienter tilgå de Dinero-regnskaber, som brugeren har adgang til, inden for brugerens eksisterende rettigheder. Serveren understøtter opslag, rapporter, dokumenthåndtering og skrivehandlinger som oprettelse og bogføring af fakturaer, køb og kassekladder uden at gemme sessionsdata mellem kald."@da ;
  schema:url <https://dinero.dk/funktioner/mcp/> ;
  schema:documentation <https://mcp.dinero.dk/> ;
  aa:category "mcp" ;
  aa:sector "finance" ;
  aa:accessType "direct" ;
  aa:authRequirement "login" ;
  aa:reliability "unknown" ;
  aa:official true ;
  aa:featured true ;
  aa:status "active" ;
  schema:dateCreated "2026-08-25"^^xsd:date ;
  dcterms:issued "2026-08-25"^^xsd:date ;
  dcat:keyword "mcp" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  dcat:keyword "submit" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/eloverblik-utilities> a schema:SoftwareApplication ;
  schema:name "Eloverblik Utilities CLI"@en, "Eloverblik Utilities CLI"@da ;
  schema:description "Python CLI to fetch Danish electricity metering data and emissions from Eloverblik."@en ;
  dcterms:description "Command-line tool for interacting with Energinet's eloverblik.dk API and Energi Data Service, allowing automated retrieval of hourly smart meter consumption, metering point IDs, and emission stats."@en ;
  schema:url <https://eloverblik.dk> ;
  schema:documentation <https://docs.eloverblik.dk/> ;
  schema:codeRepository <https://github.com/helmstedt/eloverblik-utilities> ;
  aa:category "cli" ;
  aa:sector "utility" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official false ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcterms:issued "2026-08-18"^^xsd:date ;
  dcat:keyword "cli" ;
  dcat:keyword "utility" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/energidataservice> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Energi Data Service"@en, "Energi Data Service"@da ;
  schema:description "Open energy data platform with APIs for electricity consumption, production, prices, and grid data."@en ;
  dcterms:description "Energi Data Service is operated by Energinet (the Danish national energy transmission operator) and provides open APIs for energy market data. Covers electricity spot prices, consumption, production by source (wind, solar, etc.), CO2 intensity, and grid measurements. Fully public with no authentication required. Data is updated in real-time or hourly."@en ;
  schema:url <https://www.energidataservice.dk> ;
  schema:documentation <https://www.energidataservice.dk/guides/api-guides> ;
  aa:category "api" ;
  aa:sector "utility" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured true ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "utility" ;
  dcat:keyword "read" ;
  aa:agentCapability "read" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/folketinget-oda> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Folketinget Open Data"@en, "Folketinget Open Data"@da ;
  schema:description "Official OData REST API for Danish parliamentary bills, committee meetings, and voting records."@en ;
  dcterms:description "Folketinget provides an open OData v4 API exposing comprehensive legislative data including proposed bills (lovforslag), voting results, parliamentary question records (paragraf 20), MP biographies, and committee agendas."@en ;
  schema:url <https://oda.ft.dk> ;
  schema:documentation <https://oda.ft.dk> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/geus> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "GEUS Data and Maps"@en, "GEUS Data and Maps"@da ;
  schema:description "Geological Survey of Denmark and Greenland open APIs and WFS services for borehole, groundwater, and subsurface data."@en ;
  dcterms:description "GEUS (De Nationale Geologiske Undersøgelser for Danmark og Grønland) provides programmatic access to national geoscience collections. Key services include the nationwide Jupiter database (water supply wells, groundwater chemistry, borehole geology), the GERDA geophysical database, MARTA marine data, and seismic surveys. Services are exposed through OGC-standard WMS, WFS, and downloadable datasets."@en ;
  schema:url <https://www.geus.dk> ;
  schema:documentation <https://eng.geus.dk/products-services-facilities/data-and-maps> ;
  aa:category "api" ;
  aa:sector "other" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-16"^^xsd:date ;
  dcterms:issued "2026-08-16"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "other" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  dcat:keyword "download" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  aa:agentCapability "download" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/geus-geodata> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "GEUS Geodata Services"@en, "GEUS Geodata Services"@da ;
  schema:description "National geological survey APIs for Jupiter borehole, groundwater, and marine data."@en ;
  dcterms:description "De Nationale Geologiske Undersøgelser for Danmark og Grønland (GEUS) exposes OGC WMS/WFS and REST endpoints for Denmark’s subsurface data, including the Jupiter national well database, geological strata, and drinking water chemistry."@en ;
  schema:url <https://data.geus.dk> ;
  schema:documentation <https://data.geus.dk/geusmap/ows> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<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 .

<https://agentaccess.dk/kb-labs> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "KB Labs — Royal Danish Library APIs"@en, "KB Labs — Royal Danish Library APIs"@da ;
  schema:description "Open APIs for historical Danish newspapers, digitized text collections, and aerial photography."@en ;
  dcterms:description "KB Labs is the digital research and developer initiative from Det Kgl. Bibliotek (The Royal Danish Library). It exposes open programmatic access to Denmark's cultural heritage: a documented Swagger/OpenAPI Newspaper API (querying historical OCR text from Mediestream in JSON/JSONL/CSV), historical aerial photographs (Danmark set fra luften), digitized books, and open metadata collections."@en ;
  schema:url <https://labs.kb.dk> ;
  schema:documentation <https://labs.kb.dk/apis/> ;
  aa:category "api" ;
  aa:sector "media" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-16"^^xsd:date ;
  dcterms:issued "2026-08-16"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "media" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  dcat:keyword "download" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  aa:agentCapability "download" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/kombit-serviceplatformen-python> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "KOMBIT Serviceplatformen Python SDK"@en, "KOMBIT Serviceplatformen Python SDK"@da ;
  schema:description "Python SDK for KOMBIT Serviceplatformen — CVR lookup, Digital Post, CPR validation, and NemSMS."@en ;
  dcterms:description "Python library developed by ITK Development (Aarhus Municipality) for interfacing with KOMBIT Serviceplatformen services. Supports SF1530 (CVR-Online company lookups), SF1601 (Digital Post message dispatch with MeMo standard), SF2900 (CPR/person validation), NemSMS registration status checks, and OCES3 certificate handling."@en ;
  schema:url <https://itkdev.dk> ;
  schema:documentation <https://github.com/itk-dev-rpa/python-serviceplatformen#readme> ;
  schema:codeRepository <https://github.com/itk-dev-rpa/python-serviceplatformen> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "restricted" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcterms:issued "2026-08-18"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  dcat:keyword "submit" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/krak> a schema:SoftwareApplication ;
  schema:name "Krak API (Eniro)"@en, "Krak API (Eniro)"@da ;
  schema:description "Danish local directory and search API for company profiles, phone numbers, person lookup, and maps."@en ;
  schema:description "Dansk lokal søge- og virksomhedskatalog-API til firmainfo, telefonnumre, personsøgning og kort."@da ;
  dcterms:description "Krak (part of Eniro Group) is Denmark's historic commercial and personal directory service. Through the Eniro Developer API (using the Danish 'krak' profile), agents can perform structured queries against millions of Danish business listings, trade categories, opening hours, website links, and contact phone numbers. The API also provides reverse telephone number lookup (Nummeroplysning / Unknown Number) to identify incoming callers, as well as geocoding, address autocomplete, and route calculation across Denmark."@en ;
  dcterms:description "Krak (en del af Eniro Group) er Danmarks klassiske erhvervs- og personkatalog (Kraks Vejviser). Gennem Eniro Developer API (med 'krak' som profil) kan AI-agenter foretage strukturerede opslag i millioner af danske virksomhedsprofiler, branchekoder, åbningstider, webadresser og telefonnumre. API'et tilbyder desuden omvendt telefonopslag (Nummeroplysning / Ukendt nummer) til automatisk identifikation af opkald samt geokodning, adresse-autokomplettering og ruteberegning i Danmark."@da ;
  schema:url <https://api.eniro.com> ;
  schema:documentation <https://api.eniro.com> ;
  aa:category "api" ;
  aa:sector "ecommerce" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-09-01"^^xsd:date ;
  dcterms:issued "2026-09-01"^^xsd:date ;
  dcat:keyword "directory" ;
  dcat:keyword "yellow-pages" ;
  dcat:keyword "phone-lookup" ;
  dcat:keyword "companies" ;
  dcat:keyword "maps" ;
  dcat:keyword "contact-data" ;
  dcat:keyword "eniro" ;
  dcat:keyword "katalog" ;
  dcat:keyword "gule-sider" ;
  dcat:keyword "nummeroplysning" ;
  dcat:keyword "virksomheder" ;
  dcat:keyword "kort" ;
  dcat:keyword "kontaktoplysninger" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  aa:agentCapability "lookup" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/lunar-open-banking> a schema:SoftwareApplication ;
  schema:name "Lunar Open Banking Payments API"@en, "Lunar Open Banking Payments API"@da ;
  schema:description "Open banking and payment initiation APIs supporting domestic transfers, standing orders, and Danish FIK payment slips."@en ;
  dcterms:description "Lunar is a Nordic digital bank and licensed credit institution. Its Open Banking platform provides REST APIs for Payment Initiation Services (PIS) and Account Information Services (AIS), including specialized support for Danish domestic bank transfers, standing orders, and Danish FIK / GIRO payment slips (Indbetalingskort). An interactive sandbox environment with simulated user authorization is available."@en ;
  schema:url <https://lunar.app> ;
  schema:documentation <https://docs.openbanking.lunar.app/api-overview/payments> ;
  aa:category "api" ;
  aa:sector "finance" ;
  aa:accessType "restricted" ;
  aa:authRequirement "restricted" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  dcat:keyword "submit" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/maersk> a schema:SoftwareApplication ;
  schema:name "Maersk Developer Platform"@en, "Maersk Developer Platform"@da ;
  schema:description "Global ocean, air, and inland logistics APIs for container tracking, vessel schedules, and freight booking."@en ;
  schema:description "Globale logistik- og fragt-API'er til container-tracking, sejlplaner, CO2-beregning og booking."@da ;
  dcterms:description "A.P. Møller - Mærsk provides a developer ecosystem adhering to DCSA (Digital Container Shipping Association) open industry standards. Through REST/JSON APIs, software agents and automated supply chain pipelines can query real-time shipment milestones, look up point-to-point ocean and inland transport schedules, retrieve spot freight rates, calculate container carbon emissions, and trigger event-driven webhooks for customs or vessel status changes. High-value transactional capabilities (direct ocean bookings and eBL) require verified B2B customer authorization."@en ;
  dcterms:description "A.P. Møller - Mærsk stiller et åbent udvikler-økosystem til rådighed baseret på DCSA-standarder (Digital Container Shipping Association). Gennem REST/JSON API'er kan softwareagenter og forsyningskæde-systemer forespørge på realtids-milepæle for forsendelser, søge punkt-til-punkt sejl- og transportplaner, hente spotfragtrater, beregne CO2-udledning per container samt lytte på webhooks for toldstatus og forsinkelser. Transaktionelle handlinger som booking og elektroniske konnossementer (eBL) kræver godkendt B2B-kundeaftale."@da ;
  schema:url <https://developer.maersk.com> ;
  schema:documentation <https://developer.maersk.com> ;
  aa:category "api" ;
  aa:sector "transport" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured true ;
  aa:status "active" ;
  schema:dateCreated "2026-09-01"^^xsd:date ;
  dcterms:issued "2026-09-01"^^xsd:date ;
  dcat:keyword "shipping" ;
  dcat:keyword "logistics" ;
  dcat:keyword "dcsa" ;
  dcat:keyword "freight" ;
  dcat:keyword "supply-chain" ;
  dcat:keyword "tracking" ;
  dcat:keyword "transport" ;
  dcat:keyword "skibsfart" ;
  dcat:keyword "logistik" ;
  dcat:keyword "fragt" ;
  dcat:keyword "forsyningskæde" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  aa:agentCapability "write" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/medcom-fhir> a schema:SoftwareApplication ;
  schema:name "MedCom FHIR Standards"@en, "MedCom FHIR Standards"@da ;
  schema:description "National Danish healthcare messaging and HL7 FHIR interoperability standards."@en ;
  dcterms:description "MedCom develops and governs national technical standards for data exchange across Danish hospitals, general practitioners, and municipal care. Publishes Danish FHIR profiles for care plans, diagnostic messaging, and patient consent."@en ;
  schema:url <https://medcom.dk> ;
  schema:documentation <https://medcomdk.github.io> ;
  aa:category "api" ;
  aa:sector "health" ;
  aa:accessType "restricted" ;
  aa:authRequirement "restricted" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "health" ;
  dcat:keyword "read" ;
  dcat:keyword "submit" ;
  aa:agentCapability "read" ;
  aa:agentCapability "submit" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/mitid> a schema:SoftwareApplication ;
  schema:name "MitID"@en, "MitID"@da ;
  schema:description "Denmark's national digital identity system — no API, all flows require human authentication."@en ;
  dcterms:description "MitID is the national eID system replacing NemID. All authentication flows require physical human interaction via the MitID app (biometric or code), a hardware key, or a code reader. There is no API that allows an agent to authenticate on behalf of a user without involvement. Automated MitID flows are explicitly prohibited in the terms of service and Danish law."@en ;
  schema:url <https://www.mitid.dk> ;
  aa:category "browser" ;
  aa:sector "government" ;
  aa:accessType "restricted" ;
  aa:authRequirement "mitid" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured true ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "browser" ;
  dcat:keyword "government" ;
  dcat:keyword "authenticate" ;
  aa:agentCapability "authenticate" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/mitid-erhverv> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "MitID Erhverv — Identity & Certificate APIs"@en, "MitID Erhverv — Identity & Certificate APIs"@da ;
  schema:description "IdM and Certificate APIs for managing organizational identities, users, and certificates in MitID Erhverv."@en ;
  dcterms:description "MitID Erhverv is the official identity infrastructure for Danish businesses, associations, and public authorities. Unlike citizen MitID, it provides programmatic system-to-system interfaces: an IdM REST API for managing users, roles, and administrative units, and a Certificate SOAP API for automated certificate issuance and lifecycle management. Digitaliseringsstyrelsen provides an integration test environment (INT) with test organizations and API keys."@en ;
  schema:url <https://mitid-erhverv.dk> ;
  schema:documentation <https://mitid-erhverv.dk/en/advanced-functionalities-in-mitid-erhverv/mitid-erhverv-integration-test-environment/> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "restricted" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  dcat:keyword "submit" ;
  dcat:keyword "authenticate" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  aa:agentCapability "authenticate" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/nrgi-api> a schema:SoftwareApplication ;
  schema:name "NRGI / Forsyning (Smart meter data)"@en, "NRGI / Forsyning (Smart meter data)"@da ;
  schema:description "Smart meter data from Danish energy utilities — citizen access via MitID through the DataHub API."@en ;
  dcterms:description "Danish energy utilities expose smart meter consumption data through Energinets DataHub. Citizens can authorize third-party applications to access their own meter data via an OAuth-like flow requiring MitID. The API follows the Eloverblik standard. Several Danish utilities (Ewii, NRGI, etc.) participate."@en ;
  schema:url <https://eloverblik.dk> ;
  schema:documentation <https://api.eloverblik.dk/customerapi/index.html> ;
  aa:category "api" ;
  aa:sector "utility" ;
  aa:accessType "direct" ;
  aa:authRequirement "mitid" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "utility" ;
  dcat:keyword "read" ;
  aa:agentCapability "read" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/nemlog-in> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "NemLog-in"@en, "NemLog-in"@da ;
  schema:description "National public identity broker, single sign-on, digital power-of-attorney, and user-rights management."@en ;
  dcterms:description "NemLog-in (operated by Digitaliseringsstyrelsen / Agency for Digital Government) is the national public-sector identity and access management infrastructure. It provides SAML/OIDC identity brokerage (integrating MitID), a digital power-of-attorney system (Digital Fuldmagt), a Security Token Service (STS), and central administration of user roles and rights for Danish public authorities and connected service providers."@en ;
  schema:url <https://digst.dk/systemer/nemlog-in/> ;
  schema:documentation <https://en.digst.dk/systems/nemlog-in/nemlog-in-components/> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "restricted" ;
  aa:authRequirement "restricted" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-16"^^xsd:date ;
  dcterms:issued "2026-08-16"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "authenticate" ;
  dcat:keyword "read" ;
  aa:agentCapability "authenticate" ;
  aa:agentCapability "read" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/nemlig> a schema:SoftwareApplication ;
  schema:name "Nemlig.com"@en, "Nemlig.com"@da ;
  schema:description "Danish online grocery — no public API. Access via browser automation only."@en ;
  dcterms:description "Nemlig.com is a major Danish online grocery platform. No public API or developer program exists. All machine access must be achieved through browser automation using Playwright or Puppeteer, simulating a logged-in user. The site uses React with dynamic rendering. Product availability, pricing, and cart operations require a valid Nemlig.com account."@en ;
  schema:url <https://www.nemlig.com> ;
  aa:category "browser" ;
  aa:sector "ecommerce" ;
  aa:accessType "simulated" ;
  aa:authRequirement "login" ;
  aa:reliability "fragile" ;
  aa:official false ;
  aa:featured true ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "browser" ;
  dcat:keyword "ecommerce" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  dcat:keyword "order" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "order" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<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 .

<https://agentaccess.dk/nets-betalingsservice> a schema:SoftwareApplication ;
  schema:name "Nets — Betalingsservice"@en, "Nets — Betalingsservice"@da ;
  schema:description "Danish direct debit system — restricted API for registered payment service users only."@en ;
  dcterms:description "Betalingsservice (BS) is the dominant Danish direct debit system operated by Nets. API access is available only for registered creditors and payment service providers. Individual businesses can integrate via the BS API to manage mandates, collect payments, and handle returns. No access for individuals or unapproved parties."@en ;
  schema:url <https://www.nets.eu/dk-da/l%25C3%25B8sninger/Indbetalinger/betalingsservice> ;
  aa:category "api" ;
  aa:sector "finance" ;
  aa:accessType "restricted" ;
  aa:authRequirement "restricted" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  dcat:keyword "submit" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/opendata-dk> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "OpenData.dk"@en, "OpenData.dk"@da ;
  schema:description "National open data portal aggregating public datasets from Danish municipalities and government agencies."@en ;
  dcterms:description "OpenData.dk is a CKAN-based data portal publishing open datasets from Danish public authorities including municipalities, regions, and state agencies. Provides the standard CKAN REST API for dataset and resource discovery, download, and search. Data quality and update frequency varies significantly by publisher."@en ;
  schema:url <https://www.opendata.dk> ;
  schema:documentation <https://www.opendata.dk/about> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/openorchestrator> a schema:SoftwareApplication ;
  schema:name "OpenOrchestrator"@en, "OpenOrchestrator"@da ;
  schema:description "Open-source Python CLI and runner for Danish municipal RPA automation."@en ;
  dcterms:description "Python toolkit developed by ITK Development (Aarhus Municipality) for scheduling, logging, and orchestrating Robotic Process Automation (RPA) tasks across municipal IT infrastructure."@en ;
  schema:url <https://github.com/itk-dev-rpa/OpenOrchestrator> ;
  schema:documentation <https://github.com/itk-dev-rpa/OpenOrchestrator#readme> ;
  schema:codeRepository <https://github.com/itk-dev-rpa/OpenOrchestrator> ;
  aa:category "cli" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "login" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcterms:issued "2026-08-18"^^xsd:date ;
  dcat:keyword "cli" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  dcat:keyword "submit" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/penneo-api> a schema:SoftwareApplication ;
  schema:name "Penneo Sign API"@en, "Penneo Sign API"@da ;
  schema:description "Digital signature, KYC onboarding, and legally binding document workflow REST API."@en ;
  dcterms:description "Penneo (listed on Nasdaq Copenhagen) provides enterprise digital signature and compliance software. The Penneo Sign API enables automated dispatch of case files for MitID signing, automated signer authentication, and audit trail retrieval."@en ;
  schema:url <https://penneo.com> ;
  schema:documentation <https://app.penneo.com/api/docs> ;
  aa:category "api" ;
  aa:sector "finance" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  dcat:keyword "submit" ;
  dcat:keyword "authenticate" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  aa:agentCapability "authenticate" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/plandata> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Plandata.dk"@en, "Plandata.dk"@da ;
  schema:description "National spatial planning registry providing WFS and REST access to municipal plans, zoning, and local plans."@en ;
  dcterms:description "Plandata.dk is the official Danish planning register operated by Plan- og Landdistriktsstyrelsen. It contains legally binding municipal plans (kommuneplaner), local zoning plans (lokalplaner), rural/urban zone classifications (zonestatus), and proposals under public hearing across all 98 Danish municipalities. Data is exposed as open WFS and WMS web services and structured file downloads."@en ;
  schema:url <https://www.plandata.dk> ;
  schema:documentation <https://planinfo.erhvervsstyrelsen.dk/plandatadk> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-16"^^xsd:date ;
  dcterms:issued "2026-08-16"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  dcat:keyword "download" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  aa:agentCapability "download" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/pleo-api> a schema:SoftwareApplication ;
  schema:name "Pleo Developer API"@en, "Pleo Developer API"@da ;
  schema:description "REST API for smart corporate credit card expense management and automated bookkeeping sync."@en ;
  dcterms:description "Pleo is a European corporate expense management platform founded in Copenhagen. Its Open API allows organizations to extract real-time card transactions, mileage claims, digital receipts, and accounting export tags."@en ;
  schema:url <https://www.pleo.io> ;
  schema:documentation <https://developers.pleo.io> ;
  aa:category "api" ;
  aa:sector "finance" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/pleo-mcp> a schema:SoftwareApplication ;
  schema:name "Pleo MCP"@en, "Pleo MCP"@da ;
  schema:description "Official Pleo Model Context Protocol server enabling AI agents to search, complete, review, and export company expenses."@en ;
  schema:description "Officiel Pleo Model Context Protocol-server, der giver AI-agenter adgang til at søge, udfylde, godkende og eksportere virksomhedsudlæg."@da ;
  dcterms:description "Pleo MCP connects AI assistants and autonomous agents directly to company spend data via an official Streamable HTTP MCP endpoint (https://mcp.pleo.io/mcp). Built by Pleo, the server inherits the authenticated user's permissions and allows agents to search expenses, resolve missing details (receipts, categories, tax codes, attendees), review and approve pending transactions, and queue approved expenses for bookkeeping and ERP export across multiple entities."@en ;
  dcterms:description "Pleo MCP forbinder AI-assistenter og autonome agenter direkte til virksomhedens udgiftsdata via et officielt Streamable HTTP MCP-endpoint (https://mcp.pleo.io/mcp). Serveren er udviklet af Pleo og arver den godkendte brugers rettigheder. Agenter kan søge i udgifter, udfylde manglende oplysninger (kvitteringer, kategorier, momskoder, deltagere), gennemgå og godkende afventende transaktioner samt klargøre udgifter til bogføring og ERP-eksport på tværs af flere selskaber."@da ;
  schema:url <https://www.pleo.io> ;
  schema:documentation <https://developers.pleo.io/docs/current/pleo-mcp/get-started/pleo-mcp-overview> ;
  aa:category "mcp" ;
  aa:sector "finance" ;
  aa:accessType "direct" ;
  aa:authRequirement "login" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured true ;
  aa:status "active" ;
  schema:dateCreated "2026-09-09"^^xsd:date ;
  dcterms:issued "2026-09-09"^^xsd:date ;
  dcat:keyword "mcp" ;
  dcat:keyword "pleo" ;
  dcat:keyword "fintech" ;
  dcat:keyword "expenses" ;
  dcat:keyword "corporate-cards" ;
  dcat:keyword "accounting" ;
  dcat:keyword "erp" ;
  dcat:keyword "oauth" ;
  dcat:keyword "udlæg" ;
  dcat:keyword "firmakort" ;
  dcat:keyword "bogføring" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  aa:agentCapability "write" ;
  aa:agentCapability "export" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/rejseplanen> a schema:SoftwareApplication ;
  schema:name "Rejseplanen"@en, "Rejseplanen"@da ;
  schema:description "Danish public transport journey planner API covering all buses, trains, metro, and harbour buses nationwide."@en ;
  dcterms:description "Rejseplanen provides an official REST/JSON API for journey planning across all Danish public transport operators. Supports stop lookup, real-time departure boards, trip planning between any two stops, and service messages. Covers DSB trains, Metro, local buses, and harbour buses. The API is stable and well-maintained."@en ;
  schema:url <https://www.rejseplanen.dk> ;
  schema:documentation <https://help.rejseplanen.dk/hc/da/articles/214174465> ;
  aa:category "api" ;
  aa:sector "transport" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured true ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "transport" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/rentemester> a schema:SoftwareApplication ;
  schema:name "Rentemester"@en, "Rentemester"@da ;
  schema:description "Agent-first Danish bookkeeping CLI with append-only ledger and Danish tax rules."@en ;
  dcterms:description "Open-source command-line tool and MCP system created by Mikkel Krogsholm for automated Danish bookkeeping, VAT (moms) settlement, and OIOUBL invoice handling on an append-only SQLite ledger."@en ;
  schema:url <https://rentemester.dk> ;
  schema:documentation <https://github.com/mikkelkrogsholm/rentemester#readme> ;
  schema:codeRepository <https://github.com/mikkelkrogsholm/rentemester> ;
  aa:category "cli" ;
  aa:sector "finance" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official false ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcterms:issued "2026-08-18"^^xsd:date ;
  dcat:keyword "cli" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  dcat:keyword "submit" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/kb-api> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Royal Danish Library APIs"@en, "Royal Danish Library APIs"@da ;
  schema:description "Cultural heritage REST and IIIF APIs for digitized books, historical newspapers, and images."@en ;
  dcterms:description "Det Kgl. Bibliotek (Royal Danish Library) offers programmable REST and IIIF image API interfaces for discovering Danish cultural heritage, digitized historical newspapers (Mediestream / Avisapi), manuscript archives, and bibliographical records."@en ;
  schema:url <https://api.kb.dk> ;
  schema:documentation <https://api.kb.dk/data/> ;
  aa:category "api" ;
  aa:sector "media" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "media" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/smk-api> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "SMK API — Statens Museum for Kunst"@en, "SMK API — Statens Museum for Kunst"@da ;
  schema:description "Open REST and IIIF API for artworks, artist biographies, and high-res museum imagery."@en ;
  dcterms:description "Statens Museum for Kunst (National Gallery of Denmark) provides an open REST and IIIF API providing full search access to over 250,000 digitized artworks, provenance records, and high-resolution public domain digital images."@en ;
  schema:url <https://www.smk.dk/article/smk-api/> ;
  schema:documentation <https://api.smk.dk/api/v1/art/search> ;
  aa:category "api" ;
  aa:sector "media" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "media" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/salling-group-api> a schema:SoftwareApplication ;
  schema:name "Salling Group Developer API"@en, "Salling Group Developer API"@da ;
  schema:description "Retail REST API for food waste discounts, store locations, and assortment across Netto, Føtex, and Bilka."@en ;
  dcterms:description "Salling Group Developer API provides official endpoints for querying real-time food waste discounts (food-waste markdown items near expiry), store operating hours and amenities, and product catalogues for Denmark’s largest supermarket group."@en ;
  schema:url <https://developer.sallinggroup.dev> ;
  schema:documentation <https://developer.sallinggroup.dev> ;
  aa:category "api" ;
  aa:sector "ecommerce" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "ecommerce" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/saxo-openapi> a schema:SoftwareApplication ;
  schema:name "Saxo Bank OpenAPI"@en, "Saxo Bank OpenAPI"@da ;
  schema:description "REST and streaming WebSocket APIs for multi-asset trading, portfolio data, and real-time market quotes."@en ;
  dcterms:description "Saxo Bank’s OpenAPI is an institutional-grade API suite providing programmatic access to global equities, FX, futures, options, and bonds, complete with streaming price feeds, order execution, and portfolio risk management."@en ;
  schema:url <https://www.developer.saxo> ;
  schema:documentation <https://www.developer.saxo/openapi/learn> ;
  aa:category "api" ;
  aa:sector "finance" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "order" ;
  dcat:keyword "submit" ;
  aa:agentCapability "read" ;
  aa:agentCapability "order" ;
  aa:agentCapability "submit" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/skattestyrelsen> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Skattestyrelsen — SKAT"@en, "Skattestyrelsen — SKAT"@da ;
  schema:description "Danish Tax Agency — restricted partner API and MitID-gated access for tax data and filings."@en ;
  dcterms:description "Skattestyrelsen provides restricted API access for certified accounting and ERP software providers. Includes e-Income (eIndkomst), VAT (moms), and annual tax filing integrations. Direct citizen access requires MitID authentication. No general public API exists — all access is gated behind certification or MitID."@en ;
  schema:url <https://skat.dk> ;
  schema:documentation <https://erhverv.skat.dk/data.aspx?oid=2234102> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "restricted" ;
  aa:authRequirement "mitid" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "submit" ;
  aa:agentCapability "read" ;
  aa:agentCapability "submit" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/statistikbanken> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Statistikbanken — Statistics Denmark"@en, "Statistikbanken — Statistics Denmark"@da ;
  schema:description "Statistics Denmark public API with 2,000+ datasets covering economy, population, labor market, energy, and more."@en ;
  dcterms:description "Danmarks Statistik provides a comprehensive REST API to their entire statistical database. Supports metadata queries (table discovery, variable lookup) and data retrieval in JSON, CSV, and SDMX formats. No authentication required. Covers almost all official Danish statistics going back decades."@en ;
  schema:url <https://www.statistikbanken.dk> ;
  schema:documentation <https://www.dst.dk/da/Statistik/brug-statistikken/muligheder-i-statistikbanken/api> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured true ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/sundhed-dk> a schema:SoftwareApplication ;
  schema:name "Sundhed.dk"@en, "Sundhed.dk"@da ;
  schema:description "Denmark's national health portal — MitID-gated, no public API."@en ;
  dcterms:description "Sundhed.dk is the national health portal for Danish citizens, providing access to medical records, prescriptions, vaccination history, and general practitioner (GP) communications. All access requires MitID. No public API exists for citizens or developers. Healthcare professionals access data via authorized EHR integrations."@en ;
  schema:url <https://www.sundhed.dk> ;
  aa:category "browser" ;
  aa:sector "health" ;
  aa:accessType "restricted" ;
  aa:authRequirement "mitid" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "browser" ;
  dcat:keyword "health" ;
  dcat:keyword "read" ;
  aa:agentCapability "read" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/trafikinfo> a schema:SoftwareApplication ;
  schema:name "Trafikinfo — Vejdirektoratet"@en, "Trafikinfo — Vejdirektoratet"@da ;
  schema:description "The Danish Road Directorate API for real-time traffic data, road conditions, and incidents."@en ;
  dcterms:description "Vejdirektoratet (Danish Road Directorate) provides open REST APIs for real-time traffic conditions, road works, incidents, traffic cameras, and travel time measurements on Danish state roads. Data is available in both JSON and DATEX II (XML) format. No authentication required for basic traffic data."@en ;
  schema:url <https://www.trafikinfo.dk> ;
  schema:documentation <https://trafikinfo.vejdirektoratet.dk/API> ;
  aa:category "api" ;
  aa:sector "transport" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "transport" ;
  dcat:keyword "read" ;
  aa:agentCapability "read" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/uni-login> a schema:SoftwareApplication ;
  schema:name "UNI-Login"@en, "UNI-Login"@da ;
  schema:description "Danish education sector identity provider — official API for institutional integration, not for agent automation."@en ;
  dcterms:description "UNI-Login is the identity provider for the Danish education sector, used by schools, students, and teachers. An official API exists for institutional integrations (Single Sign-On), but it requires a formal agreement with Styrelsen for IT og Læring (STIL). There is no path for individual developers or agents to use UNI-Login for automation."@en ;
  schema:url <https://www.uni-login.dk> ;
  schema:documentation <https://www.emu.dk/omraade/vejledning-og-kompetenceudvikling-for-skoleledere/uni-login> ;
  aa:category "api" ;
  aa:sector "education" ;
  aa:accessType "restricted" ;
  aa:authRequirement "restricted" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "education" ;
  dcat:keyword "authenticate" ;
  aa:agentCapability "authenticate" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/udbud-dk-mcp> a schema:SoftwareApplication ;
  schema:name "Udbud.dk MCP"@en, "Udbud.dk MCP"@da ;
  schema:description "MCP server providing keyless agent access to Danish public procurement notices and tender awards on udbud.dk."@en ;
  dcterms:description "Udbud.dk is Denmark's official national public procurement portal, operated by the Danish Competition and Consumer Authority (Konkurrence- og Forbrugerstyrelsen). This open-source MCP server wraps udbud.dk's public endpoints, enabling AI agents to search EU-level and national below-threshold tenders, contract awards, direct awards, and market consultation notices without API keys."@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 .

<https://agentaccess.dk/uniteapps-cvr> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "UniteApps CVR API"@en, "UniteApps CVR API"@da ;
  schema:description "API for Danish CVR searches, financials, ownership, roles, and address screening."@en ;
  schema:description "API til danske CVR-opslag med regnskaber, ejerforhold, roller og adressescreening."@da ;
  dcterms:description "UniteApps CVR is a privately operated analysis service from UniteApps and is not an official Danish Business Authority service. It indexes public CVR distribution data, XBRL filings, and Danish address coordinates to expose company profiles, financials, roles, ownership graphs, address searches, screening, and evidence for labour-law identity analysis. Agents access the read-only JSON REST API with a personal Bearer token created after account registration; the same dataset is also available through a separate OAuth-based MCP server."@en ;
  dcterms:description "UniteApps CVR er en privatdrevet analysetjeneste fra UniteApps og er ikke en officiel tjeneste fra Erhvervsstyrelsen. Den indekserer offentlige CVR-distributionsdata, XBRL-regnskaber og danske adressekoordinater og udstiller virksomhedsprofiler, regnskaber, roller, ejergrafer, adresseopslag, screening og datagrundlag til vurdering af arbejdsretslig identitet. Agenter tilgår det skrivebeskyttede JSON REST-API med en personlig Bearer-token, som oprettes efter registrering; de samme data findes også via en separat OAuth-baseret MCP-server."@da ;
  schema:url <https://cvr.uniteapps.dk> ;
  schema:documentation <https://cvr.uniteapps.dk/docs/api> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  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 "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<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 .

<https://agentaccess.dk/vipps-mobilepay> a schema:SoftwareApplication ;
  schema:name "Vipps MobilePay Developer"@en, "Vipps MobilePay Developer"@da ;
  schema:description "REST API family for mobile payments, recurring subscriptions, point-of-sale, and user login."@en ;
  dcterms:description "Vipps MobilePay is the ubiquitous Nordic mobile wallet solution. The developer platform provides APIs for e-commerce checkout (Payments), automated subscription charges (Recurring), in-app merchant flows, and verified identity login (Login)."@en ;
  schema:url <https://developer.vippsmobilepay.com> ;
  schema:documentation <https://developer.vippsmobilepay.com> ;
  aa:category "api" ;
  aa:sector "finance" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "order" ;
  dcat:keyword "submit" ;
  dcat:keyword "authenticate" ;
  aa:agentCapability "read" ;
  aa:agentCapability "order" ;
  aa:agentCapability "submit" ;
  aa:agentCapability "authenticate" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/mobilepay> a schema:SoftwareApplication ;
  schema:name "Vipps MobilePay Developer"@en, "Vipps MobilePay Developer"@da ;
  schema:description "Developer APIs for MobilePay ePayment checkout, recurring subscription billing, and OpenID Connect login."@en ;
  dcterms:description "Vipps MobilePay provides payment and identity infrastructure across Denmark and the Nordics. Its unified developer platform offers REST APIs for one-off ePayment transactions, recurring subscription billing (MobilePay Subscriptions), point-of-sale integrations, and OpenID Connect-based end-user authentication (Login). A test environment with simulated app flows is available for sandbox integration."@en ;
  schema:url <https://mobilepay.dk> ;
  schema:documentation <https://developer.mobilepay.dk> ;
  aa:category "api" ;
  aa:sector "finance" ;
  aa:accessType "restricted" ;
  aa:authRequirement "restricted" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured true ;
  aa:status "active" ;
  schema:dateCreated "2026-08-14"^^xsd:date ;
  dcterms:issued "2026-08-14"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  dcat:keyword "submit" ;
  dcat:keyword "authenticate" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  aa:agentCapability "authenticate" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/virk-dk> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Virk.dk — Government Business Portal"@en, "Virk.dk — Government Business Portal"@da ;
  schema:description "The Danish government's business portal with APIs for CVR data, annual reports, and company filings."@en ;
  dcterms:description "Virk.dk is the Danish government's central portal for business-related digital services. Provides machine-readable access to the CVR registry, annual report filings (årsrapporter via XBRL/iXBRL), and company search. Some datasets require a formal agreement with Erhvervsstyrelsen. Also supports submission of certain filings via API for certified software providers."@en ;
  schema:url <https://virk.dk> ;
  schema:documentation <https://data.virk.dk> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "submit" ;
  aa:agentCapability "read" ;
  aa:agentCapability "submit" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/dinero-api> a schema:SoftwareApplication ;
  schema:name "Visma Dinero API"@en, "Visma Dinero API"@da ;
  schema:description "REST API for Danish SME cloud accounting, invoicing, contacts, and purchase voucher bookkeeping."@en ;
  dcterms:description "Dinero (part of Visma) is one of Denmark’s most popular accounting platforms for startups and small businesses. Its REST API allows external systems to create sales invoices, log purchase expenses, manage contacts, and sync bank transactions."@en ;
  schema:url <https://dinero.dk> ;
  schema:documentation <https://developer.dinero.dk> ;
  aa:category "api" ;
  aa:sector "finance" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  dcat:keyword "submit" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/e-conomic> a schema:SoftwareApplication ;
  schema:name "Visma e-conomic APIs"@en, "Visma e-conomic APIs"@da ;
  schema:description "REST and SOAP accounting APIs for Danish small and medium enterprises."@en ;
  dcterms:description "Visma e-conomic is Denmark’s leading cloud accounting software. Its REST API enables complete synchronization of invoices, bookkeeping vouchers, customer ledgers, inventory, and VAT reporting."@en ;
  schema:url <https://www.e-conomic.dk> ;
  schema:documentation <https://apis.e-conomic.com> ;
  aa:category "api" ;
  aa:sector "finance" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-14"^^xsd:date ;
  dcterms:issued "2026-08-14"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  dcat:keyword "submit" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/eboks> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "eBoks"@en, "eBoks"@da ;
  schema:description "Denmark's official digital mailbox — business API available, citizen access requires MitID."@en ;
  dcterms:description "eBoks is Denmark's official digital mailbox system (Digital Post), used by all Danish authorities and most Danish citizens. Businesses can integrate via a formal API agreement to send and receive official documents. Citizen access to their own mailbox requires MitID authentication. No unofficial API exists."@en ;
  schema:url <https://www.e-boks.com> ;
  schema:documentation <https://www.e-boks.com/denmark/da/om-e-boks/api-integration/> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "restricted" ;
  aa:authRequirement "mitid" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-04-13"^^xsd:date ;
  dcterms:issued "2026-04-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/mcp-energi-data-dk> a schema:SoftwareApplication ;
  schema:name "mcp-energi-data-dk"@en, "mcp-energi-data-dk"@da ;
  schema:description "Open MCP server providing AI agents with direct access to Danish electricity spot prices, CO₂ intensity, and energy datasets."@en ;
  dcterms:description "mcp-energi-data-dk is an open-source Model Context Protocol (MCP) server created by Pipeworx. It connects AI agents directly to Energinet's Energi Data Service, providing tools for querying hourly electricity spot prices (Elspotprices), real-time CO₂ emission intensity (CO2Emis), and custom dataset queries over DK1 and DK2 price areas. Accessible via a hosted streamable HTTP gateway or local stdio."@en ;
  schema:url <https://www.energidataservice.dk> ;
  schema:documentation <https://github.com/pipeworx-io/mcp-energi-data-dk> ;
  schema:codeRepository <https://github.com/pipeworx-io/mcp-energi-data-dk> ;
  aa:category "mcp" ;
  aa:sector "utility" ;
  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 "utility" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .

<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 .

# AI Access Enablers & Builder Tools (27 entries)
<https://agentaccess.dk/enablers/printingpress> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "PrintingPress"@en ;
  schema:headline "Instant MCP & CLI generator from OpenAPI, Swagger & APIs"@en ;
  schema:description "PrintingPress converts OpenAPI and Swagger specifications into fully-typed Model Context Protocol (MCP) servers and CLI tools in seconds."@en ;
  dcterms:description "PrintingPress is a developer acceleration platform that turns API definitions into interactive agent interfaces. Point PrintingPress at any OpenAPI / Swagger endpoint, paste a cURL command, or upload a JSON schema to instantly generate ready-to-run MCP servers for Claude Desktop, Cursor, and custom agent runtimes, as well as terminal CLIs."@en ;
  schema:url <https://printingpress.dev> ;
  schema:documentation <https://printingpress.dev/docs> ;
  aa:enablerCategory "mcp-builders" ;
  aa:pricingModel "Freemium" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "mcp-generator" ;
  dcat:keyword "cli-generator" ;
  dcat:keyword "openapi" ;
  dcat:keyword "swagger" ;
  dcat:keyword "typescript" ;
  dcat:keyword "python" ;
  dcat:keyword "scaffolding" ;
  schema:featureList "One-click OpenAPI / Swagger to MCP server compilation"@en ;
  schema:featureList "Generates native TypeScript & Python MCP servers"@en ;
  schema:featureList "Automated CLI binary generation for terminal agents"@en ;
  schema:featureList "Built-in parameter validation via Zod schemas"@en ;
  schema:featureList "Supports authenticated endpoints with env variable mapping"@en ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/enablers/fastmcp> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "FastMCP"@en ;
  schema:headline "High-level Python & TypeScript framework for building MCP servers"@en ;
  schema:description "FastMCP provides clean decorators and microframework patterns to write production-ready MCP tools in under 10 lines of code."@en ;
  dcterms:description "FastMCP by Prefect/Jonathan Lowin is the FastAPI of the Model Context Protocol ecosystem. It abstracts away protocol handshakes, transport framing, and schema definitions. Decorate any Python function with `@mcp.tool()` and FastMCP automatically inspects type annotations and docstrings to generate complete JSON Schema tool definitions for LLMs."@en ;
  schema:url <https://github.com/jlowin/fastmcp> ;
  schema:documentation <https://github.com/jlowin/fastmcp#readme> ;
  schema:codeRepository <https://github.com/jlowin/fastmcp> ;
  aa:enablerCategory "mcp-builders" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "mcp" ;
  dcat:keyword "python" ;
  dcat:keyword "sdk" ;
  dcat:keyword "fastapi" ;
  dcat:keyword "microframework" ;
  dcat:keyword "typescript" ;
  schema:featureList "Simple @mcp.tool() decorator syntax"@en ;
  schema:featureList "Automatic JSON Schema generation from Python type hints"@en ;
  schema:featureList "Built-in stdio, SSE, and HTTP streaming transports"@en ;
  schema:featureList "Supports image, audio, and binary prompt artifacts"@en ;
  schema:featureList "Native async support with httpx integration"@en ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/firecrawl> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Firecrawl"@en ;
  schema:headline "Turn entire websites and portals into clean, LLM-ready Markdown"@en ;
  schema:description "Firecrawl crawls, handles JavaScript rendering, bypasses anti-bot barriers, and outputs clean Markdown structured for AI agent ingestion."@en ;
  dcterms:description "Firecrawl (by Mendable) solves the messy reality of the web for AI agents. It handles headless browser rendering, proxy rotation, cookie banners, dynamic SPAs, and PDF downloads, returning pristine Markdown tailored for RAG pipelines and context windows."@en ;
  schema:url <https://firecrawl.dev> ;
  schema:documentation <https://docs.firecrawl.dev> ;
  schema:codeRepository <https://github.com/mendableai/firecrawl> ;
  aa:enablerCategory "web-scraping" ;
  aa:pricingModel "Freemium" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "scraping" ;
  dcat:keyword "markdown" ;
  dcat:keyword "rag" ;
  dcat:keyword "extraction" ;
  dcat:keyword "crawler" ;
  dcat:keyword "llm-ready" ;
  schema:featureList "Crawls entire domains with intelligent link discovery"@en ;
  schema:featureList "Transforms complex HTML tables and layouts into clean Markdown"@en ;
  schema:featureList "Built-in structured JSON extraction via LLM schemas"@en ;
  schema:featureList "Bypasses Cloudflare, cookie banners, and dynamic JS hydration"@en ;
  schema:featureList "Official Python and TypeScript SDKs"@en ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/enablers/browser-use> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Browser-use"@en ;
  schema:headline "Autonomous open-source AI agent browser automation engine"@en ;
  schema:description "Browser-use enables LLMs to interact directly with web browsers — clicking buttons, filling forms, and navigating complex workflows like a human."@en ;
  dcterms:description "Browser-use is the premier open-source autonomous web browsing agent. Powered by Playwright and vision-language models, Browser-use extracts interactive elements with bounding boxes and executes multi-step web interactions autonomously, enabling agents to operate Danish services that have no machine APIs."@en ;
  schema:url <https://github.com/browser-use/browser-use> ;
  schema:documentation <https://docs.browser-use.com> ;
  schema:codeRepository <https://github.com/browser-use/browser-use> ;
  aa:enablerCategory "browser-automation" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "browser-agent" ;
  dcat:keyword "playwright" ;
  dcat:keyword "vision" ;
  dcat:keyword "automation" ;
  dcat:keyword "rpa" ;
  dcat:keyword "open-source" ;
  schema:featureList "Vision + DOM tree interactive element extraction"@en ;
  schema:featureList "Supports persistent browser sessions with saved cookies"@en ;
  schema:featureList "Multi-tab management and automated file downloads"@en ;
  schema:featureList "Integrates with LangChain, LangGraph, and Claude 3.7 / GPT-4o"@en ;
  schema:featureList "Human-in-the-loop takeover mode for MitID or 2FA checkpoints"@en ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/stagehand> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Stagehand"@en ;
  schema:headline "AI-powered web automation and structured data extraction SDK"@en ;
  schema:description "Built on Playwright by Browserbase, Stagehand provides high-level `act()`, `extract()`, and `observe()` primitives for resilient web automation."@en ;
  dcterms:description "Stagehand is an open-source AI web automation framework built specifically for developers who need robust browser automations that do not break when CSS classes or DOM hierarchies change. Instead of brittle selectors, Stagehand uses natural language intent for actions and Zod schemas for structured extraction."@en ;
  schema:url <https://stagehand.dev> ;
  schema:documentation <https://docs.stagehand.dev> ;
  schema:codeRepository <https://github.com/browserbase/stagehand> ;
  aa:enablerCategory "browser-automation" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "playwright" ;
  dcat:keyword "browserbase" ;
  dcat:keyword "extraction" ;
  dcat:keyword "typescript" ;
  dcat:keyword "zod" ;
  dcat:keyword "automation" ;
  schema:featureList "page.act() for natural language UI interactions"@en ;
  schema:featureList "page.extract() with strict Zod type validation"@en ;
  schema:featureList "page.observe() to suggest possible agent actions on current DOM"@en ;
  schema:featureList "Built-in Playwright reliability and caching"@en ;
  schema:featureList "Runs locally or connected to cloud browser fleets (Browserbase, Browserless)"@en ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/browserless> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Browserless"@en ;
  schema:headline "Scalable headless Chrome fleet for Playwright and Puppeteer agents"@en ;
  schema:description "Browserless provides enterprise-grade, cloud or self-hosted headless browser infrastructure designed to run high-concurrency agent workflows."@en ;
  dcterms:description "Browserless is the headless browser infrastructure backbone for AI agents. Rather than managing local Chromium processes with memory leaks and CPU spikes, agents connect via WebSocket (`ws://`) to a cluster of headless browsers with built-in proxy rotation, stealth mode, and live visual debugging."@en ;
  schema:url <https://browserless.io> ;
  schema:documentation <https://docs.browserless.io> ;
  schema:codeRepository <https://github.com/browserless/browserless> ;
  aa:enablerCategory "browser-automation" ;
  aa:pricingModel "Freemium" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "headless-chrome" ;
  dcat:keyword "playwright" ;
  dcat:keyword "puppeteer" ;
  dcat:keyword "infrastructure" ;
  dcat:keyword "docker" ;
  dcat:keyword "cloud" ;
  schema:featureList "Drop-in WebSocket endpoint for Playwright, Puppeteer, and Selenium"@en ;
  schema:featureList "Docker self-hosted edition or managed cloud cluster"@en ;
  schema:featureList "Live interactive session debugger via browser stream"@en ;
  schema:featureList "Built-in ad-blocking and automated resource blocking to reduce token bandwidth"@en ;
  schema:featureList "Stealth flags to navigate enterprise bot mitigations"@en ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/enablers/webmcp> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "WebMCP"@en ;
  schema:headline "W3C proposed standard for exposing structured AI tools directly on the web"@en ;
  schema:headline "W3C-standardforslag til eksponering af strukturerede AI-værktøjer direkte på websider"@da ;
  schema:description "WebMCP allows web applications to expose typed JavaScript tools and annotated HTML forms directly to in-browser AI agents, replacing fragile DOM scraping."@en ;
  schema:description "WebMCP gør det muligt for webapplikationer at eksponere typede JavaScript-funktioner og annoterede HTML-formularer direkte til AI-agenter i browseren."@da ;
  dcterms:description "WebMCP is an open web standard under incubation in the W3C Web Machine Learning Working Group and available experimentally from Chrome 146 (and Origin Trials). It enables web applications to declare callable agent tools with explicit JSON schemas directly in client-side code, rather than forcing agents to rely on fragile DOM scraping or simulated mouse clicks. WebMCP supports both a Declarative API (using native HTML form attributes like `toolname` and `toolparam`) and an Imperative API (`document.modelContext` / `navigator.modelContext`). Cloudflare provides a 1-click WebMCP edge bridge that automatically connects in-browser agents to any same-origin `/mcp` server endpoint, and Cloudflare BrowserRun supports native WebMCP tool discovery and actuation. Because tools run inside the active browser session under standard Origin Isolation and Permissions Policy, WebMCP provides a secure, human-in-the-loop mechanism for agent automation on authenticated platforms without leaking session credentials or bypass tokens."@en ;
  dcterms:description "WebMCP er en åben webstandard udviklet under W3C Web Machine Learning Working Group og tilgængelig eksperimentelt fra Chrome 146 (samt Origin Trials). Standarden gør det muligt for webapplikationer at registrere kaldepare agent-værktøjer med eksplicitte JSON Schemas direkte i klientside-koden, så agenter slipper for at gætte museklik eller scrape rå HTML. WebMCP understøtter både et Deklarativt API (via standard HTML-formularattributter som `toolname` og `toolparam`) og et Imperativt API (`document.modelContext` / `navigator.modelContext`). Cloudflare tilbyder en 1-klik WebMCP edge-bridge, der automatisk forbinder browseragenter til et same-origin `/mcp`-endpoint, og Cloudflare BrowserRun understøtter direkte opdagelse og eksekvering af WebMCP-værktøjer. Da værktøjerne afvikles i den aktive browsersession under standard origin-isolering og Permissions Policy, muliggør WebMCP sikre Human-in-the-Loop arbejdsgange på MitID- og loginbeskyttede selvbetjeningsløsninger uden at udstille brugernavne eller sessionsnøgler."@da ;
  schema:url <https://developer.chrome.com/docs/ai/webmcp> ;
  schema:documentation <https://blog.cloudflare.com/webmcp/> ;
  schema:codeRepository <https://github.com/webmachinelearning/webmcp> ;
  aa:enablerCategory "browser-automation" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-09-03"^^xsd:date ;
  dcat:keyword "webmcp" ;
  dcat:keyword "browser-standard" ;
  dcat:keyword "w3c" ;
  dcat:keyword "chrome" ;
  dcat:keyword "cloudflare" ;
  dcat:keyword "browserrun" ;
  dcat:keyword "html-tools" ;
  dcat:keyword "declarative-api" ;
  dcat:keyword "imperative-api" ;
  dcat:keyword "in-browser-agent" ;
  schema:featureList "Declarative API: Annotate native HTML forms with toolname and parameter bindings"@en ;
  schema:featureList "Imperative API: Register JavaScript functions into document.modelContext with typed JSON Schemas"@en ;
  schema:featureList "Cloudflare 1-Click Edge Bridge: Connects in-browser agents to same-origin /mcp server with zero code changes"@en ;
  schema:featureList "Cloudflare BrowserRun actuation: Remote browsers autonomously discover and invoke site-registered tools"@en ;
  schema:featureList "Runs in active browser session with Origin Isolation and Permissions Policy enforcement"@en ;
  schema:featureList "Eliminates brittle CSS selector maintenance and vision-based click guessing"@en ;
  schema:featureList "Human-in-the-loop friendly for sensitive operations like payments and submissions"@en ;
  schema:featureList "Shipping experimentally in Chrome 146+ with Model Context Tool Inspector extension"@en ;
  schema:featureList "Deklarativt API: Annotér standard HTML-formularer med toolname og parameterbindinger"@da ;
  schema:featureList "Imperativt API: Registrér JavaScript-funktioner direkte i document.modelContext med typede JSON Schemas"@da ;
  schema:featureList "Cloudflare 1-klik Edge Bridge: Forbinder browseragenter til same-origin /mcp-server uden kodeændringer"@da ;
  schema:featureList "Cloudflare BrowserRun eksekvering: Fjernbrowsere opdager og aktiverer automatisk sidens registrerede værktøjer"@da ;
  schema:featureList "Afvikles i aktiv browsersession under origin-isolering og Permissions Policy"@da ;
  schema:featureList "Eliminerer skrøbelige CSS-selectors og visuelt gættede museklik"@da ;
  schema:featureList "Bygget til Human-in-the-Loop ved følsomme handlinger som betalinger og indsendelser"@da ;
  schema:featureList "Tilgængelig eksperimentelt i Chrome 146+ samt Model Context Tool Inspector"@da ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/crawl4ai> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Crawl4AI"@en ;
  schema:headline "Open-source, blazing fast asynchronous LLM web crawler"@en ;
  schema:description "Crawl4AI is an open-source, speed-optimized asynchronous web crawler that generates structured Markdown and JSON graphs for AI models."@en ;
  dcterms:description "Crawl4AI is engineered specifically for AI engineers who want zero subscription fees and extreme throughput. It runs asynchronous crawls with smart caching, CSS-selector stripping, heuristic content scoring, and multi-URL batching, producing clean LLM markdown with metadata at zero cost."@en ;
  schema:url <https://github.com/unclecode/crawl4ai> ;
  schema:documentation <https://crawl4ai.com> ;
  schema:codeRepository <https://github.com/unclecode/crawl4ai> ;
  aa:enablerCategory "web-scraping" ;
  aa:pricingModel "Open Source" ;
  aa:featured false ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "crawler" ;
  dcat:keyword "scraping" ;
  dcat:keyword "open-source" ;
  dcat:keyword "python" ;
  dcat:keyword "async" ;
  dcat:keyword "llm-ready" ;
  schema:featureList "100% open source and local execution"@en ;
  schema:featureList "Asynchronous batch crawling with asyncio"@en ;
  schema:featureList "Heuristic content extraction (removes headers, footers, and noise)"@en ;
  schema:featureList "Extracts structured JSON using local models (Ollama) or cloud APIs"@en ;
  schema:featureList "Screenshots and PDF extraction capabilities"@en ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/e2b> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "E2B Code Interpreter"@en ;
  schema:headline "Secure cloud sandboxes for autonomous AI agent code execution"@en ;
  schema:description "E2B provides isolated, sub-second cloud sandboxes where AI agents can execute arbitrary Python, JavaScript, and shell code safely."@en ;
  dcterms:description "E2B is the default execution runtime for autonomous coding agents. When your agent fetches data from a Danish open API or scraper, E2B gives the agent a complete Linux environment (with preinstalled pandas, matplotlib, httpx, and node) to analyze the data, run statistical regressions, and produce visual reports without risk to the host system."@en ;
  schema:url <https://e2b.dev> ;
  schema:documentation <https://e2b.dev/docs> ;
  schema:codeRepository <https://github.com/e2b-dev/E2B> ;
  aa:enablerCategory "sandboxes-runtimes" ;
  aa:pricingModel "Freemium" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "sandbox" ;
  dcat:keyword "code-interpreter" ;
  dcat:keyword "runtime" ;
  dcat:keyword "microvm" ;
  dcat:keyword "security" ;
  dcat:keyword "execution" ;
  schema:featureList "Spins up secure Linux micro-VMs in <150ms"@en ;
  schema:featureList "Pre-loaded with data science & automation packages"@en ;
  schema:featureList "Streaming stdout, stderr, and generated charts/files"@en ;
  schema:featureList "Full filesystem access with persistence during session"@en ;
  schema:featureList "Official TypeScript and Python SDKs"@en ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/enablers/jina-reader> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Jina Reader"@en ;
  schema:headline "Zero-setup URL-to-Markdown proxy for any web page"@en ;
  schema:description "Prepend `r.jina.ai/` to any URL to instantly convert the page into clean, LLM-ready markdown with zero authentication or setup."@en ;
  dcterms:description "Jina Reader provides the simplest possible interface for AI agents to read the web. By simply prefixing any target URL with `https://r.jina.ai/`, it fetches the page, strips boilerplate scripts and styling, executes JavaScript, and streams pristine Markdown back to your agent."@en ;
  schema:url <https://jina.ai/reader> ;
  schema:documentation <https://jina.ai/reader/#api> ;
  aa:enablerCategory "web-scraping" ;
  aa:pricingModel "Freemium" ;
  aa:featured false ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "markdown-proxy" ;
  dcat:keyword "scraping" ;
  dcat:keyword "simple" ;
  dcat:keyword "fast" ;
  dcat:keyword "api" ;
  schema:featureList "Zero installation: just prepend https://r.jina.ai/ to any URL"@en ;
  schema:featureList "High-speed streaming markdown output"@en ;
  schema:featureList "Handles dynamic single-page applications"@en ;
  schema:featureList "Built-in image description and search integration (s.jina.ai)"@en ;
  schema:featureList "Free tier available without API key requirements"@en ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/enablers/daytona> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Daytona"@en ;
  schema:headline "Open-source development environment & agent workspace manager"@en ;
  schema:description "Daytona provides standardized, containerized agent workspaces and development environments across local and cloud infrastructure."@en ;
  dcterms:description "Daytona is an open-source development environment manager that gives AI agents dedicated, reproducible workspaces. Agents can spin up isolated development containers pre-configured with Danish tool CLIs, API tokens, and local dependencies in one command."@en ;
  schema:url <https://daytona.io> ;
  schema:documentation <https://daytona.io/docs> ;
  schema:codeRepository <https://github.com/daytonaio/daytona> ;
  aa:enablerCategory "sandboxes-runtimes" ;
  aa:pricingModel "Open Source" ;
  aa:featured false ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "workspaces" ;
  dcat:keyword "dev-environments" ;
  dcat:keyword "containers" ;
  dcat:keyword "docker" ;
  dcat:keyword "open-source" ;
  schema:featureList "100% open source self-hosted or cloud workspaces"@en ;
  schema:featureList "Instant container creation with Git repository integration"@en ;
  schema:featureList "Provides secure SSH and VS Code access for agents and developers"@en ;
  schema:featureList "Automated secret management for API keys"@en ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/har2mcp> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Har2MCP"@en ;
  schema:headline "Convert browser network captures (HAR) and API traffic into MCP tools"@en ;
  schema:description "Har2MCP inspects recorded browser network activity (.har files) and automatically reverse-engineers clean Model Context Protocol tools."@en ;
  dcterms:description "When Danish digital services, municipal platforms, or private dashboards lack public OpenAPI documentation, Har2MCP allows developers to record browser interactions in Chrome DevTools, export the HAR log, and synthesize fully typed MCP tools with automatic parameter detection."@en ;
  schema:url <https://github.com> ;
  schema:codeRepository <https://github.com> ;
  aa:enablerCategory "mcp-builders" ;
  aa:pricingModel "Open Source" ;
  aa:featured false ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "mcp-generator" ;
  dcat:keyword "har" ;
  dcat:keyword "reverse-engineering" ;
  dcat:keyword "devtools" ;
  dcat:keyword "open-source" ;
  schema:featureList "Parse Chrome / Firefox .har files into MCP tool definitions"@en ;
  schema:featureList "Automatic query parameter and JSON body schema extraction"@en ;
  schema:featureList "Filters out tracking cookies and static asset noise"@en ;
  schema:featureList "Generates TypeScript and Python MCP server boilerplate"@en ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/mcp-cli> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "MCP CLI & Inspector"@en ;
  schema:headline "Official Model Context Protocol terminal runner, inspector & tester"@en ;
  schema:description "The standard developer CLI and interactive web inspector to test, debug, and execute MCP servers locally and remotely."@en ;
  dcterms:description "The Model Context Protocol Inspector / CLI is the essential development tool for verifying MCP servers. Test tool schema execution, inspect incoming/outgoing JSON-RPC messages, and verify prompt and resource templates before connecting to Claude or Cursor."@en ;
  schema:url <https://modelcontextprotocol.io> ;
  schema:documentation <https://modelcontextprotocol.io/docs/tools/inspector> ;
  schema:codeRepository <https://github.com/modelcontextprotocol/inspector> ;
  aa:enablerCategory "mcp-builders" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "mcp" ;
  dcat:keyword "cli" ;
  dcat:keyword "inspector" ;
  dcat:keyword "testing" ;
  dcat:keyword "debugging" ;
  dcat:keyword "official" ;
  schema:featureList "Interactive visual UI for testing tool invocation & outputs"@en ;
  schema:featureList "Supports stdio, SSE, and HTTP streaming MCP transports"@en ;
  schema:featureList "Inspects JSON-RPC 2.0 frames in real-time"@en ;
  schema:featureList "CLI mode for automated CI/CD validation of MCP servers"@en ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/playwright-mcp> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Playwright MCP Server"@en ;
  schema:headline "Model Context Protocol wrapper for Playwright browser automation"@en ;
  schema:description "Enables LLMs and agent harnesses to control real browser sessions via standard MCP tool calls (navigate, click, type, screenshot)."@en ;
  dcterms:description "Playwright MCP brings full headless browser automation to any MCP-compatible client like Claude Desktop, Cursor, or Cline. The agent can navigate Danish portals, take screenshots, fill input fields, and extract DOM trees natively through tool calling."@en ;
  schema:url <https://github.com/executeautomation/mcp-playwright> ;
  schema:codeRepository <https://github.com/executeautomation/mcp-playwright> ;
  aa:enablerCategory "browser-automation" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "mcp" ;
  dcat:keyword "playwright" ;
  dcat:keyword "browser-automation" ;
  dcat:keyword "claude-desktop" ;
  dcat:keyword "open-source" ;
  schema:featureList "Browser navigation, element clicking, text input, and hovering"@en ;
  schema:featureList "High-resolution viewport screenshot capture and visual inspect"@en ;
  schema:featureList "Console log and network request inspection"@en ;
  schema:featureList "Headless and headed execution modes"@en ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/tavily> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Tavily Search API"@en ;
  schema:headline "Search engine & content extractor built exclusively for autonomous AI agents"@en ;
  schema:description "Tavily is a purpose-built search engine designed for LLMs, delivering clean factual snippets and real-time web context with zero noise."@en ;
  dcterms:description "Tavily provides fast, high-relevance search specifically tuned for autonomous AI agents. It searches the web, parses HTML, removes ads and tracking scripts, and returns concise, relevant markdown text chunks formatted for context windows."@en ;
  schema:url <https://tavily.com> ;
  schema:documentation <https://docs.tavily.com> ;
  aa:enablerCategory "web-scraping" ;
  aa:pricingModel "Freemium" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "search" ;
  dcat:keyword "agent-search" ;
  dcat:keyword "extraction" ;
  dcat:keyword "rag" ;
  dcat:keyword "api" ;
  dcat:keyword "llm-ready" ;
  schema:featureList "Search + Extract in a single low-latency API call"@en ;
  schema:featureList "Domain filtering (e.g. restrict to .dk or specific ministries)"@en ;
  schema:featureList "Raw content extraction with Q&A summarization"@en ;
  schema:featureList "Official integrations with LangChain, LlamaIndex, and Vercel AI SDK"@en ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/enablers/browserbase> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Browserbase"@en ;
  schema:headline "Developer-first headless browser platform with stealth, residential proxies & session recording"@en ;
  schema:description "Browserbase is cloud headless browser infrastructure featuring built-in CAPTCHA solving, residential proxy rotation, and session video replays."@en ;
  dcterms:description "Browserbase is engineered for enterprise AI web automations that cannot fail. It pairs with Playwright, Puppeteer, and Stagehand, managing browser fingerprinting, residential IPs, and session persistence in cloud sandbox fleets."@en ;
  schema:url <https://browserbase.com> ;
  schema:documentation <https://docs.browserbase.com> ;
  aa:enablerCategory "browser-automation" ;
  aa:pricingModel "Freemium" ;
  aa:featured false ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "headless-browser" ;
  dcat:keyword "playwright" ;
  dcat:keyword "stealth" ;
  dcat:keyword "captcha-bypass" ;
  dcat:keyword "proxies" ;
  dcat:keyword "cloud" ;
  schema:featureList "Automatic CAPTCHA and anti-bot mitigation bypass"@en ;
  schema:featureList "Session live debugger and video recording replays"@en ;
  schema:featureList "Residential and datacenter proxy rotation"@en ;
  schema:featureList "Seamless Stagehand and Playwright integration"@en ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/enablers/instructor> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Instructor & Pydantic Tooling"@en ;
  schema:headline "Structured data extraction & type-safe LLM function schemas"@en ;
  schema:description "Instructor enforces strict Pydantic and Zod schemas on LLM outputs, turning unstructured web and API data into typed objects with automatic retries."@en ;
  dcterms:description "Instructor is the gold standard for getting structured, type-safe data out of LLMs. When parsing Danish government PDF reports, unstructured HTML, or legacy XML APIs, Instructor guarantees the response matches your schema with validation rules and automatic self-correction on error."@en ;
  schema:url <https://python.useinstructor.com> ;
  schema:documentation <https://python.useinstructor.com> ;
  schema:codeRepository <https://github.com/jxnl/instructor> ;
  aa:enablerCategory "sandboxes-runtimes" ;
  aa:pricingModel "Open Source" ;
  aa:featured false ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "pydantic" ;
  dcat:keyword "zod" ;
  dcat:keyword "structured-output" ;
  dcat:keyword "validation" ;
  dcat:keyword "extraction" ;
  dcat:keyword "open-source" ;
  schema:featureList "Enforces Pydantic (Python) or Zod (TypeScript) validation"@en ;
  schema:featureList "Automatic retry with self-healing error prompts"@en ;
  schema:featureList "Supports streaming structured partial objects"@en ;
  schema:featureList "Compatible with OpenAI, Anthropic, Gemini, and Ollama"@en ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/steel-browser> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Steel"@en ;
  schema:headline "Open-source browser infrastructure built exclusively for AI agents"@en ;
  schema:description "Steel provides production-grade headless browser sandboxes with built-in stealth, session persistence, and anti-bot mitigation."@en ;
  dcterms:description "Steel is an open-source browser API and cloud infrastructure layer built specifically for autonomous web agents. Instead of dealing with flaky local Chrome processes, Steel spins up isolated browser sandboxes pre-configured with residential proxy rotation, CAPTCHA bypass, and live session debugging."@en ;
  schema:url <https://steel.dev> ;
  schema:documentation <https://docs.steel.dev> ;
  schema:codeRepository <https://github.com/steel-dev/steel-browser> ;
  aa:enablerCategory "browser-automation" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "headless-chrome" ;
  dcat:keyword "playwright" ;
  dcat:keyword "puppeteer" ;
  dcat:keyword "anti-bot" ;
  dcat:keyword "stealth" ;
  dcat:keyword "open-source" ;
  schema:featureList "100% open source self-hostable via Docker or managed cloud API"@en ;
  schema:featureList "Built-in residential proxy rotation and CAPTCHA solving"@en ;
  schema:featureList "Session recording and interactive visual live debugger"@en ;
  schema:featureList "Direct compatibility with Playwright, Puppeteer, and Stagehand"@en ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/exa> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Exa Search API"@en ;
  schema:headline "Neural search engine & structured content extractor for AI agents"@en ;
  schema:description "Exa is an embedding-powered web search engine designed for LLMs, delivering clean semantic snippets and structured page extraction."@en ;
  dcterms:description "Exa replaces traditional keyword search engines with semantic vector retrieval across the live web. AI agents can search using natural language or target URL embeddings, retrieving concise highlights and structured markdown formatted for context windows."@en ;
  schema:url <https://exa.ai> ;
  schema:documentation <https://docs.exa.ai> ;
  schema:codeRepository <https://github.com/exa-labs/exa-py> ;
  aa:enablerCategory "web-scraping" ;
  aa:pricingModel "Freemium" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "neural-search" ;
  dcat:keyword "embeddings" ;
  dcat:keyword "agent-search" ;
  dcat:keyword "rag" ;
  dcat:keyword "extraction" ;
  dcat:keyword "api" ;
  schema:featureList "Neural semantic search tuned for LLM context windows"@en ;
  schema:featureList "Domain filtering (e.g. restrict to .dk domains and Danish government sites)"@en ;
  schema:featureList "Sub-second highlight extraction with zero boilerplate"@en ;
  schema:featureList "Official Python and TypeScript SDKs + MCP server integration"@en ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/enablers/agentql> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "AgentQL"@en ;
  schema:headline "AI-powered semantic query language for web scraping and automation"@en ;
  schema:description "AgentQL uses natural language queries to locate web elements and extract structured data without brittle CSS selectors or XPath."@en ;
  dcterms:description "AgentQL eliminates the main failure point of web scrapers: fragile CSS and XPath selectors that break when sites change. By querying elements with semantic descriptions (e.g. `{ company_name, cvr_number, vat_status }`), AgentQL automatically resolves the correct DOM nodes even across UI redesigns."@en ;
  schema:url <https://agentql.com> ;
  schema:documentation <https://docs.agentql.com> ;
  schema:codeRepository <https://github.com/tinyfish-io/agentql> ;
  aa:enablerCategory "web-scraping" ;
  aa:pricingModel "Freemium" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "semantic-scraping" ;
  dcat:keyword "playwright" ;
  dcat:keyword "query-language" ;
  dcat:keyword "ai-selectors" ;
  dcat:keyword "resilient" ;
  schema:featureList "Natural language element targeting (no CSS/XPath needed)"@en ;
  schema:featureList "Self-healing against website UI and DOM updates"@en ;
  schema:featureList "Drop-in Playwright extension with Python and TypeScript SDKs"@en ;
  schema:featureList "AgentQL MCP server for interactive agent browser control"@en ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/enablers/baml> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "BAML"@en ;
  schema:headline "Type-safe prompt programming language & LLM function compiler"@en ;
  schema:description "BAML is a domain-specific language that turns complex LLM prompts into strongly-typed functions with automatic client generation."@en ;
  dcterms:description "BAML (Basically A Made-up Language) brings software engineering rigor to prompt engineering. Write typed schemas and prompts in `.baml` files, test them with live preview in VS Code, and compile them into zero-overhead, type-safe clients for Python, TypeScript, and Go."@en ;
  schema:url <https://boundaryml.com> ;
  schema:documentation <https://docs.boundaryml.com> ;
  schema:codeRepository <https://github.com/boundaryml/baml> ;
  aa:enablerCategory "sandboxes-runtimes" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "dsl" ;
  dcat:keyword "type-safe" ;
  dcat:keyword "prompt-engineering" ;
  dcat:keyword "schema" ;
  dcat:keyword "open-source" ;
  dcat:keyword "compiler" ;
  schema:featureList "Compiles prompts into native TypeScript, Python, and Go SDKs"@en ;
  schema:featureList "4x token savings over verbose JSON schema formats"@en ;
  schema:featureList "Schema-Aligned Parsing (SAP) heals malformed LLM responses"@en ;
  schema:featureList "Interactive VS Code playground with hot-reloading testing"@en ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/supergateway> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Supergateway"@en ;
  schema:headline "Proxy stdio MCP servers over SSE & WebSockets for remote AI agents"@en ;
  schema:description "Supergateway bridges local stdio-based Model Context Protocol servers to Server-Sent Events (SSE) and WebSockets for remote cloud agents."@en ;
  dcterms:description "Most open-source MCP servers are built for local stdio communication. Supergateway acts as a lightweight proxy, allowing developers to expose stdio MCP tools over HTTP/SSE endpoints, enabling remote cloud agents, Docker containers, and web clients to call them seamlessly."@en ;
  schema:url <https://github.com/supercorp-ai/supergateway> ;
  schema:codeRepository <https://github.com/supercorp-ai/supergateway> ;
  aa:enablerCategory "mcp-builders" ;
  aa:pricingModel "Open Source" ;
  aa:featured false ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "mcp" ;
  dcat:keyword "sse" ;
  dcat:keyword "websockets" ;
  dcat:keyword "proxy" ;
  dcat:keyword "docker" ;
  dcat:keyword "networking" ;
  dcat:keyword "open-source" ;
  schema:featureList "Translates stdio MCP servers to SSE and WebSocket streams"@en ;
  schema:featureList "Enables Dockerized MCP servers to communicate with host clients"@en ;
  schema:featureList "Bidirectional bridging (stdio <-> network)"@en ;
  schema:featureList "Zero-install execution via npx"@en ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/spider> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Spider Crawler"@en ;
  schema:headline "High-performance Rust web crawler & scraper generating LLM-ready markdown"@en ;
  schema:description "Spider is an ultra-fast web crawler written in Rust that streams clean Markdown, structured JSON, and embeddings for AI models."@en ;
  dcterms:description "Spider is engineered for maximum crawling throughput. Written in Rust, it defaults to lightweight HTTP requests for static content and automatically escalates to headless browser rendering only when JavaScript is strictly required, generating pristine LLM markdown at extreme speed."@en ;
  schema:url <https://spider.cloud> ;
  schema:documentation <https://spider.cloud/docs> ;
  schema:codeRepository <https://github.com/spider-rs/spider> ;
  aa:enablerCategory "web-scraping" ;
  aa:pricingModel "Open Source" ;
  aa:featured false ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "crawler" ;
  dcat:keyword "rust" ;
  dcat:keyword "fast" ;
  dcat:keyword "markdown" ;
  dcat:keyword "rag" ;
  dcat:keyword "open-source" ;
  schema:featureList "Concurrent multi-threaded crawling in Rust"@en ;
  schema:featureList "Smart mode: runs HTTP for static pages, headless browser for JS"@en ;
  schema:featureList "Built-in AI extraction with natural language prompt filters"@en ;
  schema:featureList "Official SDKs for Rust, Python, TypeScript, and Node.js"@en ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/langfuse> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Langfuse"@en ;
  schema:headline "Open-source LLM observability, tracing & prompt management platform"@en ;
  schema:description "Langfuse provides full-lifecycle tracing, evaluation, and monitoring for AI agents executing complex multi-step tool calls."@en ;
  dcterms:description "When AI agents execute tool calling across Danish APIs, scrapers, and MCP servers, Langfuse captures complete execution traces, token consumption, latency, and tool input/output payloads. Developers can debug agent failures, track costs, and evaluate output quality in real time."@en ;
  schema:url <https://langfuse.com> ;
  schema:documentation <https://langfuse.com/docs> ;
  schema:codeRepository <https://github.com/langfuse/langfuse> ;
  aa:enablerCategory "sandboxes-runtimes" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "observability" ;
  dcat:keyword "tracing" ;
  dcat:keyword "monitoring" ;
  dcat:keyword "prompt-management" ;
  dcat:keyword "open-source" ;
  schema:featureList "Detailed distributed tracing of agent tool calls & model steps"@en ;
  schema:featureList "Self-hostable via Docker or managed cloud platform"@en ;
  schema:featureList "Cost tracking, latency monitoring, and token analytics"@en ;
  schema:featureList "Integrations with Vercel AI SDK, LangChain, LlamaIndex, and OpenAI"@en ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/openapi-mcp-server> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "OpenAPI MCP Proxy"@en ;
  schema:headline "Convert any REST OpenAPI or Swagger spec into instant MCP tools"@en ;
  schema:description "Dynamically translates OpenAPI 3.0/3.1 specifications into Model Context Protocol tools with automated parameter validation."@en ;
  dcterms:description "OpenAPI MCP Proxy allows agents to instantly connect to any REST API that provides a Swagger or OpenAPI specification. It automatically parses endpoints, schemas, and parameters, exposing them as typed tools with Zod validation over stdio or HTTP transports."@en ;
  schema:url <https://github.com/sotayamashita/openapi-mcp-server> ;
  schema:codeRepository <https://github.com/sotayamashita/openapi-mcp-server> ;
  aa:enablerCategory "mcp-builders" ;
  aa:pricingModel "Open Source" ;
  aa:featured false ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcat:keyword "openapi" ;
  dcat:keyword "swagger" ;
  dcat:keyword "mcp" ;
  dcat:keyword "rest-api" ;
  dcat:keyword "automation" ;
  dcat:keyword "open-source" ;
  schema:featureList "Dynamic mapping of OpenAPI operations to MCP tools"@en ;
  schema:featureList "Zod schema validation on input parameters"@en ;
  schema:featureList "Supports HTTP Bearer, API key, and Basic auth"@en ;
  schema:featureList "Runs locally via npx without manual code generation"@en ;
  schema:isAccessibleForFree true .

<https://agentaccess.dk/enablers/is-it-agent-ready> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Is Your Site Agent-Ready?"@en ;
  schema:headline "Automated agent-readiness scanner auditing web services for MCP, A2A, WebMCP, and Auth.md"@en ;
  schema:headline "Automatiseret agentparatheds-scanner der tester webløsninger for MCP, A2A, WebMCP og Auth.md"@da ;
  schema:description "Cloudflare's automated scanner evaluating web services across Discoverability, Content Accessibility, Bot Access Control, Protocol Discovery, and Commerce."@en ;
  schema:description "Cloudflares automatiserede scanner, der evaluerer webløsninger inden for opdagelse, indholdstilgængelighed, bot-adgang, protokolstandarder og handel."@da ;
  dcterms:description "Is Your Site Agent-Ready? (isitagentready.com) is an open testing and validation scanner created by Cloudflare to evaluate how accessible and capable web applications are for autonomous AI agents. The tool systematically audits endpoints across five key Agent Experience (AX) categories: Discoverability (robots.txt, XML sitemaps, Link discovery headers, DNS-AID), Content Accessibility (Markdown content negotiation via Accept: text/markdown), Bot Access Control (AI crawler rules, Content Signals, Web Bot Auth), Protocol Discovery (MCP Server Cards, Agent Skills, WebMCP, API Catalogs, OAuth Discovery, OAuth Protected Resource RFC 9728, Auth.md, and A2A Agent Cards), and Agentic Commerce (x402, MPP, UCP, ACP). The scanner provides an instant readiness score (Levels 0–5) alongside actionable remediation instructions that developers can directly copy-paste into AI coding agents like Cursor, Windsurf, or Claude Code to fix failing checks."@en ;
  dcterms:description "Is Your Site Agent-Ready? (isitagentready.com) er en åben test- og valideringsscanner udviklet af Cloudflare, der vurderer hvor tilgængelige og parate webløsninger er til autonome AI-agenter. Værktøjet foretager systematiske audits på tværs af fem centrale Agent Experience (AX) kategorier: Opdagelse (robots.txt, XML-sitemaps, Link discovery headers, DNS-AID), Indholdstilgængelighed (Markdown content negotiation via Accept: text/markdown), Bot-adgangskontrol (AI crawler-regler, Content Signals, Web Bot Auth), Protokolopdagelse (MCP Server Cards, Agent Skills, WebMCP, API-kataloger, OAuth Discovery, OAuth Protected Resource RFC 9728, Auth.md samt A2A Agent Cards) og Agentisk Handel (x402, MPP, UCP, ACP). Scanneren leverer en øjeblikkelig parathedsscore (Niveau 0–5) samt handlingsanvisende udbedringsinstruktioner, som udviklere kan kopiere direkte over i AI-kodeassistenter som Cursor, Windsurf eller Claude Code for hurtigt at rette fejl."@da ;
  schema:url <https://isitagentready.com> ;
  schema:documentation <https://developers.cloudflare.com/agents/> ;
  aa:enablerCategory "mcp-builders" ;
  aa:pricingModel "Freemium" ;
  aa:featured true ;
  schema:dateCreated "2026-09-09"^^xsd:date ;
  dcat:keyword "agent-readiness" ;
  dcat:keyword "scanner" ;
  dcat:keyword "mcp-audit" ;
  dcat:keyword "a2a-card" ;
  dcat:keyword "auth-md" ;
  dcat:keyword "webmcp" ;
  dcat:keyword "cloudflare" ;
  dcat:keyword "testing" ;
  dcat:keyword "discoverability" ;
  dcat:keyword "markdown-negotiation" ;
  schema:featureList "Audits Discoverability: robots.txt, XML sitemaps, Link headers, and DNS-AID"@en ;
  schema:featureList "Evaluates Content Accessibility: Markdown content negotiation (Accept: text/markdown)"@en ;
  schema:featureList "Tests Protocol Discovery: MCP Server Card, A2A Agent Card, Auth.md, WebMCP, and Agent Skills"@en ;
  schema:featureList "Verifies OAuth Standards: RFC 8414 Discovery and RFC 9728 Protected Resource"@en ;
  schema:featureList "Assesses Agentic Commerce: x402, MPP, UCP, and ACP payment protocols"@en ;
  schema:featureList "Generates copy-paste agent prompts for Cursor, Claude Code, and Windsurf to fix failing checks"@en ;
  schema:featureList "Exposes native WebMCP scan_site tool for in-browser autonomous agent scanning"@en ;
  schema:featureList "Tester opdagelse: robots.txt, XML-sitemaps, Link-headers og DNS-AID"@da ;
  schema:featureList "Evaluerer indholdstilgængelighed: Markdown-forhandling (Accept: text/markdown)"@da ;
  schema:featureList "Tester protokolopdagelse: MCP Server Card, A2A Agent Card, Auth.md, WebMCP og Agent Skills"@da ;
  schema:featureList "Verificerer OAuth-standarder: RFC 8414 Discovery og RFC 9728 Protected Resource"@da ;
  schema:featureList "Undersøger agentisk handel: x402, MPP, UCP og ACP betalingsprotokoller"@da ;
  schema:featureList "Genererer udbedringsprompts til Cursor, Claude Code og Windsurf til direkte fejlretning"@da ;
  schema:featureList "Eksponerer indbygget WebMCP scan_site-værktøj til in-browser agentscanning"@da ;
  schema:isAccessibleForFree false .

<https://agentaccess.dk/enablers/deepseek-harness> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "DeepSeek Harness"@en ;
  schema:headline "Compose secure AI agents from replaceable plugins, tools, and runtimes"@en ;
  schema:headline "Sammensæt sikre AI-agenter ud fra udskiftelige plugins, værktøjer og runtimes"@da ;
  schema:description "An open-source, plugin-native agent runtime from DeepSeek AI with a CLI, Web UI, Python SDK, tool registry, persistent sessions, sandboxing, and approval policies."@en ;
  schema:description "Et open-source, plugin-baseret agent-runtime fra DeepSeek AI med CLI, Web UI, Python SDK, værktøjsregister, persistente sessioner og sandkassestyring."@da ;
  dcterms:description "DeepSeek Harness is a composable runtime for building and operating agents that can inspect files, edit workspaces, execute shell commands, call structured tools, delegate work, and maintain plans. Its Cordis architecture implements models, tools, skills, sessions, storage, sandboxes, scheduling, the agent loop, and user interfaces as replaceable plugins coordinated through typed services and events. Sandbox backends, scoped tool restrictions, guarded execution pipelines, and configurable approval policies help constrain filesystem, shell, and network operations."@en ;
  dcterms:description "DeepSeek Harness er et modulært runtime til opbygning og drift af agenter, der kan inspicere filer, redigere arbejdsområder, køre terminalkommandoer og kalde strukturerede værktøjer. Dets Cordis-arkitektur muliggør udskiftning af modeller, værktøjer og sandkasser via typede plugins med stærke godkendelsespolitikker."@da ;
  schema:url <https://deepseek.com/harness/> ;
  schema:documentation <https://deepseek-harness.github.io/deepseek-harness/en/guide/quickstart> ;
  schema:codeRepository <https://github.com/deepseek-ai/deepseek-harness> ;
  aa:enablerCategory "sandboxes-runtimes" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-09-08"^^xsd:date ;
  dcat:keyword "ai-agents" ;
  dcat:keyword "agent-runtime" ;
  dcat:keyword "plugins" ;
  dcat:keyword "cordis" ;
  dcat:keyword "sandbox" ;
  dcat:keyword "tool-use" ;
  dcat:keyword "python-sdk" ;
  dcat:keyword "deepseek" ;
  schema:featureList "Plugin-native Cordis architecture for replacing models, tools, sessions, storage, sandboxes, loops, and user interfaces"@en ;
  schema:featureList "CLI profiles, local Web UI, headless execution, and an embeddable Python SDK"@en ;
  schema:featureList "Schema-validated model-facing tool registry with scoped allowlists, restrictions, cancellation, and execution policies"@en ;
  schema:featureList "Persistent agent sessions with append-only logs for tool calls, context injection, replay, recovery, and branching"@en ;
  schema:featureList "Filesystem and shell capabilities protected by sandbox backends and configurable approval policies"@en ;
  schema:featureList "Composable profiles and bundles for distributing custom agents and third-party integrations without modifying the core"@en ;
  schema:featureList "Plugin-baseret Cordis-arkitektur til udskiftning af modeller, værktøjer, sessioner og sandkasser"@da ;
  schema:featureList "CLI-profiler, lokalt Web UI, headless-afvikling og et integrerbart Python SDK"@da ;
  schema:featureList "Skemavalideret værktøjsregister med godkendelsespolitikker og rettighedsstyring"@da ;
  schema:featureList "Persistente agentsessioner med append-only logs og genoptagelse"@da ;
  schema:featureList "Filsystem- og terminaladgang beskyttet af sandkasse-backends"@da ;
  schema:isAccessibleForFree true .
