{
  "name": "Lumar Agentic Readiness Scanner",
  "description": "Reports which agent-facing technologies a website publishes and whether each is implemented correctly.",
  "version": "1.0.0",
  "protocolVersion": "1.0.0",
  "provider": {
    "organization": "Lumar",
    "url": "https://www.lumar.io/"
  },
  "documentationUrl": "https://agentic-readiness.lumar.io/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "supportedInterfaces": [
    {
      "url": "https://agentic-readiness.lumar.io/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0.0"
    }
  ],
  "skills": [
    {
      "id": "scan_site",
      "name": "Scan a site for agent readiness",
      "description": "Check which agent-facing technologies a website publishes (robots.txt, Content Signals, sitemaps, MCP server cards, OpenAPI, A2A agent cards and more) and whether each one is implemented correctly. Give it a bare domain for the site-wide signals, or a full URL to check that page as well.",
      "tags": [
        "seo",
        "agent-readiness",
        "mcp",
        "robots-txt",
        "site-audit"
      ],
      "examples": [
        "Scan example.com for agent readiness",
        "Check whether example.com publishes a valid sitemap"
      ]
    }
  ]
}