{
  "markdown": "<!-- mcp-name: io.github.xfloukiex-lab/conquerors-haki -->\n# ⚔️ Conqueror's Haki\n\n<img src=\"icon.png\" width=\"120\" align=\"right\" alt=\"Conqueror's Haki icon\">\n\nAn MCP server that cuts a long list down to the **one to three things that actually matter right now**.\n\nA [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server — one\nfocused tool you plug into an MCP-compatible client (Claude Desktop, Claude Code,\nCursor, and others).\n\n## What it does\n\nModels tend to treat every item on a list as equally worthy of attention. That's\nthe opposite of prioritization. Real prioritization means deciding what to\n*ignore*.\n\nConqueror's Haki takes a list and a single goal, forces a ruthless head-to-head\nranking, and eliminates everything that doesn't directly serve that goal.\n\n## Usage\n\nGive it your backlog and a North Star (e.g. *\"Launch a paid MVP in two weeks\"*).\nIt returns:\n\n- **The Conquered** — what was eliminated, each with a one-line reason it's a distraction\n- **The Standing Kings** — the survivors, strictly ranked (at most three)\n- **Reason for Dominance** — why each survivor earns the focus\n\nSet `strictness_level=\"Overwhelming\"` to force exactly **one** survivor.\n\n**Tool reference:** `assert_conquerors_haki(items_to_evaluate: list[str], north_star_goal: str, strictness_level: str = \"Supreme King\")`\n\n## How it works\n\n**No API key, no cost, nothing leaves your machine.** The server returns an\nengineered ranking prompt that your existing model executes — it makes no\nlanguage-model call of its own.\n\n## Install\n\nRequires Python 3.10 or newer.\n\n```bash\npip install conquerors-haki-mcp\n```\n\nThis installs the `conquerors-haki` command.\n\nThen register it with your MCP client — either run `claude mcp add conquerors-haki -- conquerors-haki`,\nor add this to the client's config (e.g. `claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"conquerors-haki\": { \"command\": \"conquerors-haki\" }\n  }\n}\n```\n\nRestart the client and the tool is available.\n\n## The Grand Line stack\n\nConqueror's Haki is part of a four-tool set. Each tool stands alone, but installing\nall of them unlocks a final surprise via **Laugh Tale**.\n\n| | Package | |\n|---|---|---|\n| 🗿 | [`road-poneglyph`](https://github.com/xfloukiex-lab/road-poneglyph) | Road Poneglyph |\n| ⚔️ | [`conquerors-haki`](https://github.com/xfloukiex-lab/conquerors-haki) | Conqueror's Haki  ·  **← this repo** |\n| ⏳ | [`toki-toki`](https://github.com/xfloukiex-lab/toki-toki) | Toki Toki no Mi |\n| 🏴‍☠️ | [`laugh-tale`](https://github.com/xfloukiex-lab/laugh-tale) | Laugh Tale |\n\n## Develop\n\n```bash\ngit clone https://github.com/xfloukiex-lab/conquerors-haki\ncd conquerors-haki\npython -m venv .venv && . .venv/Scripts/activate   # macOS/Linux: source .venv/bin/activate\npip install -e \".[dev]\"\npython tests/test_conquerors_haki.py\n```\n\n## Attribution & license\n\nReleased under the **Apache-2.0** license. The icon is original artwork\n(see `icon.svg`), generated locally; the repository ships no third-party assets.\n\n*This is a fan-inspired project. It is not affiliated with, sponsored by, or\nendorsed by the creators or rights holders of* One Piece *(Eiichiro Oda /\nShueisha / Toei Animation). \"One Piece\" and related names are used only as\nthematic flavour and remain the property of their respective owners.*\n",
  "bytes": 3294,
  "sha": "2a2c55c957064dbae89c4cbdfa38cf89089956d5a630435486480c737c002d37",
  "repo_slug": "xfloukiex-lab/conquerors-haki",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_xfloukiex_lab_conquerors_haki_e2fd48bf/readme"
}