Real-time collaborative whiteboard — AI agents and humans edit the same board live over MCP.
What it says
The record the registry holds
Where it answers
https://cnvs.app/mcp · streamable-http
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "app.cnvs/whiteboard",
"description": "Real-time collaborative whiteboard — AI agents and humans edit the same board live over MCP.",
"title": "cnvs.app",
"repository": {
"url": "https://github.com/lksrz/cnvs-whiteboard-skills",
"source": "github"
},
"version": "1.0.2",
"websiteUrl": "https://cnvs.app",
"remotes": [
{
"type": "streamable-http",
"url": "https://cnvs.app/mcp"
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"authentication": {
"default": "none — the board ID is the access credential.",
"perBoardLock": {
"channels": {
"argument": "access_key on the tool / resource params",
"header": "X-Board-Key"
},
"endpoints": {
"lock": "POST https://cnvs.app/api/boards/<id>/lock",
"unlock": "POST https://cnvs.app/api/boards/<id>/unlock",
"verify": "POST https://cnvs.app/api/boards/<id>/verify-key"
},
"errorCode": -32001,
"keyFormat": "6 chars [a-z0-9]",
"modes": [
"write",
"all"
],
"noRecovery": true
}
},
"documentation": "https://cnvs.app/llms.txt",
"openapi": "https://cnvs.app/openapi.json",
"protocolVersion": "2025-06-18",
"quotasManifest": "https://cnvs.app/quotas.json",
"resources": [
"cnvs://board/{id}/state.json",
"cnvs://board/{id}/preview.svg"
],
"skills": [
{
"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": "cnvs-whiteboard"
},
{
"canonical": "https://cnvs.app/mcp-listen/SKILL.md",
"description": "Generic Streamable-HTTP MCP notification pump — wraps cleanly under Claude Code's Monitor tool.",
"name": "mcp-listen"
}
],
"subscribe": true,
"tools": [
"open_board",
"get_board",
"get_preview",
"add_text",
"add_link",
"add_image",
"draw_stroke",
"move",
"erase",
"wait_for_update"
]
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-15T18:01:23.940241Z",
"publishedAt": "2026-06-15T18:01:23.940241Z",
"updatedAt": "2026-06-15T18:01:23.940241Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you callversion 1.0.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.