Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.yuikij/mcp-turtle-noir

io.github.yuikij/mcp-turtle-noir

Play Turtle Soup (lateral thinking puzzles) against a strict AI host with yes/no questioning.

Uptime
100.0%
1 direct probes · 30d
Response
419ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

start_session

Start a new Turtle Soup (lateral thinking puzzle) session. Returns the surface story; the hidden solution stays on the server. Optional filters: region (CN/US/JP), difficulty, keyword.

ask_question

Ask one yes/no style question about the current puzzle. The AI host answers with one of four judgments: 是(Yes) / 不是(No) / 是也不是(Both) / 没有关系(Irrelevant), plus solve progress (0-100).

give_up_and_reveal

Reveal the hidden solution and end the session. Only allowed once solve progress reaches 60.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.yuikij/mcp-turtle-noir": {
      "url": "https://turtlenoir.com/mcp",
      "transport": "streamable-http"
    }
  }
}