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
# Connect this server (installs CLI if needed)
npx -y smithery mcp add smithery/unicorn
# Browse available tools
npx -y smithery tool list smithery/unicorn
# Get full schema for a tool
npx -y smithery tool get smithery/unicorn start_game
# Call a tool
npx -y smithery 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…
# Get full input/output schema for a tool
npx -y smithery tool get smithery/unicorn 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.