Ceum exposes a Model Context Protocol (MCP) server so external tools — Claude Desktop, Cursor, custom agents — can read and write your workspace through token-scoped, audited tool calls. This section catalogs every tool, grouped by the part of the workspace it operates on.
These articles are generated from the live set of tools — what you read here is exactly what an agent sees when it lists the tools available over MCP, so the descriptions and parameters always match the server.
How to use this reference
- Browsing by category. Each child article lists one category's tools, with a one-line summary table and per-tool parameter tables. Open the category that matches the entity you want to touch.
- Looking up a single tool. Tool names follow
verb_entity(e.g.list_tasks,create_subscription). Headings on each category page anchor to the tool name, so a deep link like/kb/mcp-tools-tasks#create-taskjumps straight to it. - Understanding side effects. Every tool's mutating flag and audit-log behavior is documented in MCP — Overview. Mutations are recorded against the calling token; reads are not.
Categories
- Tasks — list/get/create/update/delete, plus bulk and flag operations.
- Task Types — per-user task type catalog (Feature, Bug, Improvement, etc.).
- Task Comments — list and CRUD comments on a task.
- Projects — workspace containers for tasks, time, and finances.
- Statuses — read and manage the per-user task and project status catalogs that gate mutations.
- Calendar — events plus the unified calendar view (events + task spans + subscription renewals).
- Documents — markdown documents with version history and PDF export.
- Time entries — the time tracker; start/resume sessions, edit entries, aggregate totals.
- Subscriptions — recurring incomes and expenses, pause/unpause, due-date queries.
- Transactions — one-off financial transactions, individually or in bulk.
- Invoices — list, read, and manage invoices.
- Kanban — read-only access to kanban boards and their visible-status whitelists.
- Relationships — typed, directional links between projects and between tasks.
- Links — incrementally link/unlink a project to clients, a task to projects, a time entry to tasks.
- Relationship Types — per-user catalog of relationship types (e.g. blocks, relates to).
- Clients — CRM clients; list with chip filters, read, create, update, delete, and bulk-import.
- Client Statuses — per-user client status lifecycle that gates client mutations.
- Tags — the shared tag catalog used to label entities across the workspace.
- Search — cross-entity search over clients, projects, tasks, invoices, documents, and the knowledge base.
- Settings — read-only general preferences, user profile, and assistant configuration.
On mobile
Connecting external MCP tools is configured from the web app.