clipform_search_news
ActiveTool of io.github.Clipform/mcp-server
Fallback news lookup for clients without native web search. Returns structured current-news articles from NewsAPI and The Guardian. Coverage: recent events, people, and topics (post-May-2025). Does NOT cover timeless topics (history, geography, science). Narrower and less current than native web search tools (WebSearch, web fetch) when available. Returns: article title, source, author, date, URL, description, and image URL per result.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"count": {
"type": "number",
"default": 5,
"maximum": 15,
"minimum": 1,
"description": "Max results per provider (default 5)"
},
"query": {
"type": "string",
"description": "News search query (e.g. 'Iran war 2026', 'Australian Open final', 'UK election')"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.Clipform/mcp-server
https://github.com/clipform/mcp-server
1/7 registries