Travel
WoopDrive
by WoopDrive
Overview
WoopDrive is a car rental marketplace. This server provides read-only access to its live inventory across multiple destinations. list_destinations returns the cities that currently have bookable cars with available vehicle counts. search_cars finds available vehicles in a city for given pickup and return dates, returning daily and total EUR pricing, transmission, features, and supplier. get_car_details returns full specs, availability, and pricing for one vehicle. Each result includes a direct link to woopdrive.com, where booking, identity verification, insurance, and payment are completed. No account or authentication is required.
Tools
Return full details for a single vehicle by its vehicle_id (24-char hex id from search_cars): specs, full feature list, daily rate and total for the date range when dates are supplied, min/max rental days, and availability. Includes a vehicle deep link and a prefilled checkout deep link on woopdrive.com. Booking, KYC, insurance and payment happen on the site, not here.
list_destinations
ClaudeReturn the cities where WoopDrive currently has bookable cars, with the number of available vehicles per city and the country. Use the returned
city value as input to search_cars.search_cars
ClaudeFind bookable cars in a given city, optionally filtered by rental dates and pickup/return times. Dates are ISO YYYY-MM-DD; times are HH:MM (24h). Returns vehicle cards with daily rate in EUR, total for the date range when dates are supplied, transmission, key features, and the supplier. Each result includes a vehicle_id for get_car_details and a deep link to the search page on woopdrive.com.





