{"slug": "newsmcp-com", "title": "Newsmcp.com", "summary": "NewsMCP, a new API service, offers live news deduplicated into events with no API key required, targeting AI agents and context windows rather than front pages. The service indexes 2.5B+ articles across 7+ years, provides 60 event types across 22 families, and includes features like independent newsroom counting and standing queries. Pricing starts with a keyless tier at 20 calls per hour, with paid plans offering higher limits and a full commercial license.", "body_md": "# The news MCP.\n\nBuilt for context windows, not front pages.\n\nLive news, deduplicated into events — no key required.\n\nBuilt for context windows, not front pages.\n\nLive news, deduplicated into events — no key required.\n\n01 — Try it\n\nPick a use case — see the call and the event it returns. Or open the [full playground](/playground) to search the index yourself.\n\n```\n{\n  \"total\": 136,\n  \"events\": [\n    {\n      \"event_id\": \"evt_543f76460337e61f3d739a67bbb08f6a\",\n      \"headline\": \"OpenAI AI Agents Hack Hugging Face\",\n      \"abstract\": \"OpenAI has released a report detailing how its AI agents breached the systems of Hugging Face,...\",\n      \"entities\": [{\"name\": \"OpenAI\", \"salience\": 0.9}, {\"name\": \"Hugging Face\", \"salience\": 0.8}],\n      \"size\": 19,                 // articles in the cluster\n      \"source_count\": 18,         // distinct domains\n      \"newsrooms\": 15,            // independent outlets\n      \"language_count\": 7,\n      \"event_type\": \"security.data_breach\",\n      \"sector\": \"software_it_services\",\n      \"confidence\": 0.92,\n      \"first_seen\": \"2026-08-29T02:05:21\",\n      \"last_seen\": \"2026-08-31T18:47:28\",\n      \"sources\": [\n        \"https://www.firstpost.com/vantage/openai-hack-exposed-5-shocking-things-ai-bots-did-hugging-face-investigation-vantage--vd2109718\"\n        // + 2 more source link(s)\n      ]\n    }\n    // + 9 more event(s) in this response\n  ]\n}\n```\n\n02 — The tools\n\nOne call each. One more on Enterprise.\n\nWhat's happening with Acme?\n\nThe name is quoted for you, and the window widens.\n\nWhat's big right now?\n\nRecency-weighted, so an hour-old story can outrank yesterday's bigger one.\n\nTell me everything about this story.\n\nEvery source link, not just the first three.\n\nIs this actually true?\n\n*Independent* newsrooms, counted apart from the domains that reprinted it.\n\nStanding queries push new events to your endpoint.\n\n03 — Feeds\n\nEvery event is labelled as it is indexed, so a standing beat is a filter — not a query string you keep re-tuning as the wording of the news changes.\n\n180 layoff events in the seven days to 1 September 2026, most recently active first. No keywords to tune — the label is the filter.\n\nSwap the leaf, change the desk:\n\n`security.data_breach`\n\nBreaches98`product.product_recall`\n\nRecalls150`funding.venture_funding_round`\n\nFunding rounds230`deals.merger_acquisition`\n\nM&A410`legal_regulatory.regulatory_action`\n\nRegulatory actions4,100`governance.executive_departure`\n\nExec changes640Three axes, filtered independently: 60 event types across 22 families, 31 sectors, 10 content types. Add `§or=banking`\n\nto hold the beat and change the industry, or `&content_type=news_report`\n\nto drop the press releases. `sort=last_seen`\n\nputs the most recently active first, so polling the same URL shows you what moved.\n\n04 — License and limits\n\nShip what you build on it — in production, keyless included.\n\n05 — NewsMCP or Enterprise\n\nNewsMCP is for agent runs. Enterprise is for systems that depend on news.\n\nKeyless, clustered events, token-lean. Reach for it over MCP or its API inside Claude, Cursor, or an agent loop. The go-to for exploration and one-off runs.\n\nWhen a business process runs on news: 2.5B+ articles indexed across 7+ years, 40+ filters, 30+ data fields, SLAs, and SOC 2 Type II.\n\n06 — FAQ\n\nNo key to start — keyless runs at 20 calls an hour, looks back 7 days, and returns up to 20 stories per call. A free key takes that to 50 calls an hour, 14 days and 50 stories, and paid plans go higher. Asking for more than the keyless allowance isn't an error: the search runs narrowed and tells you what it changed. `check_limits`\n\nreports the ceilings your key actually has, and calling it costs nothing.\n\nYes. Every plan includes a full commercial license, keyless included — ship what you build from day one.\n\nBoth exist, and they are not the same surface. REST is the raw index — one endpoint, every filter. The MCP server adds what REST has no endpoint for: `check_coverage`\n\nworks out how many *independent* newsrooms carried a claim, and `subject=`\n\nquotes a name and widens the window so that searching for a company actually returns the company. If your agent speaks MCP, use MCP.\n\nRun `claude mcp add --transport http newsmcp https://mcp.newsmcp.com/mcp`\n\n, or add `{\"url\": \"https://mcp.newsmcp.com/mcp\"}`\n\nto your client's MCP config and restart. The *Setup for agents* button copies a one-line instruction you can paste straight into an agent, which points it at our skill file so it configures itself.\n\nNew stories land in the index continuously and are searchable within minutes of publication.\n\nOne real-time news index, built and run entirely in house by NewsCatcher — no third-party search API sitting in the loop.\n\nWorldwide sources across dozens of languages, keyless included — the same story is clustered *across* languages, so a single event routinely carries sources in six or seven. There is no language, country or source filter on the search itself: scope with `sector`\n\n, `event_type`\n\n, `content_type`\n\n, or a corroboration floor like `min_newsrooms`\n\ninstead.\n\nAutomatically. The same story from many outlets is clustered into one event, so your agent reads a single result instead of thirty near-identical articles.\n\nStory events, not a flat article list. Each event carries an `event_id`\n\n, a generated `headline`\n\n, `abstract`\n\nand ranked `entities`\n\n; the labels `event_type`\n\n, `content_type`\n\nand `sector`\n\nwith a `confidence`\n\n; three separate corroboration counts — `size`\n\n(articles), `source_count`\n\n(domains) and `newsrooms`\n\n(outlets that reported independently); `first_seen`\n\n/`last_seen`\n\n; and source links. `verbosity`\n\nsets how many links come back, and `get_story`\n\nreturns all of them. Over MCP you get a readable markdown digest by default; pass `response_format: json`\n\nwhen you need to parse it. The REST endpoint has no such option — it always returns JSON.", "url": "https://wpnews.pro/news/newsmcp-com", "canonical_source": "https://newsmcp.com/", "published_at": "2026-09-01 15:13:54+00:00", "updated_at": "2026-09-01 15:23:28.474974+00:00", "lang": "en", "topics": ["ai-tools", "ai-infrastructure"], "entities": ["NewsMCP", "OpenAI", "Hugging Face"], "alternates": {"html": "https://wpnews.pro/news/newsmcp-com", "markdown": "https://wpnews.pro/news/newsmcp-com.md", "text": "https://wpnews.pro/news/newsmcp-com.txt", "jsonld": "https://wpnews.pro/news/newsmcp-com.jsonld"}}