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

<https://agentaccess.dk/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 .
