{
  "servers": [
    {
      "name": "tsinghu-compliance",
      "title": "TSINGHU Compliance MCP",
      "version": "1.0.0",
      "url": "https://tsinghu.com/api/mcp",
      "transport": "streamable-http",
      "protocolVersions": [
        "2025-06-18",
        "2025-03-26"
      ],
      "authorization": {
        "required_for": [
          "request_quote",
          "subscribe_changes",
          "submit_complaint"
        ],
        "metadata": "https://tsinghu.com/.well-known/oauth-protected-resource",
        "alternatives": [
          "web-bot-auth"
        ]
      },
      "tools": [
        {
          "name": "search_regulations",
          "description": "检索法规与标准条目。返回条目数组，每条含 source_url 与 verified_at，可直接引用。",
          "auth": "public"
        },
        {
          "name": "get_regulation",
          "description": "取单条法规的完整内容与变更历史。",
          "auth": "public"
        },
        {
          "name": "get_market_requirements",
          "description": "取某个市场的强制性、发证方式、CB 转证可行性、典型周期与关联法规。",
          "auth": "public"
        },
        {
          "name": "get_product_profile",
          "description": "取产品线的适用标准、样品要求、关键测试、覆盖市场与典型周期。",
          "auth": "public"
        },
        {
          "name": "get_certification_mark",
          "description": "取某个认证标志的强制性、签发方、取得要求、标志使用规则与有效期。",
          "auth": "public"
        },
        {
          "name": "search_knowledge",
          "description": "检索知识库：法规解读、准入指南、认证流程与常见问答。",
          "auth": "public"
        },
        {
          "name": "plan_certification",
          "description": "根据产品与目标市场，组合出认证路径、测试顺序与周期区间。费用不给金额，统一按项目评估。",
          "auth": "public"
        },
        {
          "name": "verify_certificate",
          "description": "按编号查验交付物状态。未命中明确返回 not_found，不给模糊结论。",
          "auth": "public"
        },
        {
          "name": "request_quote",
          "description": "提交询价并返回真实工单号。与网页表单走同一条 API 与同一个工单流程。",
          "auth": "authorized"
        },
        {
          "name": "subscribe_changes",
          "description": "订阅法规与标准变更提醒。返回待确认状态——确认邮件点过之后才会真正开始推送。",
          "auth": "authorized"
        },
        {
          "name": "submit_complaint",
          "description": "提交投诉或建议，返回工单号与 24 小时首次回复时限。",
          "auth": "authorized"
        }
      ]
    }
  ]
}