{
  "ok": true,
  "name": "kanban",
  "url": "https://mcp.zovo.one/mcp/kanban",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-06.1",
  "summary": "Boards, columns and tasks are kept per token; nothing is uploaded and nothing is downloaded.",
  "tool_count": 16,
  "tools": [
    "task_add",
    "task_list",
    "task_move",
    "task_update",
    "task_done",
    "task_delete",
    "task_search",
    "board",
    "task_start_timer",
    "task_log_time",
    "project_list",
    "overdue",
    "weekly_review",
    "columns_set",
    "license_status",
    "license_activate"
  ],
  "free_limits": "3 projects, 200 open tasks, the default 5 columns (a custom column set is Pro)",
  "authentication": {
    "note": "This GET is public so a health check and a browser both get an answer. The JSON-RPC traffic is POST and still needs a token.",
    "get_a_free_token": "GET https://mcp.zovo.one/mcp/token",
    "ready_made_urls": "GET https://mcp.zovo.one/mcp/connect",
    "header_form": "Authorization: Bearer <token>",
    "url_form": "https://mcp.zovo.one/mcp/kanban/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}