weather_lookup

weather_lookup

Look up the weather by town or city name

1 credit per call, from your balance — or paid per request in USDC with no account at all.

Runs on Weather — Check weather and forecasts.

Arguments

NameTypeWhat it is
daystringtoday or tomorrow; empty returns the current multi-day forecast
placestringTown or city to look up
focusstringrain for a rain-focused answer, otherwise a general forecast

Calling it

Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.

{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{},"name":"weather_lookup"}}

Try it in the playground.