← voteship.app

INDIVIDUAL MCP TOOL

browse_board

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

voteship.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://voteship.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for browse_board and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

voteship.app

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.

Related tools

  • submit_feature_request — Use this when the user wants to send new product feedback to a public VoteShip board without administering the project.
  • upvote_post — Use this when the user explicitly wants to add or remove their agent identity's vote on a known VoteShip post.
  • add_public_comment — Use this when the user wants to add public context or a follow-up to a known VoteShip feature request.