← Registry

AI & Machine Learning

planexe.org

Helps create and manage AI plan proposals with example prompts and model profiles.

1 endpoint11 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.planexe.org/mcp

No auth detected

MCP server metadata

Name
planexe-mcp-server
Version
1.28.1
Capabilities
experimentalpromptsresourcestools
Server instructions

PlanExe generates strategic project-plan drafts from a natural-language prompt. Output is a self-contained interactive HTML report (~700KB) with 20+ sections including executive summary, interactive Gantt charts, risk analysis, SWOT, governance, investor pitch, team profiles, work breakdown, scenario comparison, expert criticism, and adversarial sections (premortem, self-audit checklist, premise attacks) that stress-test whether the plan holds up. The output is a draft to refine, not final ground truth — but it surfaces hard questions the prompter may not have considered. Use PlanExe for substantial multi-phase projects with constraints, stakeholders, budgets, and timelines. Do not use PlanExe for tiny one-shot outputs (for example: 'give me a 5-point checklist'); use a normal LLM response for that. The planning pipeline is fixed end-to-end; callers cannot select individual internal pipeline steps to run. Required interaction order: call example_plans first (optional, to preview what PlanExe output looks like — curated example reports and zip bundles). Then call example_prompts. Optional before plan_create: call model_profiles to see profile guidance and available models in each profile. Then perform a non-tool step: draft a strong prompt as flowing prose (not structured markdown with headers or bullets), typically ~300-800 words, and get user approval. Good prompt shape: objective, scope, constraints, timeline, stakeholders, budget/resources, and success criteria. Write the prompt as flowing prose — weave specs, constraints, and targets naturally into sentences. Only after approval, call plan_create. Each plan_create call creates a new plan_id; the server does not enforce a global per-client concurrency limit. Then poll plan_status (about every 5 minutes) to check progress; use plan_file_info when complete. plan_status is the primary way to track progress — it returns structured JSON with progress_percentage, steps_completed/steps_total, and current_step. Optionally, run `curl -N <sse_url>` in a background shell as a completion detector — the stream auto-closes when the plan reaches a terminal state (completed/failed/stopped). If plan generation fails before completing all steps, call plan_resume to continue from where it left off without discarding completed work. Use plan_retry instead for a full restart (plan must be in failed state). Both accept a failed plan_id and optional model_profile (defaults to baseline). To stop, call plan_stop with the plan_id from plan_create; stopping is asynchronous and the plan will transition to the stopped state. If model_profiles returns MODEL_PROFILES_UNAVAILABLE, inform the user that no models are currently configured and the server administrator needs to set up model profiles. Tool errors use {error:{code,message}}. plan_file_info returns {ready:false,reason:...} while the artifact is not yet ready; check readiness by testing whether download_url is present in the response. plan_file_info download_url is the absolute URL where the requested artifact can be downloaded. To list recent plans for a user call plan_list; returns plan_id, state, progress_percentage, created_at, and prompt_excerpt for each plan. plan_status state contract: pending/processing => keep polling; completed => download is ready; failed => terminal error; stopped => user called plan_stop (consider plan_resume). Troubleshooting: if plan_status stays in pending for longer than 5 minutes, the plan was likely queued but not picked up by a worker (server issue). If plan_status is in processing and output files do not change for longer than 20 minutes, the plan_create likely failed/stalled. In both cases, report the issue to PlanExe developers on GitHub: https://github.com/PlanExeOrg/PlanExe/issues . Main output: a self-contained interactive HTML report (~700KB) with collapsible sections and interactive Gantt charts — open in a browser. The zip contains the intermediary pipeline files (md, json, csv) that fed the report. Use send_feedback to report issues or share observations about plan quality, workflow friction, or the MCP interface. Feedback is fire-and-forget and never blocks the workflow. New users: create an account and obtain an API key at https://home.planexe.org/ .

Known tools 11

example_plans

Returns a curated list of example plans with download links for reports and zip bundles.

Inferred read-only
example_prompts

Call this first.

Inferred read-only
model_profiles

Optional helper before plan_create.

Inferred read-only
plan_create

Call only after example_prompts and after you have completed prompt drafting/approval (non-tool step).

Inferred read-only
plan_status

Returns status and progress of the plan currently being created.

Inferred read-only
plan_stop

Request the plan generation to stop.

Inferred read-only
plan_retry

Retry a plan that is currently in failed or stopped state.

Inferred read-only
plan_resume

Resume a failed or stopped plan without discarding completed intermediary files.

Inferred read-only
plan_file_info

Returns file metadata (content_type, download_url, download_size, expires_at) for the report or zip artifact.

Inferred read-only
plan_list

List the most recent plans for an authenticated user.

Inferred read-only
send_feedback

Submit feedback about PlanExe — issues, impressions, or suggestions.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.planexe-mcp-server]
url = "https://mcp.planexe.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "planexe-mcp-server": {
      "type": "http",
      "url": "https://mcp.planexe.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: planexe-mcp-server
Remote MCP URL: https://mcp.planexe.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "planexe-mcp-server": {
      "url": "https://mcp.planexe.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "planexe-mcp-server": {
      "type": "http",
      "url": "https://mcp.planexe.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "planexe-mcp-server",
  "transport": "streamable-http",
  "url": "https://mcp.planexe.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.