That would be quite different but as of yet there is no such tool. It should be easy enough to read the load order and scan for only the ingredient records. You might try posting a message on john.moonsugars's tes3cmd thread or PM'ing him.
It wouldn't be too hard to write a tool to output a report that would show you all the ingredients for a given effect. http://code.google.com/p/mlox/wiki/Tes3cmd doesn't quite do this in the most usable way, but you could try:
tes3cmd dump -l -t ingr -m invisibility *.esm *.espand that would list the ingredients that match "invisibility". It doesn't take into account load order though.