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