Scopecraft Command (scopecraft/command) is an MCP server listed on the M8ven Trust Index. It scores 53 out of 100, grade D. It declares 18 tools. No publisher has claimed this listing.

D
Caution
53/100

Scopecraft Command

Scopecraft Command - A CLI and MCP server for Markdown-Driven Task Management (MDTM)

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

scopecraft

Source: mcp.so · also listed on Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 5 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
// tools this server exposes18 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

task_list

Lists tasks with comprehensive filtering across the workflow-based task system. By default shows "top-level" view (simple tasks + parent overviews, no subtasks) - the most useful overview for understanding what work is available. Supports filtering by task structure, workflow location, task type, st

task_get

Retrieves complete details of a specific task including all metadata, content sections, and relationships. Essential for understanding task requirements, current status, and context before making updates. For subtasks within parent tasks, provide parent_id to ensure correct resolution. Returns workf

task_create

Creates a new task with auto-generated ID based on title. Tasks are created with type-specific templates that provide initial content structure. To modify content after creation, use task_get to view the template, then task_update to customize sections. Can create standalone tasks or subtasks within

task_update

Updates a task's metadata and/or content. Use this after task_create to customize the template-generated content. Supports partial updates - only specified fields change. Can update metadata (status, priority, etc.) and individual sections (instruction, tasks, deliverable, log) independently.

task_move

Moves tasks between workflow states. Automatically updates status based on transition unless disabled. Archive moves require YYYY-MM date.

task_delete

Permanently deletes a task file. For parent tasks, use cascade:true to delete the entire folder with subtasks. This operation cannot be undone.

template_list

Lists available task templates. Templates define initial content for different task types.

init_root

Initialize or set the project root directory for the current session.

get_current_root

Get the current project root configuration.

list_projects

List all configured projects.

debug_code_path

Debug tool to verify which version of the code is running.

parent_list

Lists parent tasks (folders with _overview.md). Shows task hierarchies and optionally includes progress stats and subtask details. Parent tasks represent complex work with multiple subtasks.

parent_get

Retrieves complete details of a specific parent task including overview, all subtasks, and supporting files. Returns the parent task with all its subtasks in proper sequence order. Use this when you need full information about a parent task and its breakdown.

parent_create

Creates a parent task folder with _overview.md and optional initial subtasks. Parent tasks organize complex work with multiple subtasks that can be sequenced or run in parallel.

parent_operations

Perform bulk operations on a parent task's subtasks. Resequence to reorder tasks, parallelize to make tasks run simultaneously, or add new subtasks at specific positions.

task_transform

Transform tasks between simple and parent forms. Promote creates a parent folder from a simple task. Extract pulls a subtask out to standalone. Adopt moves a task into a parent (currently broken - will document in response).

search

Search tasks and documentation using full-text search with filtering capabilities. Returns matching results with relevance scores and text excerpts showing matched content. Use this tool for discovering tasks by keywords, finding related work, or locating specific information across the project. Ke

search_reindex

Rebuild the search index to ensure all content is searchable with current data. Use this tool when search results seem outdated, after bulk imports, or if you suspect the index is corrupted. When to use: - After importing multiple tasks from another system - If search results are missing recently c

// known CVEs in dependencies1 critical5 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalsimple-git@3.27.0GHSA-r275-fr43-pm7q

simple-git has blockUnsafeOperationsPlugin bypass via case-insensitive protocol.allow config key enables RCE

high@modelcontextprotocol/sdk@1.11.4GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.11.4GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.11.4GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highsimple-git@3.27.0GHSA-hffm-xvc3-vprc

simple-git is vulnerable to Remote Code Execution

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configSCOPECRAFT_STRICT_PATHS
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

All four hints declared on every tool

18/18 tools missing one or more hints — task_list (missing: openWorldHint); task_get (missing: openWorldHint); task_create (missing: openWorldHint), +15 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

Only 0/18 tool handlers declare input schemas (0%)

Declare an inputSchema with zod/joi/yup on every tool definition.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tool test coverage

Only 3/18 tools referenced in tests (17%)

Write tests that reference each tool by name so every tool has at least one test.

Shell command execution

7 child_process calls — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

1 critical, 5 high severity in production deps — simple-git@3.27.0 (critical), @modelcontextprotocol/sdk@1.11.4 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dependency freshness

2/14 production deps stale: @iarna/toml@2023-07-15 (2.9y), gray-matter@2023-07-12 (2.9y)

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/scopecraft/command?variant=verified)](https://m8ven.ai/mcp/scopecraft/command)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: ba95eaec68a8a4ceff79e602fe4b13573ebaf467
code hash: 65bb7cf486d1239135367081b5a9244f745c50eda91d4023d284069fa30602d1
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client