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):
CODEBLOCK0
Setup
Add the APL MCP server to your config:
CODEBLOCK1
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:
- - "How much is a taxi from Heathrow to central London?"
- "Get me a quote from Gatwick to Brighton for 4 passengers"
- "What's the price from Southampton cruise port to London?"
validate_flight — Flight Validation
Verify a flight number and get terminal, airline, arrival time, and meeting point.
Example prompts:
- - "Check flight BA2534 arriving on April 15th"
- "What terminal does EK007 arrive at?"
book_transfer — Create Booking
Create a confirmed transfer booking. Returns booking reference, manage URL, meeting point.
Example prompts:
- - "Book a People Carrier from Heathrow to W1K 1LN for John Smith, flight BA2534, April 15th at 3pm"
lookup_booking — Check Booking Status
Look up booking details by reference number. Returns status, driver info, and manage URL.
Example prompts:
- - "What's the status of booking APL-CJ5KDJ?"
amend_booking — Modify Booking
Change passenger name, phone, email, flight number, date/time, or special requests.
Example prompts:
- - "Change the flight on APL-CJ5KDJ to BA2590"
- "Update the passenger name to Jane Doe"
cancel_booking — Cancel Booking
Cancel a booking. Free cancellation 12+ hours before pickup.
Example prompts:
- - "Cancel booking APL-CJ5KDJ"
track_driver — Live Driver Tracking
Get the driver's live GPS position, vehicle details, photo, and ETA.
Example prompts:
- - "Where is my driver for APL-CJ5KDJ?"
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:
- - "What's the cancellation policy?"
- "Do you provide child seats?"
Data & Privacy
This skill sends the following data to the APL booking API:
- - Pickup and dropoff locations
- Passenger name, phone, email
- Flight numbers
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
- - All prices in GBP, per vehicle (not per person)
- Fixed prices — no surge, no hidden charges
- Includes meet & greet, waiting time, parking, tolls
- Free cancellation 12+ hours before pickup
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 getquote before booking — never guess prices
- NEVER call booktransfer without user confirmation — always show the price and get a "yes" first
- Flight validation is optional and never blocks a booking
- For airport pickups, recommend clearance: domestic 15min, European 45min, international 60min after landing
Support
- - 24/7 Phone: +44 208 688 7744
- WhatsApp: +44 7538 989360
- Website: www.airport-pickups-london.com
- Email: info@aplcars.com
Ratings
TripAdvisor 4.7/5 | Trustpilot 4.9/5 | Reviews.io 4.9/5
技能名称: airport-pickups-london
详细描述:
伦敦机场接送 — 预订接送技能
此技能通过MCP将您的智能体连接到伦敦机场接送的预订API,使其具备完整的接送管理功能——报价、预订、修改、取消以及实时司机追踪。
需要认证
此技能需要通过 x-api-key 标头提供API密钥。无需环境变量。
立即获取密钥(免费,无需审批):
bash
curl -X POST https://mcp.airport-pickups-london.com/a2a/register \
-H Content-Type: application/json \
-d {name: 您的智能体名称, email: you@example.com}
设置
将APL MCP服务器添加到您的配置中:
json
{
mcpServers: {
airport-pickups-london: {
url: https://mcp.airport-pickups-london.com/mcp,
headers: {
x-api-key: 您的API密钥
}
}
}
}
可用工具(8个)
get_quote — 获取接送价格
获取英国任何接送路线的价格。返回所有车型的价格、载客量和行李限额。
示例提示:
- - 从希思罗到伦敦市中心打车多少钱?
- 给我一个从盖特威克到布莱顿的4人报价
- 从南安普顿邮轮码头到伦敦的价格是多少?
validate_flight — 航班验证
验证航班号并获取航站楼、航空公司、到达时间和会面点。
示例提示:
- - 查询4月15日到达的BA2534航班
- EK007航班到达哪个航站楼?
book_transfer — 创建预订
创建已确认的接送预订。返回预订参考号、管理链接、会面点。
示例提示:
- - 为John Smith预订从希思罗到W1K 1LN的多人车,航班BA2534,4月15日下午3点
lookup_booking — 查询预订状态
通过参考号查询预订详情。返回状态、司机信息和管理链接。
示例提示:
amend_booking — 修改预订
更改乘客姓名、电话、邮箱、航班号、日期/时间或特殊要求。
示例提示:
- - 将APL-CJ5KDJ的航班改为BA2590
- 将乘客姓名更新为Jane Doe
cancel_booking — 取消预订
取消预订。接机前12小时以上免费取消。
示例提示:
track_driver — 实时司机追踪
获取司机的实时GPS位置、车辆详情、照片和预计到达时间。
示例提示:
getserviceinfo — 常见问题与政策
获取关于取消政策、支付方式、车辆、儿童座椅、宠物、无障碍设施、接机服务、邮轮港口、企业账户的信息。
示例提示:
数据与隐私
此技能向APL预订API发送以下数据:
所有数据通过HTTPS(TLS 1.2+)传输,并由伦敦机场接送存储以提供服务。符合GDPR要求。API密钥用于验证智能体身份,而非最终用户。
价格协商(A2A扩展)
智能体可以通过在报价请求中包含requestedDiscountPercent来请求折扣。最高折扣为5%。不可协商:高峰附加费、活动定价、儿童座椅。
价格信息
- - 所有价格以英镑计,按车辆计费(非按人计费)
- 固定价格——无溢价、无隐藏费用
- 包含接机服务、等待时间、停车费、通行费
- 接机前12小时以上免费取消
车型
| 车型 | 乘客数 | 行李箱数 | 起价 |
|---|
| 轿车 | 最多3人 | 3个 | ~£33 |
| 多人车 |
最多5人 | 5个 | ~£45 |
| 8座车 | 最多8人 | 8个 | ~£55 |
| 行政轿车 | 最多3人 | 3个 | ~£65 |
| 行政MPV | 最多7人 | 7个 | ~£85 |
智能体重要规则
- 1. 预订前务必调用getquote — 切勿猜测价格
- 未经用户确认,切勿调用booktransfer — 始终先显示价格并获得同意
- 航班验证为可选操作,绝不阻止预订
- 对于机场接机,建议通关时间:国内航班15分钟,欧洲航班45分钟,国际航班60分钟(降落后)
支持
- - 24/7电话:+44 208 688 7744
- WhatsApp:+44 7538 989360
- 网站:www.airport-pickups-london.com
- 邮箱:info@aplcars.com
评分
TripAdvisor 4.7/5 | Trustpilot 4.9/5 | Reviews.io 4.9/5