Not exactly tool, but you could download list of funded/used address and find address based on "firstbits" either using text editor or
grep command.
$ wget http://addresses.loyce.club/Bitcoin_addresses_December_16_2022.txt.gz
$ gzip -dk Bitcoin_addresses_December_16_2022.txt.gz
$ grep "1EEoqxSat3" Bitcoin_addresses_December_16_2022.txt
1EEoqxSat3Tg6LkwEYxwHgQUtmHVn8uKwc
To be more thorough, you shouldn't only check currently funded addresses, but all addresses:
http://alladdresses.loyce.club/all_Bitcoin_addresses_ever_used_in_order_of_first_appearance.txt.gz (it's a
slightly larger download).
For
Litecoin and
Ethereum you can download the full data too (if you're patient enough).