Book UK airport and cruise port transfers via Airport Pickups London. Get instant fixed-price quotes, validate flights, and create real bookings for all Lond...
This skill connects your agent to Airport Pickups London's booking API via MCP, giving it the ability to get transfer quotes, validate flights, and create real bookings.
Add the APL MCP server to your OpenClaw config.
Step 1 — Get an API key (one-time, instant):
Send a POST request to the registration endpoint:
curl -X POST https://mcp.airport-pickups-london.com/a2a/register \
-H "Content-Type: application/json" \
-d '{"name": "Your Agent Name", "email": "you@example.com"}'
This returns your API key immediately. Free, no approval needed.
Step 2 — Add to your config:
{
"mcpServers": {
"airport-pickups-london": {
"url": "https://mcp.airport-pickups-london.com/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}
get_quoteGet prices for any UK transfer route.
Example prompts your agent will handle:
validate_flightVerify a flight number and get terminal, airline, arrival time, and meeting point.
Example prompts:
book_transferCreate a confirmed transfer booking.
Returns:
Example prompts:
Agents can request a discount by including requestedDiscountPercent in the quote request. The maximum discount is 5% — requests above this are automatically capped. The response includes appliedDiscountPercent showing the actual discount given.
Non-negotiable items: peak surcharges, event pricing (Christmas, bank holidays), child seats.
// Request
{ "origin": "Heathrow", "destination": "W1", "requestedDiscountPercent": 3 }
// Response includes
{ "appliedDiscountPercent": 3, "cars": [{ "car_type": "Saloon", "price_gbp": 72.75 }] }
| Car Type | Passengers | Suitcases | From |
|---|---|---|---|
| Saloon | Up to 3 | 3 | ~£33 |
| People Carrier | Up to 5 | 5 | ~£45 |
| 8 Seater | Up to 8 | 8 | ~£55 |
| Executive Saloon | Up to 3 | 3 | ~£65 |
| Executive MPV | Up to 7 | 7 | ~£85 |
TripAdvisor 4.7/5 | Trustpilot 4.9/5 | Reviews.io 4.9/5
ZIP package — ready to use