← Back to search

@tobiashochguertel/taskbook-mcp-server

tobias.hochguertel Scanned 22d ago

MCP (Model Context Protocol) server for Taskbook — exposes task management tools and resources to LLM clients

C
67.3 / 100

Versions

1.15.3latest
Mar 20, 2026
1.15.2
Mar 20, 2026
1.15.1
Mar 20, 2026
1.15.0
Mar 20, 2026
1.14.4
Mar 20, 2026
+ show 12 moreshow less
1.14.3
Mar 20, 2026
1.14.2
Mar 20, 2026
1.14.1
Mar 20, 2026
1.14.0
Mar 20, 2026
1.13.1
Mar 19, 2026
1.13.0
Mar 19, 2026
1.12.1
Mar 19, 2026
1.12.0
Mar 19, 2026
1.11.1
Mar 19, 2026
1.11.0
Mar 19, 2026
1.10.0
Mar 19, 2026
1.9.0
Mar 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 18

list_tasks
annotations: none low

List all tasks, optionally filtered by board name

board string
create_task
annotations: none low

Create a new task on a board

board string description string
complete_task
annotations: none low

Toggle a task

task_id number
begin_task
annotations: none low

Toggle a task

task_id number
set_task_priority
annotations: none low

Set a task

task_id number priority number
list_boards
annotations: none low

List all boards with item counts

move_item
annotations: none low

Move a task or note to a different board

item_id number target_board string
search_items
annotations: none low

Search tasks and notes by description, tag, or board name

query string
edit_item
annotations: none low

Edit an item

item_id number description string
delete_item
annotations: none low

Permanently delete a task or note

item_id number
archive_item
annotations: none low

Move an item to the archive

item_id number
star_item
annotations: none low

Toggle the star/bookmark on a task or note

item_id number
get_status
annotations: none low

Check taskbook server health and current user info

get_item
annotations: none low

Get a specific task or note by its ID

item_id number
get_board
annotations: none low

Get all tasks and notes on a specific board

board string
list_archive
annotations: none low

List all archived tasks and notes

list_notes
annotations: none low

List all notes, optionally filtered by board

board string
create_note
annotations: none low

Create a new note on a board

body string board string description string

Permissions 3

network medium
Server uses network capabilities via: fetch()
shell high
Server uses shell capabilities via: child_process, execSync()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 63

low
Tool 'list_tasks' has no annotations annotation_checker · 100%
low
Tool 'create_task' has no annotations annotation_checker · 100%
low
Tool 'complete_task' has no annotations annotation_checker · 100%
low
Tool 'begin_task' has no annotations annotation_checker · 100%
low
Tool 'set_task_priority' has no annotations annotation_checker · 100%
low
Tool 'list_boards' has no annotations annotation_checker · 100%
low
Tool 'move_item' has no annotations annotation_checker · 100%
low
Tool 'search_items' has no annotations annotation_checker · 100%
low
Tool 'edit_item' has no annotations annotation_checker · 100%
low
Tool 'delete_item' has no annotations annotation_checker · 100%
low
Tool 'archive_item' has no annotations annotation_checker · 100%
low
Tool 'star_item' has no annotations annotation_checker · 100%
low
Tool 'get_status' has no annotations annotation_checker · 100%
low
Tool 'get_item' has no annotations annotation_checker · 100%
low
Tool 'get_board' has no annotations annotation_checker · 100%
low
Tool 'list_archive' has no annotations annotation_checker · 100%
low
Tool 'list_notes' has no annotations annotation_checker · 100%
low
Tool 'create_note' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Suspicious package name: react-dom dependency_analyzer · 60%
medium
Vulnerable dependency: vite@8.0.0 (GHSA-4w7w-66w2-5vf9) dependency_analyzer · 95%
medium
Vulnerable dependency: vite@8.0.0 (GHSA-fx2h-pf6j-xcff) dependency_analyzer · 95%
medium
Vulnerable dependency: vite@8.0.0 (GHSA-p9ff-h696-f583) dependency_analyzer · 95%
medium
Vulnerable dependency: vite@8.0.0 (GHSA-v2wj-q39q-566r) dependency_analyzer · 95%
medium
Vulnerable dependency: vite@8.0.0 (GHSA-v6wh-96g9-6wx3) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.14.0 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.14.0 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.14.0 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
medium
Hex string literal (>50 chars) in tobiashochguertel-taskbook-f9e4942/packages/taskbook-mcp-server/tests/server.test.ts:10 entropy_analyzer · 70%
medium
Hex string literal (>50 chars) in tobiashochguertel-taskbook-f9e4942/packages/taskbook-mcp-server/tests/crypto.test.ts:6 entropy_analyzer · 70%
medium
Hex string literal (>50 chars) in tobiashochguertel-taskbook-f9e4942/packages/taskbook-mcp-server/tests/crypto.test.ts:52 entropy_analyzer · 70%
medium
Hex string literal (>50 chars) in tobiashochguertel-taskbook-f9e4942/packages/taskbook-mcp-server/tests/config.test.ts:65 entropy_analyzer · 70%
medium
Hex string literal (>50 chars) in tobiashochguertel-taskbook-f9e4942/packages/taskbook-mcp-server/tests/config.test.ts:72 entropy_analyzer · 70%
medium
Buffer.from base64 in tobiashochguertel-taskbook-f9e4942/packages/taskbook-mcp-server/src/auth/routes.ts:345 entropy_analyzer · 75%
info
package.json metadata manifest_parser · 100%
info
Tool: list_tasks manifest_parser · 70%
info
Tool: create_task manifest_parser · 70%
info
Tool: complete_task manifest_parser · 70%
info
Tool: begin_task manifest_parser · 70%
info
Tool: set_task_priority manifest_parser · 70%
info
Tool: list_boards manifest_parser · 70%
info
Tool: move_item manifest_parser · 70%
info
Tool: search_items manifest_parser · 70%
info
Tool: edit_item manifest_parser · 70%
info
Tool: delete_item manifest_parser · 70%
info
Tool: archive_item manifest_parser · 70%
info
Tool: star_item manifest_parser · 70%
info
Tool: get_status manifest_parser · 70%
info
Tool: get_item manifest_parser · 70%
info
Tool: get_board manifest_parser · 70%
info
Tool: list_archive manifest_parser · 70%
info
Tool: list_notes manifest_parser · 70%
info
Tool: create_note manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (21) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 162 components sbom_generator · 100%
high
Hardcoded Password found in tobiashochguertel-taskbook-f9e4942/crates/taskbook-client/src/auth.rs secret_scanner · 65%
high
Authorization Bearer Token found in tobiashochguertel-taskbook-f9e4942/docs/ai-agent-tools/copilot-cli.md secret_scanner · 70%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%