{
  "serverInfo": {
    "name": "launchhive",
    "version": "0.1.0"
  },
  "status": "live",
  "protocolVersion": "2025-06-18",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://launchhive.io/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "search_products",
      "description": "Search LaunchHive's directory of publicly listed products (launched or scheduled) by name or tagline. Returns up to 20 products ordered by votes."
    },
    {
      "name": "get_product",
      "description": "Get full public detail for one product by its slug."
    },
    {
      "name": "get_rankings",
      "description": "Get the top-ranked products for a period (one of daily, weekly, monthly)."
    },
    {
      "name": "submit_product",
      "description": "Submit a new product to LaunchHive's free launch queue on behalf of the authenticated user. Requires the 'submit' scope.",
      "scope": "submit"
    },
    {
      "name": "vote",
      "description": "Toggle the authenticated user's vote on a product (by slug). Requires the 'vote' scope.",
      "scope": "vote"
    }
  ],
  "authorization": {
    "type": "oauth2",
    "protected_resource": "https://launchhive.io/.well-known/oauth-protected-resource",
    "authorization_servers": [
      "https://launchhive.io/api/auth"
    ]
  }
}