Odel
VoteShip

VoteShip

@mattkilmerTypeScriptMITUpdated 2w ago

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

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

VoteShip Agent Toolkit

Official open-source agent integrations for VoteShip, the feature request, voting board, roadmap, and changelog platform.

Connect Claude Code

claude mcp add --transport http --scope user voteship https://voteship.app/mcp

Connect Codex

codex mcp add voteship --url https://voteship.app/mcp

The hosted MCP endpoint exposes public tools, resources, a workflow prompt, and an interactive board without credentials. For authenticated project administration, run the local @voteship/mcp-server package with a VoteShip project secret in the MCP host environment.

Install VoteShip on a website

npx -y @voteship/cli init --project-key pk_your_public_key
npx -y @voteship/cli verify --url https://your-site.example

The @voteship/cli installer supports common Next.js, React, Vue, Vite, SvelteKit, Angular, and plain HTML projects. It is idempotent and supports --dry-run and --json for agent workflows.

Development

corepack enable
pnpm install
pnpm test
pnpm typecheck
pnpm build

Security

Report suspected vulnerabilities privately to support@voteship.app. Do not include VoteShip project secrets in issues, logs, or screenshots.

License

MIT