One useful application is a General Purpose Search Template that retains all the settings that were specified in the form that invoked the search (i.e. IncludeBlogs, etc.) by adding the following into the search template <form> :
CODE
<MTCgiParams name="IncludeBlogs,ExcludeBlogs,Template,SearchElement,SearchSortBy,ResultDisplay,
SearchCutof
f,MaxResults">
<input type="hidden" name="<$MTCgiParamName$>" value="<$MTCgiParamValue$>">
</MTCgiParams>
SearchCutof
f,MaxResults">
<input type="hidden" name="<$MTCgiParamName$>" value="<$MTCgiParamValue$>">
</MTCgiParams>
BTW, I'm open for other ideas that would be useful for this plugin (environmental variable, info about the client, etc.) without making it to complex (in which case you might as well use the PerlScript plugin).