# Rovv - Book Rides in Africa (remote · rovvafrica.com)

Book rides, get fare estimates, and manage trips across African cities with Rovv.

- Trust score: 24/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `rovvafrica.com`: 24/100 (this document), [markdown](https://verifymcp.io/servers/com-rovvafrica-ride-booking/api-v1-mcp.md), [page](https://verifymcp.io/servers/com-rovvafrica-ride-booking/api-v1-mcp)

## Channel facts

- Endpoint: `https://rovvafrica.com/api/v1/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**: 60/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but the endpoint returned HTTP 500.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http com-rovvafrica-ride-booking https://rovvafrica.com/api/v1/mcp
```

### Codex

```toml
[mcp_servers.com-rovvafrica-ride-booking]
url = "https://rovvafrica.com/api/v1/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-rovvafrica-ride-booking": {
      "type": "remote",
      "url": "https://rovvafrica.com/api/v1/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-rovvafrica-ride-booking --url https://rovvafrica.com/api/v1/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-rovvafrica-ride-booking:
    url: "https://rovvafrica.com/api/v1/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-rovvafrica-ride-booking": {
      "type": "http",
      "url": "https://rovvafrica.com/api/v1/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 24, −37)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Capabilities: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-08-01 (score 61)

First indexed and scored.

## MCP tools (8)

### `search_places` (~105 tokens)

Search for a location by name. Returns a list of matching places with addresses. Use this to find the pickup or dropoff location before booking a ride.

Input parameters:

- `lat` (number): Optional latitude to bias results toward the user's area
- `lng` (number): Optional longitude to bias results toward the user's area
- `query` (string, required): The place name or address to search for, e.g. "Lekki Phase 1" or "Murtala Muhammed Airport"

### `get_place_details` (~63 tokens)

Get the exact coordinates and full address for a place using its place_id (returned from search_places). Call this after search_places to get lat/lng needed for fare estimates and booking.

Input parameters:

- `place_id` (string, required): The Google place_id from a search_places result

### `get_fare_estimate` (~109 tokens)

Get available vehicle types and fare estimates for a trip. Returns a list of vehicle options with prices, ETAs, and vehicle type IDs needed for booking.

Input parameters:

- `drop_address` (string): Dropoff address text
- `drop_lat` (number, required): Dropoff latitude
- `drop_lng` (number, required): Dropoff longitude
- `pick_address` (string): Pickup address text
- `pick_lat` (number, required): Pickup latitude
- `pick_lng` (number, required): Pickup longitude

### `book_ride` (~192 tokens)

Book a Rovv ride. Requires pickup/dropoff coordinates, a vehicle_type ID (from get_fare_estimate), and payment method. Returns booking confirmation with ride number.

Input parameters:

- `drop_address` (string, required): Dropoff address text
- `drop_lat` (number, required): Dropoff latitude
- `drop_lng` (number, required): Dropoff longitude
- `is_later` (boolean): Set to true for scheduled rides
- `payment_opt` (integer): Payment method: 0 = card, 1 = cash, 2 = wallet
- `pick_address` (string, required): Pickup address text
- `pick_lat` (number, required): Pickup latitude
- `pick_lng` (number, required): Pickup longitude
- `trip_start_time` (string): For scheduled rides: datetime in Y-m-d H:i:s format
- `vehicle_type` (string, required): The zone_type_id from get_fare_estimate results

### `cancel_ride` (~55 tokens)

Cancel an active ride. Optionally provide a reason.

Input parameters:

- `reason` (string): Optional cancellation reason
- `request_id` (string): The ride request ID to cancel. If not provided, cancels the current active ride.

### `get_current_ride` (~30 tokens)

Get the status of the user's current active ride, including driver details, ETA, and ride status.

### `get_ride_history` (~44 tokens)

Get the user's past ride history. Returns recent completed and cancelled rides.

Input parameters:

- `limit` (integer): Number of rides to return (default 5, max 20)

### `get_route_info` (~69 tokens)

Get driving route information between two points including distance, duration, and polyline.

Input parameters:

- `drop_lat` (number, required): Dropoff latitude
- `drop_lng` (number, required): Dropoff longitude
- `pickup_lat` (number, required): Pickup latitude
- `pickup_lng` (number, required): Pickup longitude

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-rovvafrica-ride-booking/api-v1-mcp#diagnostics

## Score history

- 2026-08-03: 24
- 2026-08-02: 24
- 2026-08-01: 61

## Links

- Remote endpoint: https://rovvafrica.com/api/v1/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-rovvafrica-ride-booking/api-v1-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-rovvafrica-ride-booking/api-v1-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-rovvafrica-ride-booking/api-v1-mcp
