{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1",
  "serverInfo": {
    "name": "bestboy",
    "title": "Bestboy Wishlists",
    "version": "1.0.0",
    "description": "MCP server for managing wishlists on bestboy.app. Create wishlists, add wishes, share lists, and reserve gifts for others."
  },
  "transport": {
    "type": "http",
    "endpoint": "https://bestboy.app/api/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "authentication": {
    "oauth": {
      "authorizationServer": "https://tcwbpxdiutixaoxwqtpo.supabase.co/auth/v1",
      "protectedResource": "https://bestboy.app/.well-known/oauth-protected-resource"
    }
  },
  "documentation": "https://bestboy.app/llms.txt",
  "openapi": "https://bestboy.app/openapi.json"
}
