{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.json",
  "name": "Kamensky Machine Tool Plant (Twite) MCP Server",
  "description": "Official MCP for Kamensky CNC Plant Twite: configurator, catalog, birzha, resources.",
  "vendor": {
    "name": "Каменский станкостроительный завод Твайт",
    "url": "https://zavod-stanki.ru"
  },
  "version": "1.3.0",
  "protocolVersion": "2025-11-25",
  "serverInfo": {
    "name": "ru.zavod-stanki.mcp",
    "version": "1.3.0"
  },
  "homepage": "https://stanki-chpu.ru/",
  "transport": {
    "type": "streamable-http",
    "url": "https://stanki-chpu.ru/mcp",
    "endpoint": "https://stanki-chpu.ru/mcp"
  },
  "capabilities": {
    "tools": true,
    "prompts": false,
    "resources": true
  },
  "authentication": {
    "required": false,
    "type": "none"
  },
  "tools": [
    {
      "name": "search_machines"
    },
    {
      "name": "calculate_machine_price"
    },
    {
      "name": "get_birzha_orders"
    },
    {
      "name": "get_machine_detail"
    },
    {
      "name": "subscribe_to_factory_events"
    },
    {
      "name": "ask_manager"
    }
  ],
  "resources": [
    {
      "uri": "zavod://docs/ncstudio-manual"
    },
    {
      "uri": "zavod://catalog/full-json"
    },
    {
      "uri": "zavod://docs/llms-full"
    },
    {
      "uri": "zavod://docs/brand"
    }
  ]
}
