Last updated: 2026-06-01
The WoopDrive connector lets Claude search the live WoopDrive car rental catalog and hand the user a ready link to finish booking on woopdrive.com. It is a read-only connector built on the Model Context Protocol (MCP). It does not book, pay, or change anything; booking, identity verification, insurance and payment are completed by the user on the WoopDrive website.
https://woop-mcp.zvzd8fdr2dqzc.eu-central-1.cs.amazonlightsail.com/mcp
readOnlyHint: true.| Tool | What it does |
|---|---|
list_destinations |
Returns the cities that currently have bookable cars, with the vehicle count and country per city. |
search_cars |
Finds available cars in a city, optionally filtered by rental dates
and pickup/return times. Returns daily rate in EUR, range total when
dates are given, transmission, key features, supplier, a
vehicle_id for each car, and a search deep link. |
get_car_details |
Returns full details for one vehicle by vehicle_id:
specs, full feature list, daily rate and range total, min/max rental
days, availability, plus vehicle and prefilled checkout deep links. |
Once the connector is listed in the Anthropic Connectors Directory, it can be enabled from Claude with no setup. Before then, on Claude Pro, Max, Team or Enterprise it can be added manually:
The connector reads the public WoopDrive catalog API
(api.woopdrive.com) and returns car availability and pricing.
It does not collect, store, or transmit personal data, and it requires no
account. Any data the user later enters to complete a booking is handled
on woopdrive.com under the WoopDrive privacy policy:
Privacy Policy.
| Symptom | What to check |
|---|---|
| Connector will not connect or tools do not load | Confirm the endpoint URL is exact and ends with /mcp.
Check server health by opening
https://woop-mcp.zvzd8fdr2dqzc.eu-central-1.cs.amazonlightsail.com/healthz,
which returns {"ok":true,"service":"woop-drive-mcp",...} when the server is up. |
Empty result from search_cars or list_destinations |
The city may have no bookable cars for the chosen dates. Try other
dates, or call list_destinations first to see the cities that
currently have inventory. |
get_car_details returns nothing |
The vehicle_id may be stale. Re-run search_cars
to get a current vehicle_id and call again. |
| Error "Invalid Origin header" | The connector is designed to be called by Claude server-side, which sends no Origin header. A browser request with a custom Origin is rejected by design. Use the connector through Claude, not a browser. |
| Still stuck | Email hello@woopdrive.com with the prompt you used and the response Claude returned. |
Questions or issues: hello@woopdrive.com.