Skip to main content
ClaudeWave

Conqueror's Haki — an MCP server that forces ruthless top-1-3 prioritization. Part of the Grand Line stack.

MCP ServersOfficial Registry0 stars0 forksPythonApache-2.0Updated today
Install in Claude Code / Claude Desktop
Method: pip / Python · conquerors-haki-mcp
Claude Code CLI
claude mcp add conquerors-haki -- python -m conquerors-haki-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "conquerors-haki": {
      "command": "python",
      "args": ["-m", "venv"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install conquerors-haki-mcp
Use cases

MCP Servers overview

<!-- mcp-name: io.github.xfloukiex-lab/conquerors-haki -->
# ⚔️ Conqueror's Haki

<img src="icon.png" width="120" align="right" alt="Conqueror's Haki icon">

An MCP server that cuts a long list down to the **one to three things that actually matter right now**.

A [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server — one
focused tool you plug into an MCP-compatible client (Claude Desktop, Claude Code,
Cursor, and others).

## What it does

Models tend to treat every item on a list as equally worthy of attention. That's
the opposite of prioritization. Real prioritization means deciding what to
*ignore*.

Conqueror's Haki takes a list and a single goal, forces a ruthless head-to-head
ranking, and eliminates everything that doesn't directly serve that goal.

## Usage

Give it your backlog and a North Star (e.g. *"Launch a paid MVP in two weeks"*).
It returns:

- **The Conquered** — what was eliminated, each with a one-line reason it's a distraction
- **The Standing Kings** — the survivors, strictly ranked (at most three)
- **Reason for Dominance** — why each survivor earns the focus

Set `strictness_level="Overwhelming"` to force exactly **one** survivor.

**Tool reference:** `assert_conquerors_haki(items_to_evaluate: list[str], north_star_goal: str, strictness_level: str = "Supreme King")`

## How it works

**No API key, no cost, nothing leaves your machine.** The server returns an
engineered ranking prompt that your existing model executes — it makes no
language-model call of its own.

## Install

Requires Python 3.10 or newer.

```bash
pip install conquerors-haki-mcp
```

This installs the `conquerors-haki` command.

Then register it with your MCP client — either run `claude mcp add conquerors-haki -- conquerors-haki`,
or add this to the client's config (e.g. `claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "conquerors-haki": { "command": "conquerors-haki" }
  }
}
```

Restart the client and the tool is available.

## The Grand Line stack

Conqueror's Haki is part of a four-tool set. Each tool stands alone, but installing
all of them unlocks a final surprise via **Laugh Tale**.

| | Package | |
|---|---|---|
| 🗿 | [`road-poneglyph`](https://github.com/xfloukiex-lab/road-poneglyph) | Road Poneglyph |
| ⚔️ | [`conquerors-haki`](https://github.com/xfloukiex-lab/conquerors-haki) | Conqueror's Haki  ·  **← this repo** |
| ⏳ | [`toki-toki`](https://github.com/xfloukiex-lab/toki-toki) | Toki Toki no Mi |
| 🏴‍☠️ | [`laugh-tale`](https://github.com/xfloukiex-lab/laugh-tale) | Laugh Tale |

## Develop

```bash
git clone https://github.com/xfloukiex-lab/conquerors-haki
cd conquerors-haki
python -m venv .venv && . .venv/Scripts/activate   # macOS/Linux: source .venv/bin/activate
pip install -e ".[dev]"
python tests/test_conquerors_haki.py
```

## Attribution & license

Released under the **Apache-2.0** license. The icon is original artwork
(see `icon.svg`), generated locally; the repository ships no third-party assets.

*This is a fan-inspired project. It is not affiliated with, sponsored by, or
endorsed by the creators or rights holders of* One Piece *(Eiichiro Oda /
Shueisha / Toei Animation). "One Piece" and related names are used only as
thematic flavour and remain the property of their respective owners.*
aiai-agentsclaudeclaude-codecursordeveloper-toolsllmlocal-firstmcpmcp-servermodel-context-protocolprioritizationproductivitypython

What people ask about conquerors-haki

What is xfloukiex-lab/conquerors-haki?

+

xfloukiex-lab/conquerors-haki is mcp servers for the Claude AI ecosystem. Conqueror's Haki — an MCP server that forces ruthless top-1-3 prioritization. Part of the Grand Line stack. It has 0 GitHub stars and was last updated today.

How do I install conquerors-haki?

+

You can install conquerors-haki by cloning the repository (https://github.com/xfloukiex-lab/conquerors-haki) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is xfloukiex-lab/conquerors-haki safe to use?

+

xfloukiex-lab/conquerors-haki has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains xfloukiex-lab/conquerors-haki?

+

xfloukiex-lab/conquerors-haki is maintained by xfloukiex-lab. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to conquerors-haki?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy conquerors-haki to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: xfloukiex-lab/conquerors-haki
[![Featured on ClaudeWave](https://claudewave.com/api/badge/xfloukiex-lab-conquerors-haki)](https://claudewave.com/repo/xfloukiex-lab-conquerors-haki)
<a href="https://claudewave.com/repo/xfloukiex-lab-conquerors-haki"><img src="https://claudewave.com/api/badge/xfloukiex-lab-conquerors-haki" alt="Featured on ClaudeWave: xfloukiex-lab/conquerors-haki" width="320" height="64" /></a>

More MCP Servers

conquerors-haki alternatives