# Rovv - Book Rides in Africa MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-rovvafrica-ride-booking

## Install
- Endpoint: https://rovvafrica.com/api/v1/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://rovvafrica.com/api/v1/mcp

## Tools
- search_places - 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. Endpoint: https://rovvafrica.com/api/v1/mcp
- get_place_details - 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. Endpoint: https://rovvafrica.com/api/v1/mcp
- get_fare_estimate - 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. Endpoint: https://rovvafrica.com/api/v1/mcp
- book_ride - 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. Endpoint: https://rovvafrica.com/api/v1/mcp
- cancel_ride - Cancel an active ride. Optionally provide a reason. Endpoint: https://rovvafrica.com/api/v1/mcp
- get_current_ride - Get the status of the user's current active ride, including driver details, ETA, and ride status. Endpoint: https://rovvafrica.com/api/v1/mcp
- get_ride_history - Get the user's past ride history. Returns recent completed and cancelled rides. Endpoint: https://rovvafrica.com/api/v1/mcp
- get_route_info - Get driving route information between two points including distance, duration, and polyline. Endpoint: https://rovvafrica.com/api/v1/mcp
- get_wallet_balance - Get the user's Rovv wallet balance, total added, total spent, and recent transactions. Endpoint: https://rovvafrica.com/api/v1/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.rovvafrica
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 1, 2026
- Source: https://registry.modelcontextprotocol.io
