Rovv - Book Rides in Africa
com.rovvafrica/ride-bookingBook rides, get fare estimates, and manage trips across African cities with Rovv.
Tools · 9
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.
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.
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.
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.
Cancel an active ride. Optionally provide a reason.
Get the status of the user's current active ride, including driver details, ETA, and ride status.
Get the user's past ride history. Returns recent completed and cancelled rides.
Get driving route information between two points including distance, duration, and polyline.
Get the user's Rovv wallet balance, total added, total spent, and recent transactions.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"rovv_-_book_rides_in_africa": {
"url": "https://rovvafrica.com/api/v1/mcp",
"transport": "streamable-http"
}
}
}