{
  "protocolVersion": "0.3.0",
  "name": "Pacestack Agent Readiness Scanner",
  "description": "Scans any website to measure how visible and accessible it is to AI shopping agents. Returns a score (0-100), letter grade, category breakdowns across Structured Data, AI Accessibility, MCP Readiness, and AI Perception, plus prioritized recommendations. Used by brands to optimize their presence in AI-driven commerce.",
  "url": "https://scanner.pacestack.io",
  "preferredTransport": "HTTP+JSON",
  "provider": {
    "organization": "Pacestack",
    "url": "https://pacestack.io"
  },
  "iconUrl": "https://pacestack.io/brand/beehiiv-logo.png",
  "version": "1.0.0",
  "documentationUrl": "https://pacestack.io/api-docs.json",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {
    "agentKey": {
      "type": "apiKey",
      "in": "header",
      "name": "X-Agent-Key",
      "description": "API key for authenticated agent access with elevated rate limits"
    }
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "scan-website",
      "name": "AI Agent Readiness Scan",
      "description": "Scans a website URL and returns its AI Agent Readiness Score (0-100), letter grade (A-F), category-level breakdowns for Structured Data, AI Accessibility, MCP Readiness, and AI Perception, individual check results with pass/fail status, and top prioritized recommendations for improvement.",
      "tags": ["scanning", "ai-readiness", "structured-data", "seo", "mcp", "agent-optimization", "e-commerce", "b2a"],
      "examples": [
        "Scan https://example.com for AI agent readiness",
        "How visible is nike.com to AI shopping agents?",
        "Check the agent readiness score for shopify.com",
        "What is the MCP readiness of amazon.com?"
      ],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-scan-results",
      "name": "Retrieve Scan Results",
      "description": "Retrieves previously completed scan results by scan ID. Returns the full scan report including score, grade, all category breakdowns, and recommendations.",
      "tags": ["scanning", "results", "report"],
      "examples": [
        "Get the scan results for scan ID abc123",
        "Show me the full report for my previous scan"
      ],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "industry-benchmarks",
      "name": "Industry Benchmarks",
      "description": "Returns aggregate AI agent readiness benchmarks for a specific e-commerce industry vertical, including average score, grade distribution, top performers, and common gaps. Available industries: fashion, beauty, electronics, health_wellness, food_beverage, home, baby_kids, pets, outdoor_sports, luxury.",
      "tags": ["benchmarks", "industry", "comparison", "analytics", "e-commerce"],
      "examples": [
        "What is the average agent readiness score for fashion brands?",
        "Show me the top-performing beauty brands for AI agent readiness",
        "How does the electronics industry compare on MCP readiness?"
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "leaderboard",
      "name": "Agent Readiness Leaderboard",
      "description": "Returns the top-scoring websites for AI agent readiness across all industries or filtered by a specific vertical. Shows brand name, score, grade, and industry.",
      "tags": ["leaderboard", "rankings", "top-performers"],
      "examples": [
        "Show me the top 10 most AI-agent-ready e-commerce sites",
        "Which pet care brands have the highest agent readiness scores?"
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["application/json"]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}
