Skip to content
Back to search
100
MCP live v0.1.4 MCP 2025-11-25 streamable-http

VoteShip

io.github.mattkilmer/voteship

Manage feature requests, votes, roadmaps, and changelogs from any MCP client.

Uptime
100.0%
1 direct probes · 30d
Response
1338ms
last probe
Tools
4
callable
Resources
2
readable
Prompts
1
available

Tools · 4

submit_feature_request

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…

browse_board

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…

upvote_post

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…

add_public_comment

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

agent-guide

Credential-free setup, safety, public-tool, and documentation guidance for agents using VoteShip

voteship://service/agent-guide
voteship-board-app

Read-only interactive view of approved feature requests on a public VoteShip board

ui://voteship/board.html

Prompts · 1

submit_feedback

Guide for submitting a well-structured feature request to a VoteShip board (no API key needed)

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "voteship": {
      "url": "https://voteship.app/mcp",
      "transport": "streamable-http"
    }
  }
}