VoteShip
io.github.mattkilmer/voteshipManage feature requests, votes, roadmaps, and changelogs from any MCP client.
Tools · 4
Use this when the user wants to send new product feedback to a public VoteShip board without administering the project. Submit a feature request to any public VoteShip board. No API key needed. The po…
Use this when the user wants to inspect, compare, or interact with approved requests on a public VoteShip board. View approved feature requests on a public VoteShip board. No API key needed. Returns p…
Use this when the user explicitly wants to add or remove their agent identity's vote on a known VoteShip post. Vote or unvote on a feature request (toggles). Uses a deterministic anonymous ID so the s…
Use this when the user wants to add public context or a follow-up to a known VoteShip feature request. Add a comment to a feature request on a public VoteShip board. No API key needed. Requires an aut…
Resources · 2
Credential-free setup, safety, public-tool, and documentation guidance for agents using VoteShip
voteship://service/agent-guide
Read-only interactive view of approved feature requests on a public VoteShip board
ui://voteship/board.html
Prompts · 1
Guide for submitting a well-structured feature request to a VoteShip board (no API key needed)
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"voteship": {
"url": "https://voteship.app/mcp",
"transport": "streamable-http"
}
}
}