Labsco
wheelfor logo

Wheelfor

from wheelfor

Create, spin, and manage shareable decision wheels from any AI assistant โ€” no account required.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

@wheelfor/mcp

MCP server for wheelfor.com โ€” create, spin, and manage shareable decision wheels from any MCP-compatible AI client.

Works with Claude Desktop, Cursor, Windsurf, VS Code, and any other MCP host. No account required.

Tools

ToolDescription
create_wheelCreate a new spinning wheel from a list of options
spin_wheelSpin an existing wheel and get a random result with a shareable URL
update_wheelUpdate a wheel's choices, name, or theme using its edit key
decidePick randomly from a list and create a permanent wheel in one step

Tool Reference

create_wheel

Creates a new wheel on wheelfor.com.

ParameterTypeRequiredDescription
namestringโœ“Short title
choicesstring[]โœ“Items on the wheel
descriptionstringโœ“One sentence describing the wheel
themestringโœ“Visual theme (see below)
longDescriptionstring2โ€“3 paragraphs on use cases
usageHintstringBrief instruction for visitors
choiceNounSingularstringWord for one choice (e.g. "restaurant")
choiceNounPluralstringPlural form (e.g. "restaurants")

Themes: Fresh Air ยท Popcorn ยท Playground ยท Sprinkles ยท Chalkboard ยท Buddy System ยท Garden Party ยท Marshmallow

Returns the wheel URL and an edit key for future updates.

spin_wheel

ParameterTypeRequiredDescription
slugstringโœ“Wheel slug or full URL

Returns the winning choice and a shareable result URL.

update_wheel

ParameterTypeRequiredDescription
slugstringโœ“Wheel slug
editKeystringโœ“Edit key from creation
namestringNew title
choicesstring[]New choices list
themestringNew theme
descriptionstringNew description

decide

ParameterTypeRequiredDescription
optionsstring[]โœ“Options to choose from
topicstringWhat the decision is about

Picks a random option immediately, then creates a permanent wheel for future spins.