← planexe.org
INDIVIDUAL MCP TOOL
example_plans
Returns a curated list of example plans with download links for reports and zip bundles.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.
Related tools
example_prompts— Call this first.model_profiles— Optional helper before plan_create.plan_create— Call only after example_prompts and after you have completed prompt drafting/approval (non-tool step).plan_status— Returns status and progress of the plan currently being created.plan_stop— Request the plan generation to stop.plan_retry— Retry a plan that is currently in failed or stopped state.plan_resume— Resume a failed or stopped plan without discarding completed intermediary files.plan_file_info— Returns file metadata (content_type, download_url, download_size, expires_at) for the report or zip artifact.