{
  "name": "ClawBox",
  "version": "1.0.0",
  "description": "Read-only info agent for ClawBox — dedicated AI-assistant hardware by ID Robots (OpenClaw Hardware), sold only at clawbox.com. Answers product, pricing, shipping, and FAQ questions.",
  "provider": {
    "organization": "ID Robots Ltd",
    "url": "https://clawbox.com"
  },
  "url": "https://clawbox.com/mcp",
  "preferredTransport": "streamable-http",
  "supportedInterfaces": [
    {
      "url": "https://clawbox.com/mcp",
      "transport": "streamable-http",
      "protocol": "mcp"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "get_products",
      "name": "get_products",
      "description": "List ClawBox hardware products with prices and specs.",
      "tags": [
        "clawbox",
        "product",
        "read-only"
      ]
    },
    {
      "id": "get_pricing",
      "name": "get_pricing",
      "description": "Get ClawBox hardware prices and the optional Pro/Max subscription plans.",
      "tags": [
        "clawbox",
        "product",
        "read-only"
      ]
    },
    {
      "id": "get_faq",
      "name": "get_faq",
      "description": "Answer a common ClawBox question. Optionally pass a query to filter.",
      "tags": [
        "clawbox",
        "product",
        "read-only"
      ]
    },
    {
      "id": "get_shipping_info",
      "name": "get_shipping_info",
      "description": "Get ClawBox shipping origin, destinations, guarantee, and payment options.",
      "tags": [
        "clawbox",
        "product",
        "read-only"
      ]
    },
    {
      "id": "search_site",
      "name": "search_site",
      "description": "Find the most relevant clawbox.com page for a query.",
      "tags": [
        "clawbox",
        "product",
        "read-only"
      ]
    }
  ]
}