{
  "name": "Prevu MCP Server",
  "description": "MCP server for operating Prevu staging environments from coding agents.",
  "version": "0.2.0",
  "homepage": "https://prevu.cloud",
  "server_card": "https://prevu.cloud/.well-known/mcp/server-card.json",
  "documentation": "https://prevu.cloud/llms.txt",
  "tools": [
    "create_environment",
    "get_environment_status",
    "list_environments",
    "get_quota_status",
    "wait_environment_ready",
    "get_ssh_command",
    "get_environment_urls",
    "expose_port",
    "unexpose_port",
    "pause_environment",
    "resume_environment",
    "destroy_environment",
    "start_service",
    "list_services",
    "get_service_logs",
    "restart_service",
    "stop_service"
  ],
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://app.prevu.cloud/api/mcp",
      "auth": "bearer",
      "status": "documented"
    },
    {
      "type": "stdio",
      "command": "prevu-mcp",
      "package": "@prevu/cli",
      "status": "published"
    }
  ],
  "auth": {
    "type": "bearer",
    "env": "PREVU_API_TOKEN",
    "apiBaseEnv": "PREVU_API_URL",
    "defaultApiBase": "https://app.prevu.cloud/api/v1"
  },
  "serverUrl": "https://app.prevu.cloud/api/mcp",
  "webMcpUrl": "https://app.prevu.cloud/api/mcp"
}
