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