# London Airport Transfers

Provide instant quotes and bookings for private transfers between London airports, UK cruise ports, and nationwide addresses. Tailor your journey by selecting vehicle types that match your specific p…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add airport-pickups-london/London-airport-transfers

# Browse available tools
npx -y @smithery/cli@latest tool list airport-pickups-london/London-airport-transfers

# Get full schema for a tool
npx -y @smithery/cli@latest tool get airport-pickups-london/London-airport-transfers london_airport_transfer_quote

# Call a tool
npx -y @smithery/cli@latest tool call airport-pickups-london/London-airport-transfers london_airport_transfer_quote '{}'
```

## Direct MCP Connection

Endpoint: `https://london-airport-transfers--airport-pickups-london.run.tools`

## Tools (3)

- `london_airport_transfer_quote` — Get London airport transfer prices between a UK airport or cruise port and any UK address or postcode. Covers all Londo…
- `book_london_airport_transfer` — Book a London airport or cruise port transfer to/from any UK address. Creates a REAL reservation — only call after the …
- `validate_flight` — Validate a flight number and get flight details including airline name, arrival airport, terminal, and arrival time. Us…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get airport-pickups-london/London-airport-transfers <tool-name>
```
