# Rides.rs — Premium Airport Transfers (Novi Sad ↔ Belgrade Airport) > Licensed premium airport-transfer service between Novi Sad and Belgrade Nikola Tesla Airport (BEG). Fixed prices, professional drivers, real-time flight tracking, multilingual support (EN/SR/RU). Online booking, no account required. ## Service overview - Routes operate in BOTH directions: to the airport (departures) and from the airport (arrivals, with meet & greet and real-time flight tracking). - Fixed prices per route and vehicle — no surge pricing, no metered fares. - Payment: cash to driver, card, invoice. - Languages: en, sr, ru. - Recommended booking lead time: 12 hours before pickup. - No customer account required to book. ## Vehicle options - Premium Electric (up to 4 passengers, 4 bags) — Tesla Model Y — premium electric ride. - Comfort XL (up to 4 passengers, 5 bags) — Škoda Kodiak — spacious ride with extra room for luggage. - Premium Standard (up to 4 passengers, 3 bags) — Mercedes E-class, Škoda Superb, Audi A6, VW Arteon — premium classic drive. - Group XL (up to 8 passengers, 8 bags) — Renault Trafic Passenger — comfortable ride for small groups with plenty of space for passengers and luggage. ## Routes & live pricing - Novi Sad ↔ Belgrade Nikola Tesla Airport (BEG) (80 km, ~60 min). Prices: Premium Electric €50, Comfort XL €70, Premium Standard €70, Group XL €95 ## How to book - Online booking: https://rides.rs/en/booking - Deep-link template: https://rides.rs/{locale}/booking?route={routeSlug}&direction={direction} (substitute {locale} = en|sr|ru, {routeSlug} = a route slug, {direction} = to_airport|from_airport) - Machine-readable catalog (JSON): https://rides.rs/api/v1/routes - Booking completion and payment happen on the website. There is no third-party reseller markup. ## Contact - Phone / WhatsApp: +381 64 333 3112 - Email: info@rides.rs - Area served: Novi Sad, Belgrade Nikola Tesla Airport (BEG) ## Useful pages - Booking: https://rides.rs/en/booking - Travel guides & FAQ (blog): https://rides.rs/en/blog - How to spot a legitimate airport transfer: https://rides.rs/en/blog/belgrade-airport-illegal-transfer-how-to-avoid ## For AI agents Rides.rs is bookable programmatically. Two interfaces: 1. Read-only catalog — https://rides.rs/api/v1/routes (JSON, CORS-open, no auth). Look up current routes and fixed prices. 2. MCP server (Model Context Protocol) — https://rides.rs/api/mcp Transport: Streamable HTTP (JSON-RPC 2.0 over POST). No auth. Tools: - list_routes, get_pricing, estimate_price, get_service_info (read) - create_booking_request — start a booking; emails the passenger a confirmation link. The ride is booked only after they confirm. - get_booking_request_status — poll a request's status. Payment is cash/card to the driver — no online payment needed to book. Recommended agent flow: use estimate_price to quote, then create_booking_request with the passenger's name/email/phone. Tell the user to check their email and tap "Confirm" — booking completes only then. Or hand off a booking deep-link from bookingUrlTemplate and let the user finish on the site. Developer/agent docs: https://rides.rs/en/for-agents Discovery manifest: https://rides.rs/.well-known/mcp.json Last generated: 2026-05-22T19:41:28.607Z