{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.clarwiz/site",
  "title": "Clarwiz",
  "description": "Read Clarwiz's briefing, list its pages, get a demo booking link, or file a working-session request.",
  "version": "1.0.0",
  "websiteUrl": "https://clarwiz.com",
  "repository": {
    "source": "github",
    "url": "https://github.com/ClarityHQTech/clarwiz-website",
    "subfolder": "functions"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://clarwiz.com/mcp",
      "supportedProtocolVersions": ["2025-11-25", "2025-06-18", "2025-03-26", "2024-11-05"]
    }
  ],
  "serverInfo": {
    "name": "com.clarwiz/site",
    "title": "Clarwiz",
    "version": "1.0.0"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://clarwiz.com/mcp"
  },
  "endpoint": "https://clarwiz.com/mcp",
  "capabilities": {
    "tools": {
      "listChanged": true,
      "names": ["get_clarwiz_overview", "list_pages", "get_demo_booking_link", "request_working_session"]
    },
    "resources": {
      "listChanged": true,
      "uris": [
        "https://clarwiz.com/llms.txt",
        "https://clarwiz.com/index.md",
        "https://clarwiz.com/auth.md",
        "https://clarwiz.com/.well-known/agent-skills/clarwiz-overview/SKILL.md"
      ]
    }
  },
  "authentication": {
    "type": "none",
    "documentation": "https://clarwiz.com/auth.md"
  },
  "_meta": {
    "com.clarwiz/notes": "Stateless Streamable HTTP: POST JSON-RPC to the endpoint; GET and DELETE return 405. The only tool with a side effect is request_working_session, which emails the Clarwiz team (not the person named); it is rate limited per client address."
  }
}
