Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

rs.rides/airport-transfers

rs.rides/airport-transfers

Airport transfers: Novi Sad ↔ Belgrade Airport (BEG). Look up prices and book a ride.

Uptime
100.0%
2 direct probes · 30d
Response
117ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

list_routes

List all active airport-transfer routes with their slug, endpoints, distance, travel time, available directions, and starting price. Use this first to discover what routes exist.

get_pricing

Get fixed per-vehicle prices for a route, or for all routes if no routeSlug is given. Prices are fixed (no surge, no metered fares), in EUR and RSD. Each vehicle tier lists max passengers and luggage.

estimate_price

Estimate the price for a trip. Given a route and passenger count (and optional luggage count), returns the cheapest vehicle that fits the group, plus all fitting options. Use this to answer 'how much …

get_service_info

Get 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_request

Start a provisional airport-transfer booking. This does NOT finalize a booking — it emails the passenger a one-tap confirmation link, and the ride is only booked once they click it. Payment is to the …

get_booking_request_status

Check whether a booking request (from create_booking_request) has been confirmed by the passenger yet. Returns 'pending', 'confirmed' (with the booking number), or 'expired'.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "rs.rides/airport-transfers": {
      "url": "https://rides.rs/api/mcp",
      "transport": "streamable-http"
    }
  }
}