planexe-mcp

planexe-mcp is a skill for Claude Code, Codex from PlanExeOrg/PlanExe. It costs 36 tokens per session (2,235 once invoked), scanned A, original, MIT.

A connector for using PlanExe through the Model Context Protocol, either through a hosted service or a Docker deployment.

In plain words
What is it for?
Use it to configure PlanExe access with a service URL and API key, or connect to a local or remote Docker instance.
Why use it?
It provides one setup path for connecting to PlanExe in cloud, remote-container, or local-container environments.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/planexeorg/planexe/planexe-mcp
Any agent
npx skills add PlanExeOrg/PlanExe --skill planexe-mcp
Clone the repo
git clone --depth 1 https://github.com/PlanExeOrg/PlanExe

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for planexe-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/planexeorg/planexe/planexe-mcp.svg)](https://agentmods.dev/skills/planexeorg/planexe/planexe-mcp)
Your own site
<a href="https://agentmods.dev/skills/planexeorg/planexe/planexe-mcp"><img src="https://agentmods.dev/badge/skills/planexeorg/planexe/planexe-mcp.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,235 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00036 $0.02235
Opus 5 $0.00018 $0.01118
Sonnet 5 $0.00007 $0.00447
Haiku 4.5 $0.00004 $0.00224

Measured 5d ago against content hash e68d59c0f32d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

planexe-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/planexe-mcp/SKILL.md · 362 lines

How it starts

The opening of the file, as written. The whole thing — 362 lines — stays where its author put it; the contents beside it link to each section on GitHub.

PlanExe MCP Skill

Access PlanExe's powerful planning capabilities directly from OpenClaw via the Model Context Protocol (MCP).

Overview

The planexe-mcp skill provides a unified interface to interact with PlanExe across three deployment scenarios:

  • Cloud: mcp.planexe.org (Stripe credits at home.planexe.org)
  • Remote Docker: Container on a separate machine
  • Local Docker: Container on the same machine as OpenClaw

Setup by Deployment Scenario

Scenario A: Cloud-Hosted Service

Connect to the hosted PlanExe MCP service.

Configuration:

Add to your OpenClaw config or environment:

PLANEXE_MCP_URL=https://mcp.planexe.org
PLANEXE_API_KEY=your_api_key_from_planexe_account

How to Get Your API Key:

  1. Visit home.planexe.org
  2. Purchase credits via Stripe
  3. Generate an API key in your account dashboard
  4. Copy the key to your OpenClaw configuration

Scenario B: Remote Docker

Run PlanExe in Docker on a separate machine and connect remotely.

On the Remote Machine:

docker run -p 8001:8001 planexe/planexe:latest

Configuration in OpenClaw:

PLANEXE_MCP_URL=http://<remote-ip>:8001
PLANEXE_API_KEY=your_api_key

Replace <remote-ip> with your remote machine's IP address or hostname.


Scenario C: Local Docker

Run PlanExe in Docker on the same machine as OpenClaw.

Setup:

docker run -p 8001:8001 planexe/planexe:latest

Configuration in OpenClaw:

PLANEXE_MCP_URL=http://127.0.0.1:8001
PLANEXE_API_KEY=your_api_key

Invoking PlanExe Tools

The PlanExe MCP exposes nine core tools via the /mcp endpoint:

Tool 1: example_plans

Preview curated example plans with download links for reports and zip bundles.

No parameters required:

{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "example_plans",
    "arguments": {}
  }
}

Returns: List of example plans with title, report_url, and zip_url.

Read the full file on GitHub · 362 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 362 lines · 36 tokens per session scan A e68d59c0f32d

Subscribe to this mod's changes

planexe-mcp is a skill published in the GitHub repository PlanExeOrg/PlanExe (398 stars, last pushed 5d ago), licensed MIT. It adds 36 tokens to every session and 2,235 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.