{
  "markdown": "<!-- mcp-name: io.github.xfloukiex-lab/laugh-tale -->\n# 🏴‍☠️ Laugh Tale\n\n<img src=\"icon.png\" width=\"120\" align=\"right\" alt=\"Laugh Tale icon\">\n\nThe capstone of the Grand Line stack. Collect every tool, and it reveals **the One Piece**.\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\nLaugh Tale is the final island. On its own it does nothing — it stays locked\nuntil you've installed the rest of the Grand Line stack.\n\nEach tool, when it runs, leaves a marker in a shared folder\n(`~/.grandline/poneglyphs/`). Laugh Tale reads that folder. While any tool is\nmissing, it tells you which ones you still need. Once every tool is present, the\nmarkers line up and it reveals the One Piece.\n\n## Usage\n\nOne tool:\n\n- `seek_the_one_piece` — locked until every Grand Line tool is installed. Run it\n  anytime: it either lists the tools still missing, or, when all are present,\n  reveals the One Piece.\n\nThe reveal is a bit of fun, not a new capability — the other tools are the real\ntreasure. It works purely off the shared marker folder, so the tools can live in\ncompletely separate packages and still count toward the unlock.\n\n**Tool reference:** `seek_the_one_piece()`\n\n## How it works\n\n**No API key, fully local.** It only reads the shared marker folder on your\nmachine.\n\n## Install\n\nRequires Python 3.10 or newer.\n\n```bash\npip install laugh-tale-mcp\n```\n\nThis installs the `laugh-tale` command.\n\nThen register it with your MCP client — either run `claude mcp add laugh-tale -- laugh-tale`,\nor add this to the client's config (e.g. `claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"laugh-tale\": { \"command\": \"laugh-tale\" }\n  }\n}\n```\n\nRestart the client and the tool is available.\n\n## The Grand Line stack\n\nLaugh Tale 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 |\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  ·  **← this repo** |\n\n## Develop\n\n```bash\ngit clone https://github.com/xfloukiex-lab/laugh-tale\ncd laugh-tale\npython -m venv .venv && . .venv/Scripts/activate   # macOS/Linux: source .venv/bin/activate\npip install -e \".[dev]\"\npython tests/test_laugh_tale.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": 3131,
  "sha": "552245946e9fb92f897662da3303a94dd240a67a70069fd8d04519f05d662548",
  "repo_slug": "xfloukiex-lab/laugh-tale",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_xfloukiex_lab_laugh_tale_90aaa3c8/readme"
}