What is Versufy?
Versufy is a collaborative decision-making platform. Compare options side-by-side, weigh what matters, vote with your team, and choose confidently.
28 MCP Tools
Full decision lifecycle via natural conversation:
Decisions — Create, update, delete, fork, search, and share decisions
Choices — Add, update, remove options, set a winner
Features — Add comparison criteria, set values, get AI-suggested features from 78 templates across 13 categories
Voting — Submit ranked votes on choices and features, get Borda count results
Constraints — Set budget, timeline, team size, and regulatory requirements
Collaboration — Invite collaborators with roles (viewer, voter, contributor, owner)
Analysis — Generate AI summaries, view your profile and decision history
Example Prompts
- "Help me decide which laptop to buy — comparing MacBook Pro, Dell XPS, and ThinkPad X1"
- "Create a team decision on which CRM to adopt, invite my team, and let everyone vote"
- "Fork the college selection template and customize it for my shortlist"
Authentication
All tools require an API token. Sign up at versufy.com, go to Settings → API Tokens, and create one.
Pricing
- Free: Unlimited public decisions, 5 private/month, 3 collaborators
- Pro ($9/mo): Unlimited everything
Server Config
{
"mcpServers": {
"versufy": {
"url": "https://versufy.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}