Cerase Tasks MCPofficial
A
licenseNot graded
qualityB
maintenanceA tasks and projects board MCP server for agents, providing create, list, and status update tools with agent-scoped access via control-plane proxy.
MIT
No user-submitted related servers found.
Scored across 3 tools
The three tools have clearly distinct purposes: searching, creating, and updating status. No overlap or ambiguity exists between them.
All tool names follow a consistent verb_noun pattern with lower snake_case: search_tasks, create_task, set_status. This makes the API predictable and easy to navigate.
With only three tools, the server is tightly scoped to its purpose as a minimal task board. Each tool earns its place and there is no bloat.
The core lifecycle of creating, searching, and updating task status is covered. Missing delete and full task editing are minor gaps, but the essential workflow is functional.