ai.pocketdrives/pocket-drives
Official9 toolsPocket Drives
Peer-to-peer car rental search — luxury, exotic, and EV vehicles with delivery across the US.
Search peer-to-peer car rentals including luxury and EV vehicles with delivery.
Captured live from the server via tools/list.
drives_search_vehicles
Search the Pocket Drives marketplace for available rental vehicles by location, dates, category, and filters.
Parameters (29)
- locationstring
City or region name, e.g. "Miami, FL"
- latnumber
Latitude for radius search
- lngnumber
Longitude for radius search
- radiusinteger
Search radius in miles when using lat/lng
- date_startstring
Rental start date (YYYY-MM-DD)
- date_endstring
Rental end date (YYYY-MM-DD)
- pageinteger
Page number (default 1)
- per_pageinteger
Results per page (default 20)
- sort_bystring
Sort order, e.g. price_asc, price_desc, featured
- querystring
Text search across make, model, and title
- makestring
Vehicle make filter
- modelstring
Vehicle model filter
- body_typestring
Body type filter, e.g. coupe, suv
- categorystring
Category filter, e.g. luxury, sports, electric
- year_mininteger
Minimum model year
- year_maxinteger
Maximum model year
- min_priceinteger
Minimum daily price
- max_priceinteger
Maximum daily price
- transmissionstring
Transmission filter, e.g. automatic, manual
- fuel_typestring
Fuel type filter, e.g. gasoline, electric
- drivetrainstring
Drivetrain filter, e.g. awd, rwd
- seats_mininteger
Minimum seat count
- featuresarray
Required feature keys
- instant_bookingboolean
Only vehicles with instant booking
- featured_onlyboolean
Only featured vehicles
- airport_iata_codestring
Filter by airport IATA code for delivery
- airport_idstring
Filter by airport ID for delivery
- venue_idstring
Filter by venue ID for delivery
- organization_idstring
Filter to a specific host organization
drives_vehicle_detail
Get full details for a specific vehicle including rates, host info, and organization policies.
Parameters (2)
- asset_idstringrequired
Vehicle asset ID from search results
- organization_idstringrequired
Host organization ID from search results
drives_vehicle_availability
Get a monthly availability calendar with daily rates for a vehicle.
Parameters (3)
- asset_rental_idstringrequired
Rental asset ID from search or detail results
- monthinteger
Month number (1-12); defaults to current month
- yearinteger
Four-digit year; defaults to current year
drives_get_quote
Calculate a full rental quote including daily breakdown, taxes, deposit, and total for a date range.
Parameters (3)
- asset_rental_idstringrequired
Rental asset ID from search or detail results
- date_startstringrequired
Rental start date (YYYY-MM-DD)
- date_endstringrequired
Rental end date (YYYY-MM-DD)
drives_location_suggest
Autocomplete cities, airports, and venues for search location input.
Parameters (3)
- querystringrequired
Partial location text to autocomplete
- modestring
Suggestion mode filter
- limitinteger
Maximum suggestions per category
drives_airport_search
Search airports for delivery pickup with delivery fee information.
Parameters (2)
- querystringrequired
Airport name or IATA code to search
- limitinteger
Maximum results
drives_venue_search
Search stadiums, arenas, and venues for delivery pickup with delivery fee information.
Parameters (2)
- querystringrequired
Venue name or city to search
- limitinteger
Maximum results
drives_host_showroom
Get a host profile page with bio, locations, team, and social links by username.
Parameters (1)
- usernamestringrequired
Host username slug, e.g. "luxury-garage-miami"
drives_vehicle_reviews
List published renter reviews for a vehicle. Uses asset_id (not asset_rental_id) per the GraphQL schema.
Parameters (4)
- asset_idstringrequired
Vehicle asset ID from search or detail results
- limitinteger
Maximum reviews to return (default server limit)
- skipinteger
Number of reviews to skip for pagination
- published_onlyboolean
Only return published reviews (default true)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"pocket-drives": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pocketdrives.ai/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.