mcpserver.lol
registry/ride-booking
Connection check verified live · 28h ago

ride-booking

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

Tools 9
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 28h ago

Tools & capabilities

9 tools

Read from the running server on 28h ago.

book_ride drop_lat*drop_lng*is_laterpick_lat*pick_lng*payment_opt +4
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_ride reasonrequest_id
Cancel an active ride. Optionally provide a reason.
get_current_ride
Get the status of the user's current active ride, including driver details, ETA, and ride status.
get_fare_estimate drop_lat*drop_lng*pick_lat*pick_lng*drop_addresspick_address
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.
get_place_details place_id*
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…
get_ride_history limit
Get the user's past ride history. Returns recent completed and cancelled rides.
get_route_info drop_lat*drop_lng*pickup_lat*pickup_lng*
Get driving route information between two points including distance, duration, and polyline.
get_wallet_balance
Get the user's Rovv wallet balance, total added, total spent, and recent transactions.
search_places latlngquery*
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.