mcpbeat

Airport Transfers MCP Server

by rides
answering

Airport Transfers is answering right now. Last checked 5 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 61 hours of history
61 hours agonow
100.0%
Uptime 24h
92 of 92 checks
6
Tools
read from the server
179 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 5 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 222 ms 5 min ago

Alternatives to Airport Transfers

same job, measured the same way
London Airport Transfers
by airport-pickups-london

Book London airport & cruise port transfers to any UK address. Fixed prices, free cancellation.

answering
C
Booking
by mydriverparis

Book a private driver in Paris: live quotes, airport transfers, tours, VIP Meet & Greet. No auth.

10 tools answering
Qubic MCP
by fyllepo

MCP server for Qubic — balances, prices, transfers, wallets, and more.

39 installs/wk local only
Travel Code
by travel-code

Corporate travel: search and book flights, hotels, rail and transfers, manage orders.

answering
Washlib
by washlib

Find car wash centers in France, compare prices, check live availability, and look up a booking.

5 tools answering
SkinGrind
by skingrind

CS2 skin prices, case odds and ROI, Armory value, and Trade Up contracts.

9 tools answering
three.ws Portfolio
by nirholas

An agent's trading state — portfolio value, PnL, live balances, trade feed, and signed transfers.

25 installs/wk local only
Upgrade Agent
by upgradeagent

Travel-upgrade Q&A, live booking eligibility, and operator lookups for airline, cruise, rail.

17 tools answering

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 92 of 92 checks got a reply (100.0%), average response time 179 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 179 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.