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