A stateless MCP server for booking airport transfers between Novi Sad and Belgrade Airport (BEG). It exposes six tools: list_routes, get_pricing, estimate_price for quoting the cheapest vehicle tier, get_service_info for lead times and payment details, and create_booking_request plus get_booking_request_status for the booking flow. Bookings aren't silent. The create call generates a provisional request and emails the passenger a confirmation link. No money changes hands until the driver arrives (cash or card). Reach for this if you're building a travel assistant that needs real ground transport in Serbia. The same catalog and booking API is also available as plain REST at rides.rs/api/v1/routes if you want to skip MCP.
claude mcp add --transport http rs.rides-airport-transfers https://rides.rs/api/mcp