Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

powerplan

PYPI · POWERPLAN-MCP · SCANNED SEP 20

MCP server that makes PLAN.md the operational backbone of agentic development

Available components

+4 this week 67 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security50
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 0 of 29 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability74
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 2588 tokens (~107/item across 24 items; 24 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage89
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 68% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "remove_task" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 24 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the powerplan MCP server?

powerplan runs locally as a PyPI package, launched with uvx powerplan-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · powerplan-mcp

# add to Claude Code
claude mcp add cynacons-powerplan -- uvx powerplan-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "cynacons-powerplan": {
      "command": "uvx",
      "args": [
        "powerplan-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "cynacons-powerplan": {
      "command": "uvx",
      "args": [
        "powerplan-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add cynacons-powerplan -- uvx powerplan-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cynacons-powerplan": {
      "type": "local",
      "command": [
        "uvx",
        "powerplan-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add cynacons-powerplan --command uvx --arg powerplan-mcp
# ~/.hermes/config.yaml
mcp_servers:
  cynacons-powerplan:
    command: "uvx"
    args: ["powerplan-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "cynacons-powerplan": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "powerplan-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add cynacons-powerplan -t stdio -c uvx -a powerplan-mcp
// mcp.json
{
  "mcpServers": {
    "cynacons-powerplan": {
      "command": "uvx",
      "args": [
        "powerplan-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 0
    • Package version: 0.7.0 → 0.8.0 functional
  • 18 Sept 26 +1
    • Security disclosure: unverified → fail functional
  • 17 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 −15
    • Malware scan: pass → unverified security
  • 12 Sept 26 +16
    • Malware scan: unverified → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/powerplan-mcp@0.8.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta

Background: Why install scripts are a supply-chain risk →

Dependencies 29 packages
Packages resolved 29
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 24 exposed · ~2,588 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_task ~88

Append a checkbox task to an iteration.

NameTypeReqDescription
agentstringOptional agent id tag written as [agent: id] on touched lines.
doneboolean
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
textstringyes
versionstringyes

No output schema declared.

No examples provided.

add_tasks ~119

Append several checkbox tasks in one write. Prefer this over repeated add_task. Shared done/agent apply to every item.

NameTypeReqDescription
agentstringOptional agent id tag written as [agent: id] on touched lines.
donebooleanMark every added task done (default false).
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
tasksarrayyesTask texts to append, in order.
versionstringyes

No output schema declared.

No examples provided.

add_to_backlog ~115

Append one (text) or many (texts) items to Future (Backlog) in one write.

NameTypeReqDescription
agentstringOptional agent id tag written as [agent: id] on touched lines.
checkboxboolean
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
textstringOne backlog item.
textsarraySeveral backlog items, in order. One write.

No output schema declared.

No examples provided.

append_prose ~54

Append freeform markdown at top level.

NameTypeReqDescription
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
textstringyes

No output schema declared.

No examples provided.

check_plan ~52

Structure lint: duplicates, multiple current, complete-with-open-tasks.

NameTypeReqDescription
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.

No output schema declared.

No examples provided.

close_iteration ~83

Mark iteration COMPLETE. Requires force=true if open tasks remain. Optional stamp (e.g. date) appended to title.

NameTypeReqDescription
forceboolean
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
stampstring
versionstringyes

No output schema declared.

No examples provided.

complete_task ~222

Tick one or many tasks in one write. For several, pass indexes (preferred after get_iteration) or tasks. For exactly one, index or task still work.

NameTypeReqDescription
agentstringOptional agent id tag written as [agent: id] on touched lines.
expectstringOptional guard for a single task: current text must match or the edit is refused. Ignored/rejected with tasks/indexes. Agent tags are ignored in the comparison.
indexintegerOne 1-based position. One addressing mode.
indexesarraySeveral 1-based positions. Prefer this after get_iteration. One write. One addressing mode.
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
taskstringOne task (exact, else unique substring). One addressing mode.
tasksarraySeveral task texts (exact, else unique substring). One write. One addressing mode.
versionstringyes

No output schema declared.

No examples provided.

create_iteration ~111

Create ### vX.Y.Z — Title iteration.

NameTypeReqDescription
agentstringOptional agent id tag written as [agent: id] on touched lines.
descriptionstring
goalstring
majorstring
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
statusstring
titlestringyes
versionstringyes

No output schema declared.

No examples provided.

create_major ~69

Create ## vX.Y — Title major section.

NameTypeReqDescription
descriptionstring
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
titlestringyes
versionstringyes

No output schema declared.

No examples provided.

create_plan ~127

Bootstrap a new PLAN.md when none exists (powernote-style skeleton). Default path: ./PLAN.md in cwd. Refuses overwrite unless force=true.

NameTypeReqDescription
forcebooleanOverwrite existing file if true.
goalstring
philosophystring
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
seed_majorbooleanInclude v0.1 / v0.1.0 starter shell (default true).
titlestringyes

No output schema declared.

No examples provided.

defer_task ~233

Move one or many tasks to the backlog in one write. For several, pass indexes or tasks. Shared reason/agent apply to every item.

NameTypeReqDescription
agentstringOptional agent id tag written as [agent: id] on touched lines.
expectstringOptional guard for a single task: current text must match or the edit is refused. Ignored/rejected with tasks/indexes. Agent tags are ignored in the comparison.
indexintegerOne 1-based position. One addressing mode.
indexesarraySeveral 1-based positions. Prefer this after get_iteration. One write. One addressing mode.
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
reasonstringOptional why, appended to the backlog entry.
taskstringOne task (exact, else unique substring). One addressing mode.
tasksarraySeveral task texts (exact, else unique substring). One write. One addressing mode.
versionstringyes

No output schema declared.

No examples provided.

find_task ~53

Locate tasks by substring match (JSON).

NameTypeReqDescription
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
textstringyes

No output schema declared.

No examples provided.

get_backlog ~46

Backlog section items (JSON).

NameTypeReqDescription
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.

No output schema declared.

No examples provided.

get_current_iteration ~64

JSON for the *current* iteration (what to work on now). Preferred agent entry — avoids reading all of PLAN.md.

NameTypeReqDescription
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.

No output schema declared.

No examples provided.

get_iteration ~58

JSON for one iteration by version (goal, tasks, progress).

NameTypeReqDescription
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
versionstringyes

No output schema declared.

No examples provided.

list_iterations ~55

List iterations filtered by open | complete | all.

NameTypeReqDescription
filterstring
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.

No output schema declared.

No examples provided.

remove_task ~195

Delete one or many tasks in one write. For several, pass indexes or tasks. Resolve-all then drop (indexes do not shift).

NameTypeReqDescription
expectstringOptional guard for a single task: current text must match or the edit is refused. Ignored/rejected with tasks/indexes. Agent tags are ignored in the comparison.
indexintegerOne 1-based position. One addressing mode.
indexesarraySeveral 1-based positions. Prefer this after get_iteration. One write. One addressing mode.
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
taskstringOne task (exact, else unique substring). One addressing mode.
tasksarraySeveral task texts (exact, else unique substring). One write. One addressing mode.
versionstringyes

No output schema declared.

No examples provided.

reopen_task ~217

Untick one or many tasks in one write. For several, pass indexes or tasks. For exactly one, index or task still work.

NameTypeReqDescription
agentstringOptional agent id tag written as [agent: id] on touched lines.
expectstringOptional guard for a single task: current text must match or the edit is refused. Ignored/rejected with tasks/indexes. Agent tags are ignored in the comparison.
indexintegerOne 1-based position. One addressing mode.
indexesarraySeveral 1-based positions. Prefer this after get_iteration. One write. One addressing mode.
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
taskstringOne task (exact, else unique substring). One addressing mode.
tasksarraySeveral task texts (exact, else unique substring). One write. One addressing mode.
versionstringyes

No output schema declared.

No examples provided.

set_iteration_goal ~63

Set/replace **Goal:** on an iteration.

NameTypeReqDescription
goalstringyes
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
versionstringyes

No output schema declared.

No examples provided.

show_current_iteration ~52

ASCII view of the resolved current iteration (humans/logs).

NameTypeReqDescription
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.

No output schema declared.

No examples provided.

show_miniplan ~137

Raw PLAN.md snippet: the current (or named) iteration byte-for-byte under its major header, with the neighbouring iterations collapsed to their header lines. The plan's own format is the view — start every session here instead of reading the whole file.

NameTypeReqDescription
afterintegerFollowing iterations shown as header lines only.
beforeintegerPreceding iterations shown as header lines only.
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
versionstringIteration to show; default = the current iteration.

No output schema declared.

No examples provided.

show_plan ~62

Compact index: counts + current iteration. Agents should prefer get_current_iteration / get_iteration over this or full PLAN.md.

NameTypeReqDescription
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.

No output schema declared.

No examples provided.

start_iteration ~56

Mark iteration ACTIVE / current; clears other current markers.

NameTypeReqDescription
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
versionstringyes

No output schema declared.

No examples provided.

update_task ~257

Rewrite task text, preserving done state. One task: text + index/task. Several: changes[{text, index|task, expect?}].

NameTypeReqDescription
agentstringOptional agent id tag written as [agent: id] on touched lines.
changesarraySeveral rewrites in one write. Do not mix with the singular text + index/task shape.
expectstringOptional guard for a single task: current text must match or the edit is refused. Ignored/rejected with tasks/indexes. Agent tags are ignored in the comparison.
indexintegerOne 1-based position. One addressing mode.
indexesarraySeveral 1-based positions. Prefer this after get_iteration. One write. One addressing mode.
plan_pathstringOptional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md.
taskstringOne task (exact, else unique substring). One addressing mode.
tasksarraySeveral task texts (exact, else unique substring). One write. One addressing mode.
textstringNew text for a single task.
versionstringyes

No output schema declared.

No examples provided.

Common questions

What is the powerplan MCP server?

powerplan is an MCP server listed in the public MCP registry as io.github.CynaCons/powerplan. MCP server that makes PLAN.md the operational backbone of agentic development. This page covers its PyPI package (powerplan-mcp).

Is the powerplan MCP server safe to use?

powerplan scores 67 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the powerplan MCP server expose?

powerplan exposes 24 tools: get_current_iteration, get_iteration, list_iterations, find_task, get_backlog, and 19 more. Their descriptions and schemas cost roughly 2,588 tokens of context every time the server is loaded.

Is the powerplan MCP server still maintained?

powerplan is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the powerplan MCP server under?

powerplan declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.