Checkvist MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHECKVIST_API_KEY | Yes | Your Checkvist API key | |
| CHECKVIST_USERNAME | Yes | Your Checkvist email address |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| checkvist_list_checklistsA | Get all checklists for the authenticated user. Can filter for archived lists. |
| checkvist_get_checklistC | Get information about a specific checklist by ID |
| checkvist_create_checklistB | Create a new checklist |
| checkvist_update_checklistC | Update an existing checklist |
| checkvist_delete_checklistA | Delete a checklist (marks for deletion) |
| checkvist_get_tasksA | Get all tasks from a checklist as raw JSON. Use checkvist_get_tasks_summary instead for easier reading. Only use this when you need the complete JSON data structure. |
| checkvist_get_tasks_summaryA | Get tasks from a checklist in a readable text format (RECOMMENDED). For VERY LARGE checklists: use preview=true to see only top-level tasks. For large checklists: use compact=true to show all tasks with titles+IDs only. For small checklists: use default to see full details. |
| checkvist_get_taskA | Get a specific task by ID, including its parent hierarchy (returns JSON) |
| checkvist_get_task_treeA | Get a specific task and its subtasks in readable text format. Use max_depth to limit size if needed. |
| checkvist_get_checklist_statsA | Get statistics about a checklist: number of tasks, top-level tasks, average depth, etc. Use this first to understand checklist size. |
| checkvist_list_top_level_tasksA | Get ONLY the list of top-level task IDs and titles (no subtasks). Use this to get an overview, then use checkvist_get_task_tree to read each one individually. |
| checkvist_get_tasks_paginatedA | Get ALL tasks in chunks to avoid size limits. Returns a specific page of top-level tasks with their subtasks. Call multiple times with different page numbers to read entire checklist. |
| checkvist_create_taskB | Create a new task in a checklist |
| checkvist_update_taskC | Update an existing task |
| checkvist_close_taskC | Close/complete a task |
| checkvist_reopen_taskA | Reopen a closed task |
| checkvist_delete_taskA | Delete a task and its children |
| checkvist_invalidate_taskA | Mark a task as invalidated (status=2, different from closed) |
| checkvist_set_repeating_taskC | Configure a task to repeat on a schedule |
| checkvist_import_tasksA | Import multiple tasks at once in Checkvist format (indented text) |
| checkvist_get_notesA | Get all notes/comments for a task |
| checkvist_create_noteB | Create a note/comment on a task |
| checkvist_update_noteC | Update an existing note/comment |
| checkvist_delete_noteB | Delete a note/comment from a task |
| checkvist_get_current_userA | Get profile information for the authenticated user |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mats-i/checkvist-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server