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