# News Radar — MCP server on mcp.ai > Track a topic in the press with title, source, date and link. The recency filter ranges from one hour to one year, so you can build a daily clipping, monitor mentions of your brand or follow a competitor's coverage. Accepts up to 100 terms in a single call. Hosted by the platform, no credentials, you pay per query. By: mcp.ai · official Page: https://mcp.ai/news_radar ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_news_radar?ms=1788152280000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/news_radar/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/news_radar/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/news_radar/skill.md Postman collection (v2.1): https://mcp.ai/news_radar/postman.json ## Tools - news_radar_search(consultas: string[], pais?: string, idioma?: string, limite?: integer, periodo?: string, local?: string, pagina?: integer) — Busca notícias com título, fonte, data e link. Combine com o parâmetro periodo para acompanhar um assunto nas últimas horas, dias ou meses. Aceita até 100 consultas por chamada. ## Example prompts - "Bring last week's news about open finance and summarize it" - "Monitor mentions of these 5 companies in the last 24 hours" - "What did the press publish about tax reform this month?" ## Links Docs: https://mcp.ai/docs/mcps/news_radar Website: https://mcp.ai/mcps/news_radar