We could write a server plugin to forward all events to ShrimpStats with a gRPC connection allowing real-time data-communication and more information than what we could extract from parsing.
A list of tf2 events are as follows:
https://wiki.alliedmods.net/Team_Fortress_2_Events
This could be implemented as a simple Enum, and then a handler could be written.