Enterprise Rent-A-Car MCP Connector
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PROXY | No | Proxy server for outbound requests | |
| HTTPS_PROXY | No | Proxy server for outbound requests | |
| PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH | No | Path to a custom Chromium binary |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_vehiclesA | Search for available vehicles at Enterprise Rent-A-Car for specific dates, locations, and preferences. Returns a list of available cars with pricing and features. |
| get_vehicle_detailsB | Get detailed information, full pricing breakdown, and available protection options for a specific vehicle from search results. |
| create_reservationC | Create a new Enterprise Rent-A-Car reservation. Requires vehicle selection, location details, dates, and driver information. |
| modify_reservationC | Modify an existing Enterprise reservation — change dates, locations, or vehicle class. |
| cancel_reservationA | Cancel an existing Enterprise reservation. No cancellation fee when cancelled before the scheduled pickup time. |
| get_accountC | Retrieve Enterprise Plus account information including tier status, rental history, and free day certificates. |
| get_loyalty_pointsB | Check Enterprise Plus loyalty points balance, tier status, points required for next tier, expiration date, and recent points activity. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose with no overlap: cancel_reservation, create_reservation, modify_reservation handle the reservation lifecycle; get_account and get_loyalty_points focus on account and loyalty data; search_vehicles and get_vehicle_details cover vehicle discovery and details. The descriptions reinforce these boundaries, making misselection unlikely.
All tools follow a consistent verb_noun pattern with clear, descriptive names (e.g., cancel_reservation, get_account, search_vehicles). There are no deviations in style or convention, making the set predictable and easy to understand at a glance.
With 7 tools, the count is well-scoped for a car rental domain, covering core operations like reservation management (create, modify, cancel), vehicle search and details, and account/loyalty features. Each tool earns its place without redundancy or bloat.
The tool set provides complete coverage for the car rental domain: full CRUD for reservations (create, modify, cancel), vehicle discovery (search_vehicles and get_vehicle_details), and account management (get_account and get_loyalty_points). There are no obvious gaps that would hinder agent workflows.