Conqueror's Haki
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Conqueror's HakiPrioritize my app features for launch: login, payments, search, notifications, dark mode. Goal: ship in 2 weeks."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
⚔️ 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.
Related MCP server: Aidderall MCP Server
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-mcpThis 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 | |
⚔️ | Conqueror's Haki · ← this repo | |
⏳ | Toki Toki no Mi | |
🏴☠️ | 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.pyAttribution & 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseAqualityFmaintenanceAn AI-powered goal management system that transforms traditional goal tracking into storytelling, helping users focus on one goal at a time with personalized narratives and insights that increase motivation and achievement.Last updated255218
- AlicenseAqualityDmaintenanceProvides AI assistants with a hierarchical task management system that maintains focus and context across complex problem-solving sessions, solving context window limitations through organized task structures.Last updated126GPL 3.0
- FlicenseBqualityDmaintenanceA productivity coaching assistant designed for ADHD support that provides intelligent task management, goal tracking, and personalized recommendations. It utilizes a persistent memory system to learn user patterns and preferences, helping to reduce decision paralysis through actionable suggestions.Last updated281
- Alicense-qualityBmaintenanceTurns an LLM agent into a personal planner by providing atomic context (roles, goals, decision matrix) and routing classified items to Obsidian, with optional projection to Google Calendar and Tasks.Last updatedApache 2.0
Related MCP Connectors
Mobile-first AI life planner — turn goals into daily, synced tasks from your AI assistant.
Turns vague automation requests into tool stacks, prompts, QA checks, and human boundaries.
Generate tailored quality criteria and scoring guides from your task descriptions. Refine objectiv…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xfloukiex-lab/conquerors-haki'
If you have feedback or need assistance with the MCP directory API, please join our Discord server