Ben,
You can use the web service svcServerAdmin API to accomplish this. The following two functions will return the list of blacklist entries or add/modify a blacklist entry, respectively: GetBlacklistEntries and SetBlacklistEntry. If you navigate to http://yourserver/Services it will bring up the API documentation.
I hope this helps.