# Pocket Drives (remote · pocketdrives.ai)

Peer-to-peer car rental search — luxury, exotic, and EV vehicles with delivery across the US.

- Trust score: 73/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `pocketdrives.ai`: 73/100 (this document), [markdown](https://verifymcp.io/servers/ai-pocketdrives-pocket-drives/pocketdrives.md), [page](https://verifymcp.io/servers/ai-pocketdrives-pocket-drives/pocketdrives)

## Channel facts

- Endpoint: `https://pocketdrives.ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1105 tokens (~122/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ai-pocketdrives-pocket-drives https://pocketdrives.ai/mcp
```

### Codex

```toml
[mcp_servers.ai-pocketdrives-pocket-drives]
url = "https://pocketdrives.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-pocketdrives-pocket-drives": {
      "type": "remote",
      "url": "https://pocketdrives.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-pocketdrives-pocket-drives --url https://pocketdrives.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-pocketdrives-pocket-drives:
    url: "https://pocketdrives.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-pocketdrives-pocket-drives": {
      "type": "http",
      "url": "https://pocketdrives.ai/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 72, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-29 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 68, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 67)

First indexed and scored.

## MCP tools (9)

### `drives_search_vehicles` (~441 tokens)

Search vehicles

Search the Pocket Drives marketplace for available rental vehicles by location, dates, category, and filters.

Input parameters:

- `airport_iata_code` (string): Filter by airport IATA code for delivery
- `airport_id` (string): Filter by airport ID for delivery
- `body_type` (string): Body type filter, e.g. coupe, suv
- `category` (string): Category filter, e.g. luxury, sports, electric
- `date_end` (string): Rental end date (YYYY-MM-DD)
- `date_start` (string): Rental start date (YYYY-MM-DD)
- `drivetrain` (string): Drivetrain filter, e.g. awd, rwd
- `featured_only` (boolean): Only featured vehicles
- `features` (array): Required feature keys
- `fuel_type` (string): Fuel type filter, e.g. gasoline, electric
- `instant_booking` (boolean): Only vehicles with instant booking
- `lat` (number): Latitude for radius search
- `lng` (number): Longitude for radius search
- `location` (string): City or region name, e.g. "Miami, FL"
- `make` (string): Vehicle make filter
- `max_price` (integer): Maximum daily price
- `min_price` (integer): Minimum daily price
- `model` (string): Vehicle model filter
- `organization_id` (string): Filter to a specific host organization
- `page` (integer): Page number (default 1)
- `per_page` (integer): Results per page (default 20)
- `query` (string): Text search across make, model, and title
- `radius` (integer): Search radius in miles when using lat/lng
- `seats_min` (integer): Minimum seat count
- `sort_by` (string): Sort order, e.g. price_asc, price_desc, featured
- `transmission` (string): Transmission filter, e.g. automatic, manual
- `venue_id` (string): Filter by venue ID for delivery
- `year_max` (integer): Maximum model year
- `year_min` (integer): Minimum model year

### `drives_vehicle_detail` (~54 tokens)

Vehicle detail

Get full details for a specific vehicle including rates, host info, and organization policies.

Input parameters:

- `asset_id` (string, required): Vehicle asset ID from search results
- `organization_id` (string, required): Host organization ID from search results

### `drives_vehicle_availability` (~73 tokens)

Vehicle availability

Get a monthly availability calendar with daily rates for a vehicle.

Input parameters:

- `asset_rental_id` (string, required): Rental asset ID from search or detail results
- `month` (integer): Month number (1-12); defaults to current month
- `year` (integer): Four-digit year; defaults to current year

### `drives_get_quote` (~77 tokens)

Get rental quote

Calculate a full rental quote including daily breakdown, taxes, deposit, and total for a date range.

Input parameters:

- `asset_rental_id` (string, required): Rental asset ID from search or detail results
- `date_end` (string, required): Rental end date (YYYY-MM-DD)
- `date_start` (string, required): Rental start date (YYYY-MM-DD)

### `drives_location_suggest` (~57 tokens)

Location suggestions

Autocomplete cities, airports, and venues for search location input.

Input parameters:

- `limit` (integer): Maximum suggestions per category
- `mode` (string): Suggestion mode filter
- `query` (string, required): Partial location text to autocomplete

### `drives_airport_search` (~44 tokens)

Airport search

Search airports for delivery pickup with delivery fee information.

Input parameters:

- `limit` (integer): Maximum results
- `query` (string, required): Airport name or IATA code to search

### `drives_venue_search` (~48 tokens)

Venue search

Search stadiums, arenas, and venues for delivery pickup with delivery fee information.

Input parameters:

- `limit` (integer): Maximum results
- `query` (string, required): Venue name or city to search

### `drives_host_showroom` (~50 tokens)

Host showroom profile

Get a host profile page with bio, locations, team, and social links by username.

Input parameters:

- `username` (string, required): Host username slug, e.g. "luxury-garage-miami"

### `drives_vehicle_reviews` (~93 tokens)

Vehicle reviews

List published renter reviews for a vehicle. Uses asset_id (not asset_rental_id) per the GraphQL schema.

Input parameters:

- `asset_id` (string, required): Vehicle asset ID from search or detail results
- `limit` (integer): Maximum reviews to return (default server limit)
- `published_only` (boolean): Only return published reviews (default true)
- `skip` (integer): Number of reviews to skip for pagination

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-pocketdrives-pocket-drives/pocketdrives#diagnostics

## Score history

- 2026-08-03: 73
- 2026-08-02: 73
- 2026-08-01: 72
- 2026-07-31: 72
- 2026-07-30: 70
- 2026-07-29: 69
- 2026-07-28: 68
- 2026-07-27: 68
- 2026-07-26: 67

## Links

- Remote endpoint: https://pocketdrives.ai/mcp
- Website: https://pocketdrives.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-pocketdrives-pocket-drives/pocketdrives/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-pocketdrives-pocket-drives/pocketdrives/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ai-pocketdrives-pocket-drives/pocketdrives
