I am using quartz.net to schedule regular events within asp.net mvc application.
The scheduled job should call a service layer script that requires a UrlHelper instance
How about just creating a new HttpContext for the UrlHelpler as in this answer: