{
  "version": "1.0",
  "provider": {
    "name": "杭州达拉理工智能装备有限责任公司",
    "brand": "Darra AI Studio",
    "url": "https://aistudio.darra.xyz",
    "contact": "support@darra.xyz"
  },
  "mcp": "https://aistudio.darra.xyz/mcp",
  "mcp_metadata": {
    "transport": "streamable-http",
    "authentication": "none",
    "server_card": "https://aistudio.darra.xyz/.well-known/mcp/server-card.json",
    "scope": "public documentation and product capability retrieval only"
  },
  "skills": [
    {
      "id": "product-overview",
      "name": "产品概况",
      "description": "查询 Darra AI Studio：开放式工业视觉平台，独立 Windows 桌面端（数据集/标注/训练/蒸馏/评估/导出），现场推理走独立 Darra AI SDK。不是 PLC IDE 内置模块，不是 MES/ERP。不做强化学习。macOS 不在 v1。",
      "endpoint": "https://aistudio.darra.xyz/mcp",
      "tool": "get_product_overview",
      "reference": "https://aistudio.darra.xyz/doc/overview"
    },
    {
      "id": "features",
      "name": "功能",
      "description": "独立桌面端、开放导出、可选单向加密、C ABI 六语言 SDK、ONNX/TensorRT/OpenVINO/DirectML/RKNN。无强化学习。不承诺硬实时。公开 SDK 不含加密签发。",
      "endpoint": "https://aistudio.darra.xyz/mcp",
      "tool": "list_features",
      "reference": "https://aistudio.darra.xyz/doc/sdk/intro"
    },
    {
      "id": "pricing",
      "name": "定价与授权",
      "description": "价格以 https://shop.darra.xyz 当前页面为准，不要编造数字。不按设备卖、不按账号卖。一条激活码打进一份模型包，离线永久推理。试用是单独口令+次数。",
      "endpoint": "https://aistudio.darra.xyz/mcp",
      "tool": "get_pricing",
      "reference": "https://shop.darra.xyz"
    },
    {
      "id": "sdk-install",
      "name": "SDK 安装",
      "description": "按语言获取安装命令：C# NuGet Darra.AI.Runtime、Java Maven xyz.darra:darra-ai、Python pip darra-ai、C/C++ darra_ai.h、Rust 路径依赖 darra-ai（不发布 crates.io）。公开包是 runtime。",
      "endpoint": "https://aistudio.darra.xyz/mcp",
      "tool": "get_sdk_install",
      "args": { "language": "c#" },
      "reference": "https://aistudio.darra.xyz/doc/sdk/intro"
    },
    {
      "id": "code-generation",
      "name": "SDK 代码生成",
      "description": "按官方 runtime API 生成推理代码：open / open_plain → infer_image → close。公开包不能加密签发。明文 ONNX 用 open_plain。v1 无视频流。不要生成强化学习代码。",
      "endpoint": "https://aistudio.darra.xyz/mcp",
      "tool": "get_code_prompt",
      "args": { "language": "c#" },
      "reference": "https://aistudio.darra.xyz/ai-prompts.txt"
    },
    {
      "id": "inference-session",
      "name": "现场推理会话",
      "description": "一模型一会话。加密容器 .darmodel + .darmkey（或永久密码）；明文用 open_plain。阈值/输入边长/类别名在加密时写入，推理侧不让客户改。",
      "endpoint": "https://aistudio.darra.xyz/mcp",
      "tool": "search",
      "args": { "query": "session open darmodel infer" },
      "reference": "https://aistudio.darra.xyz/doc/sdk/c"
    },
    {
      "id": "honest-boundaries",
      "name": "诚实边界",
      "description": "无强化学习。不承诺硬实时（阻塞推理，PLC 须在扫描周期外调用）。macOS 不在 v1。驱动不代装。不承诺 dump 免疫。RKNN 只在 linux-arm64。指名 Provider 不可用则 fail-closed。",
      "endpoint": "https://aistudio.darra.xyz/mcp",
      "tool": "search",
      "args": { "query": "强化学习 硬实时 macOS dump RKNN" },
      "reference": "https://aistudio.darra.xyz/doc/overview"
    },
    {
      "id": "download-installation",
      "name": "下载与安装",
      "description": "Studio Windows 安装包与 SDK 内核包从 shop.darra.xyz 获取。C# 也可 NuGet Darra.AI.Runtime。Linux 仅 SDK 内核包，不发放 Studio GUI。",
      "endpoint": "https://aistudio.darra.xyz/mcp",
      "tool": "get_sdk_install",
      "args": { "language": "c#" },
      "reference": "https://aistudio.darra.xyz/doc/downloads"
    },
    {
      "id": "contact",
      "name": "购买与技术支持",
      "description": "购买以 https://shop.darra.xyz 为准。技术支持 support@darra.xyz。官网 https://aistudio.darra.xyz",
      "endpoint": "https://aistudio.darra.xyz/mcp",
      "tool": "get_product_overview",
      "reference": "https://shop.darra.xyz"
    }
  ]
}
