You shouldn’t have to set up a service to paste the token. Authentication is all done through OAuth 2.0, which uses HTTP for all of the requests. A lot of developers use the PHP implementation of cURL to handle authentication, so it is possible to use a cURL library if available.
I am curious. How are you asking for the token for chat? You could make one token request for both scopes instead of multiple requests.