{"version":1,"resources":["https://weather.hugen.tokyo/weather/current","https://weather.hugen.tokyo/weather/forecast"],"instructions":"# Weather API\n\nInstant weather data by city name — no API keys, no geocoding setup, no rate limits.\n\n## Why use this instead of a free weather API?\n- Free weather APIs require geocoding setup + API key management + response parsing\n- This API: pass a city name, get structured JSON. One call, one payment, done\n\n## Endpoints\n- `GET /weather/current?city=Tokyo` — Current weather\n- `GET /weather/forecast?city=Tokyo&days=3` — Daily forecast (1-7 days)\n\n## Pricing\nAll endpoints: $0.01/request (USDC on Base)\n"}