← Registry
API Tools
rides.rs
Provides an API for airport transfer bookings, including route listing, pricing, and booking requests.
ENDPOINT 1
https://rides.rs/api/mcp
Known tools 6
list_routesList all active airport-transfer routes with their slug, endpoints, distance, travel time, available directions, and starting price.
get_pricingGet fixed per-vehicle prices for a route, or for all routes if no routeSlug is given.
estimate_priceEstimate the price for a trip.
get_service_infoGet business info: service area, accepted payment methods, supported languages, minimum booking lead time, contact details, and how to book (including the booking URL template).
create_booking_requestStart a provisional airport-transfer booking.
get_booking_request_statusCheck whether a booking request (from create_booking_request) has been confirmed by the passenger yet.