Sign In

@voteship/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voteship/mcp-server

MCP server for VoteShip — manage feature requests, votes, roadmaps, and AI workflows from any MCP client

Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

@voteship/mcp-server

MCP (Model Context Protocol) server for VoteShip — manage feature requests, votes, roadmaps, and AI workflows from any MCP-compatible client.

Installation

Claude Code

Add to your project's .mcp.json:

{
  "mcpServers": {
    "voteship": {
      "command": "npx",
      "args": ["@voteship/mcp-server"],
      "env": {
        "VOTESHIP_API_KEY": "sk_..."
      }
    }
  }
}

Cursor / Windsurf

Add to your MCP settings:

{
  "mcpServers": {
    "voteship": {
      "command": "npx",
      "args": ["@voteship/mcp-server"],
      "env": {
        "VOTESHIP_API_KEY": "sk_..."
      }
    }
  }
}

Find your API key in VoteShip → Settings → Share & Embed.

Tools (22)

ToolDescription
list_postsList feature requests with optional filters
get_postGet a single post with votes, comments, tags
create_postCreate a new feature request
update_postUpdate a post's title, description, status, or tags
delete_postDelete a feature request
search_similarFind similar posts using AI semantic search
add_voteVote on a feature request
get_votersList who voted on a post
add_commentAdd a comment to a post
get_commentsList comments on a post
list_tagsList all available tags
create_tagCreate a new tag
list_usersList board users
get_roadmapGet the product roadmap grouped by status
get_analyticsGet analytics summary for a time period
list_releasesList published changelog releases
create_releaseCreate a changelog release
submit_feedbackSubmit unstructured text as a feature request (AI processes it)
triage_inboxAI-powered triage of unreviewed posts
get_summaryAI-generated summary of recent feedback
plan_sprintAI-suggested sprint based on votes and themes
configure_webhookSet up a webhook for real-time events

Resources (5)

URIDescription
voteship://project/overviewProject info and summary stats
voteship://project/boardFull board state with all posts
voteship://project/roadmapPublic roadmap view
voteship://project/changelogPublished releases
voteship://project/analyticsAnalytics snapshot

Prompts (4)

NameDescription
triage_inboxReview and categorize unprocessed feature requests
sprint_planningSuggest what to build next based on data
generate_changelogDraft release notes from recently completed posts
feedback_summarySummarize feedback trends and highlights

Example Usage

In Claude Code:

> Triage my VoteShip inbox and suggest what to build this sprint

The agent will:

  • Fetch unreviewed posts and analyze them
  • Flag duplicates and suggest statuses
  • Recommend a sprint plan based on votes and themes
  • Generate changelog drafts for completed features

Environment Variables

VariableRequiredDescription
VOTESHIP_API_KEYYesYour VoteShip API secret key (sk_...)
VOTESHIP_API_URLNoCustom API URL (default: https://app.voteship.app)

License

MIT

Keywords

mcp

FAQs

Package last updated on 14 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts