Conqueror's Haki — a Grand Line MCP server.
Project description
⚔️ Conqueror's Haki
An MCP server that cuts a long list down to the one to three things that actually matter right now.
A Model Context Protocol (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.
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):
{
"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 |
Road Poneglyph |
| ⚔️ | conquerors-haki |
Conqueror's Haki · ← this repo |
| ⏳ | toki-toki |
Toki Toki no Mi |
| 🏴☠️ | laugh-tale |
Laugh Tale |
Develop
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file conquerors_haki_mcp-0.1.0.tar.gz.
File metadata
- Download URL: conquerors_haki_mcp-0.1.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a540cff5e36548b11beacf4e24efffa841b842cb78156d58d4a62937a362253
|
|
| MD5 |
86068838e4626d9339df116440c3bafa
|
|
| BLAKE2b-256 |
aabfb30b66db972a5f39d84bebc1129f3089a21e8c79301f6774b0d7eeabecdf
|
File details
Details for the file conquerors_haki_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: conquerors_haki_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcadb6a67ef04c2c696f9f126cfe2305eb1e6e9726de6b92204869290cce6cf5
|
|
| MD5 |
5414aeebb4cb93c38d526e0003ddfe90
|
|
| BLAKE2b-256 |
19e87e2fcb28c646e49214a6bdf40fb864a9a918ce78daf85115048b7054b1af
|