Add weather to your app
Give your agent live weather. Call it as an MCP tool to read current conditions — temperature, humidity and more — for any location. You switch it on with a single toggle — no SDK and no endpoint wiring — and it answers over MCP or REST using the same key as every other skill.
A real response from the Weather Skill — exactly what your agent gets back when it makes the call.
{
"city": "San Francisco"
}Instead of signing up for a weather API and wiring its SDK, enable the Live Weather skill and your app can pull live conditions through the connection you already have.
Over MCP, the weatherforecast tool shows up to your model automatically — it invokes it when a task (trip planning, logistics, scheduling) needs real conditions, with no code from you.
Node, Python, Go — call weatherforecast over REST in a single request to fetch conditions server-side, same key as every other skill.
Once enabled, this skill is reachable two ways — pick whichever fits how you build. Both use the same key.
It appears to your model as a callable tool. No extra code — the agent invokes it when a task needs it.
weatherforecastCall it from your server with one request and your key. Node, Python, Go — anything that can send a GET.
GET /v1/weatherforecastHow to connect it over MCP or REST.
The same key runs from your first prototype to millions of calls — on APIVerve's rails, 99.9% uptime.
See pricing