mcp-hertz
Related Servers
Alternatives to mcp-hertz
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to search for vehicles, manage reservations, and access Enterprise Plus loyalty account information through headless browser automation on enterprise.com. It supports the complete car rental workflow including vehicle searching, booking, modifications, and points balance checks.79 npmMIT
- AlicenseAqualityDmaintenanceEnables users to automate Zipcar car sharing tasks such as searching for available vehicles, managing reservations, and ending trips using stealth browser automation. It provides a standardized interface for interacting with Zipcar's services through natural language and the Model Context Protocol.612 npmMIT
- AlicenseAqualityDmaintenanceEnables AI agents to automate Delta Air Lines tasks such as searching flights, managing bookings, and checking SkyMiles balances through Playwright-based browser automation. It supports the complete travel workflow including seat selection, check-in, and digital boarding pass retrieval.1742 npm4MIT
- AlicenseAqualityCmaintenanceEnables AI agents to search hotels, check availability, manage reservations, and book rooms on Booking.com via browser automation.21529 npm5MIT
- AlicenseAqualityDmaintenanceAn MCP server that enables AI agents to search Hilton hotels, manage reservations, and check Hilton Honors status through browser automation. It supports the full booking flow, points redemption, and digital key access via natural language commands.1623 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to control a browser for web automation tasks like navigation, typing, clicking, and taking screenshots.-
TDQS
Scored across 10 tools
Each tool has a clearly distinct purpose targeting specific resources and actions in the car rental domain. For example, create_reservation, modify_reservation, and cancel_reservation cover different lifecycle stages, while get_reservation, get_vehicle_details, and get_locations handle distinct lookup operations. No tools appear to overlap in functionality.
All tools follow a consistent verb_noun naming pattern (e.g., create_reservation, get_locations, modify_reservation). The verbs are descriptive and appropriately matched to actions, with no mixing of conventions like camelCase or inconsistent verb styles.
With 10 tools, the server is well-scoped for managing car rentals, covering core workflows from search to reservation management. Each tool earns its place by addressing a specific need, such as loyalty status or rental policies, without being excessive or insufficient for the domain.
The tool set provides complete CRUD/lifecycle coverage for Hertz rentals: create_reservation, get_reservation, modify_reservation, and cancel_reservation handle the reservation lifecycle, while search_vehicles, get_vehicle_details, get_locations, and add_extras support selection and customization. Additional tools like get_loyalty_status and get_rental_policies offer valuable context, leaving no obvious gaps.