Story

Show HN: VoteShip – Feature request platform built for AI agents

madcash Monday, February 16, 2026

Hey HN – I built VoteShip, a feature request and voting platform where AI agents are first-class users.

The idea: Your coding agent (Claude Code, Cursor, OpenClaw, Codex, etc.) should be able to check what users are asking for, find duplicates, plan what to build next, and write the changelog — without you ever opening a dashboard. VoteShip makes that possible through MCP and a full REST API.

How it works with agents: Install @voteship/mcp-server (22 tools, 5 resources, 4 workflow prompts) and your agent can: - Pull your unreviewed feedback inbox and triage it - Detect duplicate requests via semantic search (pgvector + Voyage embeddings) - Check vote counts and suggest what to build this sprint - Draft a changelog entry after shipping a feature - Create, tag, and update posts programmatically

An agent like OpenClaw can autonomously monitor your board, identify trending requests, and open PRs to address them — closing the loop from "user asks for feature" to "agent ships it" without human intervention. The REST API and webhooks work just as well for custom agent pipelines.

Why I built it: I was using Canny and kept hitting walls — no anonymous voting (their most-requested feature, ironically), AI features paywalled, and per-"tracked-user" pricing that punishes you for having an active community. And none of the incumbents have any agent integration at all.

What else it does: - Public voting boards with anonymous voting (no signup required) - Public roadmaps and changelogs - 7 built-in AI features — duplicate detection, auto-categorization, sentiment analysis, changelog generation - Embeddable widget (Preact + Shadow DOM) - Import from Canny/Nolt/UserVoice in ~2 minutes

Pricing: Free / $5 / $15 / $25 per month. Flat pricing, no per-user fees. The $15 plan includes everything Canny charges $359/mo for.

Try it: https://voteship.app

MCP server: npx @voteship/mcp-server (npm)

Happy to answer questions about the MCP implementation, agent workflows, or anything else.

Summary
VoteShip is an online platform that enables secure and transparent voting for organizations, allowing members to cast votes and view real-time results. The platform offers features such as custom ballot creation, voter authentication, and result visualization to facilitate efficient and trustworthy decision-making processes.
1 0
Summary
voteship.app
Visit article Read on Hacker News