{
  "protocolVersion": "1.0",
  "name": "AI Score",
  "description": "BAGS agent-readiness scanner. Prefer the MCP server at https://aiscore.getbags.app/mcp (tool scan_site) for machine use.",
  "version": "1.0.0",
  "provider": {
    "organization": "BAGS",
    "url": "https://www.getbags.app"
  },
  "documentationUrl": "https://aiscore.getbags.app/llms-full.txt",
  "supportedInterfaces": [
    {
      "url": "https://aiscore.getbags.app/mcp",
      "protocolBinding": "HTTP",
      "transport": "HTTP",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/markdown"],
  "skills": [
    {
      "id": "scan-site",
      "name": "Scan site for agent-readiness",
      "description": "Call MCP tool scan_site with a url to get Level, score, and check evidence.",
      "tags": ["agent-readiness", "mcp", "scan"]
    }
  ]
}
