{
  "site": {
    "name": "妙算子（姓名笔画解读）",
    "alternateName": "xingming-jiedu",
    "canonical": "https://name.mihaozhuan.com/",
    "language": "zh-CN",
    "summary": "基于康熙字典笔画的 H5 姓名测算服务。",
    "operatingStage": "内测期",
    "versionDate": "2026-06-04"
  },
  "agentFiles": {
    "llmsTxt": "https://name.mihaozhuan.com/llms.txt",
    "llmsFullTxt": "https://name.mihaozhuan.com/llms-full.txt",
    "agentTools": "https://name.mihaozhuan.com/.well-known/agent-tools.json",
    "robotsTxt": "https://name.mihaozhuan.com/robots.txt",
    "sitemap": "https://name.mihaozhuan.com/sitemap.xml"
  },
  "mcp": {
    "status": "not_live",
    "recommendedDiscoveryPath": "https://name.mihaozhuan.com/.well-known/mcp.json",
    "recommendedEndpoint": "https://name.mihaozhuan.com/mcp",
    "recommendedTools": [
      "run_name_test",
      "get_name_test",
      "health_check"
    ]
  },
  "routes": [
    {
      "id": "home",
      "url": "https://name.mihaozhuan.com/",
      "title": "妙算子首页",
      "intent": "H5 SPA 入口"
    },
    {
      "id": "single",
      "url": "https://name.mihaozhuan.com/single",
      "title": "单身女测算",
      "intent": "单身女性的 6格 + 场景化解读"
    },
    {
      "id": "in-relationship",
      "url": "https://name.mihaozhuan.com/in-relationship",
      "title": "非单身女测算",
      "intent": "男友 / 已婚 / 离异 / 丧偶 4 状态细分"
    },
    {
      "id": "result",
      "url": "https://name.mihaozhuan.com/result/:id",
      "title": "解读结果",
      "intent": "单次解读报告"
    },
    {
      "id": "api-calculate",
      "url": "https://name.mihaozhuan.com/api/calculate",
      "title": "测算 API",
      "intent": "POST 测算主接口"
    },
    {
      "id": "api-result",
      "url": "https://name.mihaozhuan.com/api/result/:id",
      "title": "查询解读 API",
      "intent": "按 id 拉取完整 JSON"
    },
    {
      "id": "api-health",
      "url": "https://name.mihaozhuan.com/api/health",
      "title": "API 健康检查",
      "intent": "返回 { status: 'ok' }"
    }
  ]
}
