ToolPin

PlanExe

io.github.PlanExeOrg/planexe · v1.0.0 · MCP 2025-11-25

MCP server for generating rough-draft project plans from natural-language prompts.

Reachability reachable
checked 2026-07-14 03:56 UTC
Registry status active
Tools pinned 11
9bc6b56161e5
Tools last changed unchanged since first capture 2026-07-14

Provenance

Registry namespace io.github.PlanExeOrg (GitHub-account verified by the official registry)
Repository github.com/planexeorg/planexe
Website https://mcp.planexe.org/
Remote endpoints
https://mcp.planexe.org/mcp (streamable-http)

Observed changes

When (UTC)EventDetail
2026-07-14 03:56 first capture 11 tools pinned

Pinned tool definitions (11)

ToolDescription
example_plans Returns a curated list of example plans with download links for reports and zip bundles. Use this to preview what PlanExe output looks like before creating your own plan. Especially useful when the user asks what the output looks like...
example_prompts Call this first. Returns example prompts that define what a good prompt looks like. Do NOT call plan_create yet. Optional before plan_create: call model_profiles to choose model_profile. Next is a non-tool step: formulate a detailed...
model_profiles Optional helper before plan_create. Returns model_profile options with plain-language guidance and currently available models in each profile. If no models are available, returns error code MODEL_PROFILES_UNAVAILABLE.
plan_create Call only after example_prompts and after you have completed prompt drafting/approval (non-tool step). PlanExe turns the approved prompt into a strategic project-plan draft (20+ sections) in ~10-20 min. Sections include: executive...
plan_status Returns status and progress of the plan currently being created. This is the primary way to check progress — it returns structured JSON with all progress fields. Poll at reasonable intervals (e.g. every 5 minutes): plan generation...
plan_stop Request the plan generation to stop. Pass the plan_id (the UUID returned by plan_create). Stopping is asynchronous: the stop flag is set immediately but the plan may continue briefly before halting. A stopped plan will transition to the...
plan_retry Retry a plan that is currently in failed or stopped state. Pass the plan_id and optionally model_profile (defaults to baseline). The plan is reset to pending, prior artifacts are cleared, and the same plan_id is requeued for processing....
plan_resume Resume a failed or stopped plan without discarding completed intermediary files. Plan generation restarts from the first incomplete step, skipping all steps that already produced output files. Use plan_resume when plan_status shows...
plan_file_info Returns file metadata (content_type, download_url, download_size, expires_at) for the report or zip artifact. Use artifact='report' (default) for the interactive HTML report (~700KB, self-contained with embedded JS for collapsible...
plan_list List the most recent plans for an authenticated user. Returns up to `limit` plans (default 10, max 50) newest-first, each with plan_id, state, progress_percentage, created_at (ISO 8601), and a prompt_excerpt (first 100 chars). Use this...
send_feedback Submit feedback about PlanExe — issues, impressions, or suggestions. Callable at any point in the workflow; fire-and-forget, never blocks. Use category to classify: mcp (MCP tools, SSE, plan_status, workflow), plan (the generated output...

Status badge

ToolPin status badge for io.github.PlanExeOrg/planexe

[![ToolPin](https://toolpin.dev/badge/io.github.PlanExeOrg/planexe.svg)](https://toolpin.dev/servers/io.github.PlanExeOrg/planexe)

Maintain this server? Add the badge to your README — it links your users to this live status page.