Zipcar MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_carsA | Search for available Zipcars near a location for a given time period. Returns a list of available vehicles with rates and locations. |
| get_car_detailsB | Get detailed information about a specific Zipcar including vehicle type, features, seating, fuel type, and pricing rates. |
| reserve_carA | Book a Zipcar for a specific time slot. Requires the user to be logged in to Zipcar. Returns reservation confirmation details. |
| extend_reservationA | Extend an existing Zipcar reservation to a later end time. The car must still be available for the extended period. |
| end_tripA | End an active Zipcar rental session. The car must be parked at a valid Zipcar spot. Returns a trip summary with duration, miles, and cost. |
| get_reservation_historyB | View past and upcoming Zipcar reservations. Can filter by upcoming or past reservations. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-zipcar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server