Back to search
100
MCP live v1.0.0 streamable-http

PlanExe

io.github.PlanExeOrg/planexe

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

Uptime
100.0%
2 probes
Response
924ms
last probe
Tools
11
callable

Tools · 11

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 us…

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…

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_PROF…

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 mi…

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. eve…

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…

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_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 pla…

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 wi…

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_…

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, w…

Similar MCP servers embedding-nearest

PlanExe
MCP server for generating rough-draft project plans from natural-language prompts.
0 tools · streamable-http
OrgX MCP - Agent Orchestration live
Agent orchestration + org memory via MCP. Manage initiatives and decisions from any client.
28 tools · streamable-http
AI Design Blueprint live
Enterprise-safe agentic AI design doctrine. Read-only MCP, UK/EU residency, zero-training policy.
24 tools · streamable-http
JxBrowser MCP Server live
MCP server to assist with JxBrowser development.
2 tools · streamable-http
Microsoft Learn MCP live
Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.
3 tools · streamable-http
ThinkNEO Control Plane live
Enterprise AI governance: spend, guardrails, policy, budgets, compliance, and provider health.
68 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "planexe": {
      "url": "https://mcp.planexe.org/mcp",
      "transport": "streamable-http"
    }
  }
}