Invocation
- Service ID
hk-weather- Method
GET- Endpoint
/api/tools/hk-weather- Legacy Endpoint
none- MCP Tool
hk_weather- Price
- XIAO 0.05
Paid API service
Get current weather in Hong Kong, including temperature, relative humidity, and wind speed, from Open-Meteo.
hk-weatherGET/api/tools/hk-weathernonehk_weatherCall the endpoint without payment to receive HTTP 402 metadata. If payment is required, open xiaopay.top to obtain XIAO, create the guarantee, then retry with X-Payment-Token, an XIAO guarantee header, or MCP paymentToken.
Call GET /api/tools/hk-weather once to receive HTTP 402 with accepts[] requirements. Open https://xiaopay.top to obtain XIAO, create an AI wallet guarantee for merchant_id=aivps.lat and merchant_order_id=payment.paymentId, then retry with X402-Guarantee. If you need the legacy reusable token flow, create a payment with POST /api/payments using serviceId="hk-weather".
{
"exampleRequest": null,
"exampleResponse": {
"current": {
"relative_humidity_2m": 72,
"temperature_2m": 30.4,
"time": "2026-05-28T16:15",
"wind_speed_10m": 11.9
},
"timezone": "Asia/Hong_Kong"
},
"inputSchema": {
"properties": {},
"type": "object"
},
"outputSchema": {
"properties": {
"current": {
"type": "object"
},
"timezone": {
"type": "string"
}
},
"type": "object"
}
}