# airport-transfers MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/rs-rides-airport-transfers
- Repository: https://github.com/vladand-source/rides
- Website: https://rides.rs/en/for-agents

## Install
- Endpoint: https://rides.rs/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://rides.rs/api/mcp

## Tools
- 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. Endpoint: https://rides.rs/api/mcp
- 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. Endpoint: https://rides.rs/api/mcp
- 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 for N people from X to the airport?'. Endpoint: https://rides.rs/api/mcp
- 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). Endpoint: https://rides.rs/api/mcp
- 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 driver (cash or card); no online payment is needed. Call estimate_price first to confirm the vehicle + price with the user, then call this. Always tell the user to check their email to confirm. Endpoint: https://rides.rs/api/mcp
- 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'. Endpoint: https://rides.rs/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: rs.rides
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 22, 2026
- Source: https://registry.modelcontextprotocol.io
