Add world news to your app
Feed live world news to your agent. Call it as an MCP tool to pull current headlines, summaries and sources into your app. 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 World News Skill — exactly what your agent gets back when it makes the call.
{
"category": "technology"
}Enable World News so your app can add world news to your app — headlines, events, world time — without wiring a news provider.
Over MCP, news gives your model current context it can't infer from training data, called only when a task needs it.
Call World News over REST to add world news to your app into your own scheduled job or feed.
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.
newsCall it from your server with one request and your key. Node, Python, Go — anything that can send a GET.
GET /v1/newsHow 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