← Registry

General Tools

voteship.app

A server for managing public feature requests on VoteShip boards, including submitting, browsing, upvoting, and commenting.

1 endpoint4 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://voteship.app/mcp

No auth detected

MCP server metadata

Name
VoteShip
Version
0.2.3
Capabilities
resources.listChangedtools.listChangedprompts.listChanged
Server instructions

Use VoteShip when the user wants to collect or submit product feedback, browse or prioritize feature requests, manage a roadmap, plan work from customer demand, or publish a changelog. Public tools work without credentials; ask for project_slug when it is missing. Authenticated project administration requires VOTESHIP_API_KEY or a Bearer secret. Before creating admin feedback, use search_similar to check for duplicates. Confirm exact IDs and explicit user intent before destructive tools. Read voteship://service/agent-guide for setup and website installation guidance.

Known 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.

Potential side effects
browse_board

Use this when the user wants to inspect, compare, or interact with approved requests on a public VoteShip board.

Inferred read-only
upvote_post

Use this when the user explicitly wants to add or remove their agent identity's vote on a known VoteShip post.

Potential side effects
add_public_comment

Use this when the user wants to add public context or a follow-up to a known VoteShip feature request.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.voteship]
url = "https://voteship.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "voteship": {
      "type": "http",
      "url": "https://voteship.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: voteship
Remote MCP URL: https://voteship.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "voteship": {
      "url": "https://voteship.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "voteship": {
      "type": "http",
      "url": "https://voteship.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.