This needs to be done on the "grid" side (thus power armor, vehicle, tank, train, etc, whatever creates the grid).
So you should send your request to the mod providing the vehicles.
Their Prototype/Grid::equipment_categories
should include at least one of the following tags (can be multiple):
"vehicle"
: Equipment usable on any vehicles, e.g., rocket pod.
"tank"
: Equipment usable on any tank, e.g., gun pod.
"tank-M"
: Equipment usable on medium tank or above, e.g., minigun pod, autocannon pod.
"tank-H"
: Equipment usable on heavy tank or above, e.g., cannon pod.
As a reference, the vanilla Spidertron is defined equivalent to Medium Tank (MK2) of my tank series. So it would have tags {"armor", "vehicle", "tank", "tank-M"}
I am not sure how such mod define these modded spider vehicles. From your description, they are just using different weapons but does not look significantly different from vanilla.
BTW, I have made my own mod Schall Arachnid Platoon for the extra Spidertrons. Maybe you may give it a try.