Airport Pickups London
by @mfy-apl
Book UK airport and cruise port transfers via Airport Pickups London. Get instant fixed-price quotes, validate flights, create bookings, amend, cancel, and t...
clawhub install airport-pickups-londonπ About This Skill
name: airport-pickups-london description: Book UK airport and cruise port transfers via Airport Pickups London. Get instant fixed-price quotes, validate flights, create bookings, amend, cancel, and track drivers live. TfL-licensed, 24/7 service. Requires API key (free instant registration). homepage: https://www.airport-pickups-london.com metadata: clawdbot: emoji: "π"
Airport Pickups London β Transfer Booking Skill
This skill connects your agent to Airport Pickups London's booking API via MCP, giving it full transfer management β quotes, bookings, amendments, cancellations, and live driver tracking.
Authentication Required
This skill requires an API key via the x-api-key header. No environment variables are needed.
Get a key instantly (free, no approval):
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"}'
Setup
Add the APL MCP server to your config:
{
"mcpServers": {
"airport-pickups-london": {
"url": "https://mcp.airport-pickups-london.com/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}
Available Tools (8)
get_quote β Get Transfer Prices
Get prices for any UK transfer route. Returns all car types with prices, capacity, and luggage allowance.Example prompts:
validate_flight β Flight Validation
Verify a flight number and get terminal, airline, arrival time, and meeting point.Example prompts:
book_transfer β Create Booking
Create a confirmed transfer booking. Returns booking reference, manage URL, meeting point.Example prompts:
lookup_booking β Check Booking Status
Look up booking details by reference number. Returns status, driver info, and manage URL.Example prompts:
amend_booking β Modify Booking
Change passenger name, phone, email, flight number, date/time, or special requests.Example prompts:
cancel_booking β Cancel Booking
Cancel a booking. Free cancellation 12+ hours before pickup.Example prompts:
track_driver β Live Driver Tracking
Get the driver's live GPS position, vehicle details, photo, and ETA.Example prompts:
get_service_info β FAQ & Policies
Get info about cancellation policy, payment methods, vehicles, child seats, pets, accessibility, meet and greet, cruise ports, corporate accounts.Example prompts:
Data & Privacy
This skill sends the following data to the APL booking API:
All data is transmitted over HTTPS (TLS 1.2+) and stored by Airport Pickups London for service delivery. GDPR compliant. The API key authenticates the agent, not the end user.
Pricing Negotiation (A2A Extension)
Agents can request a discount by including requestedDiscountPercent in the quote request. Maximum discount is 5%. Non-negotiable: peak surcharges, event pricing, child seats.
Pricing Info
Vehicle Types
| 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 |
Important Rules for Agents
1. ALWAYS call get_quote before booking β never guess prices 2. NEVER call book_transfer without user confirmation β always show the price and get a "yes" first 3. Flight validation is optional and never blocks a booking 4. For airport pickups, recommend clearance: domestic 15min, European 45min, international 60min after landing
Support
Ratings
TripAdvisor 4.7/5 | Trustpilot 4.9/5 | Reviews.io 4.9/5
βοΈ Configuration
Add the APL MCP server to your config:
{
"mcpServers": {
"airport-pickups-london": {
"url": "https://mcp.airport-pickups-london.com/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}