Yes, it does. There seems to be a service called pboard. Also, there are two commands,
pbcopy and pbpaste that use the service.
$ pwd | pbpaste
does what you asked.
(All this I got by typing "man -k paste", which gave pboard, and then "man -k pboard")