mcpbeat

Airport Transfers MCP Server

rs.rides/airport-transfers
answering

Airport Transfers is answering right now. Last checked 10 min ago. It exposes 6 tools.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
174 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add airport-transfers --transport http https://rides.rs/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "airport-transfers": {
      "url": "https://rides.rs/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.airport-transfers]
url = "https://rides.rs/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "airport-transfers": {
      "url": "https://rides.rs/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "airport-transfers": {
      "url": "https://rides.rs/api/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

booking
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.
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'.
estimate
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?'.
pricing
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.
routes
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.
service
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).

Endpoints

URLTransportStateLatencyChecked
https://rides.rs/api/mcp streamable-http answering 174 ms 10 min ago

Airport Transfers — questions

Answers built from our own checks of this server.

What can Airport Transfers do?
It exposes 6 tools, read directly from the server on our last check. Among them: create_booking_request, estimate_price, get_booking_request_status, get_pricing, get_service_info, list_routes. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Airport Transfers working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 174 ms. The bar chart above shows every period we have measured.
Is Airport Transfers still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Airport Transfers?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Airport Transfers need an API key?
No. Airport Transfers completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Airport Transfers?
It answers our handshake in 174 ms on average, which is faster than 68% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.