{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "app.cnvs/whiteboard",
  "title": "cnvs.app",
  "description": "Zero-auth real-time collaborative whiteboard with MCP — AI agents + humans edit the same board live.",
  "version": "1.0.1",
  "websiteUrl": "https://cnvs.app",
  "repository": {
    "url": "https://github.com/lksrz/cnvs-whiteboard-skills",
    "source": "github"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://cnvs.app/mcp"
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "protocolVersion": "2025-06-18",
      "authentication": "none",
      "subscribe": true,
      "tools": [
        "open_board",
        "get_board",
        "get_preview",
        "add_text",
        "add_link",
        "add_image",
        "draw_stroke",
        "move",
        "erase",
        "wait_for_update"
      ],
      "resources": [
        "cnvs://board/{id}/state.json",
        "cnvs://board/{id}/preview.svg"
      ],
      "documentation": "https://cnvs.app/llms.txt",
      "openapi": "https://cnvs.app/openapi.json",
      "quotasManifest": "https://cnvs.app/quotas.json",
      "skills": [
        {
          "name": "cnvs-whiteboard",
          "canonical": "https://cnvs.app/cnvs-whiteboard/SKILL.md",
          "description": "How to collaborate on a cnvs.app board as an AI agent — read state, mutate via REST, subscribe via MCP."
        },
        {
          "name": "mcp-listen",
          "canonical": "https://cnvs.app/mcp-listen/SKILL.md",
          "description": "Generic Streamable-HTTP MCP notification pump — wraps cleanly under Claude Code's Monitor tool."
        }
      ]
    }
  }
}
