{
  "mcpServers": [
    {
      "name": "VoteShip",
      "version": "0.2.3",
      "description": "Feature request management. Submit feedback, vote, browse boards — no API key needed for public operations.",
      "package": "@voteship/mcp-server",
      "install": "npx @voteship/mcp-server",
      "remote": {
        "url": "https://voteship.app/mcp",
        "transport": "streamable-http",
        "authentication": "Optional VoteShip project secret key as Authorization: Bearer sk_...; omit for public mode"
      },
      "env": {
        "VOTESHIP_API_KEY": {
          "description": "API key for admin access. Omit for public-only mode.",
          "required": false
        },
        "VOTESHIP_PROJECT_SLUG": {
          "description": "Default project slug for public tools.",
          "required": false
        }
      },
      "capabilities": {
        "public": [
          "submit_feature_request",
          "browse_board",
          "upvote_post",
          "add_public_comment"
        ],
        "resources": [
          "voteship://service/agent-guide",
          "ui://voteship/board.html"
        ],
        "mcpApps": [
          "browse_board → ui://voteship/board.html"
        ],
        "admin": "34 tools, 7 resources, 5 prompts (requires API key for project-specific capabilities)"
      },
      "docs": "https://voteship.app/docs",
      "websiteInstaller": {
        "package": "@voteship/cli",
        "install": "npx -y @voteship/cli init --project-key pk_your_public_key",
        "verify": "npx -y @voteship/cli verify --url https://your-site.example"
      },
      "developerHub": "https://voteship.app/developers",
      "agentInstructions": "https://voteship.app/agent-instructions.md",
      "openapi": "https://voteship.app/api/v1/openapi.json",
      "llmsTxt": "https://voteship.app/llms.txt"
    }
  ]
}
