Invocation
- Service ID
hk-weather- Method
GET- Endpoint
/api/tools/hk-weather- Legacy Endpoint
none- MCP Tool
hk_weather- Price
- USD 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. After payment is complete, retry with X-Payment-Token, an x402 payment signature, or MCP paymentToken.
Create a payment with POST /api/payments using serviceId="hk-weather", then pass the returned token in X-Payment-Token or MCP paymentToken.
{
"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"
}
}