# Unicorn or Bust (verified)

A choose your own adventure game where you play as a startup founder trying to build a unicorn against all odds.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add smithery/unicorn

# Browse available tools
npx -y @smithery/cli@latest tool list smithery/unicorn

# Get full schema for a tool
npx -y @smithery/cli@latest tool get smithery/unicorn start_game

# Call a tool
npx -y @smithery/cli@latest tool call smithery/unicorn start_game '{}'
```

## Direct MCP Connection

Endpoint: `https://unicorn--smithery.run.tools`

## Tools (2)

- `start_game` — Start a new game. IMPORTANT: Do NOT describe options in your text response - they are shown in the UI. Just set the sce…
- `play_turn` — Resolve player choice. IMPORTANT: Do NOT describe next challenge options in text - they are shown in the UI. Just narra…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get smithery/unicorn <tool-name>
```

## Resources

- `ui://unicorn-game/board`

## Prompts (1)

- `start-game` — Let's play Unicorn or Bust! Ask me for my founder name, then start the game.

---

Source: https://github.com/smithery-ai/mono/tree/main/mcps/unicorn
