{
  "$schema": "https://modelcontextprotocol.io/schema/2025-03-26/server-manifest",
  "name": "shopalyze",
  "version": "0.1.0",
  "description": "AI Era Site Diagnostics — SEO + AI Accessibility Score(AI-AS) 진단 도구. URL 한 번에 17개 항목을 분석하고 개선 제안을 제공합니다.",
  "homepage": "https://shopalyze.net",
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://shopalyze.net/mcp"
    }
  ],
  "tools": [
    {
      "name": "analyze_url",
      "description": "특정 URL의 SEO + AI Accessibility Score를 분석합니다. 분석은 비동기로 진행되며 task_id를 반환합니다."
    },
    {
      "name": "get_result",
      "description": "task_id로 분석 결과를 조회합니다. 상태(queued/running/done/failed)와 완료 시 점수 + 개선 제안을 반환합니다."
    },
    {
      "name": "history",
      "description": "특정 URL의 과거 분석 이력을 조회합니다."
    }
  ],
  "rate_limit": {
    "per_minute": 20,
    "scope": "shared with HTTP API"
  }
}
