World news for AI agents — newsmcp.io
World news for AI agents — newsmcp.io. The newsmcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 10 defined tools rather than through you.
newsmcp.io • integrations • REST API
@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Everything the assistant can do here goes through one of these:
Method — EndpointGET — /news/Cursor — The Cursor tool exposed by this serverWindsurf — The Windsurf tool exposed by this serverOpenCode — The OpenCode tool exposed by this serverSmithery — The Smithery tool exposed by this serverget_news — Top events happening right now. Filter by topic, region, time windowget_news_detail — Full details on a single event — all source articles, AI-generated context, impact analysis, entity tagsget_topics — Lists every topic category available for filtering. No parametersget_regions — Lists every geographic region — 6 continents and 24 countries — available for filtering. No parametersYou will need one environment variable: NEWS_API_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Newsmcp's toolset — Method, GET, Cursor and 7 more — is a fair guide to whether it matches your workflow. It is maintained by pranciskus; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Method | Endpoint |
| GET | /news/ |
| Cursor | The Cursor tool exposed by this server. |
| Windsurf | The Windsurf tool exposed by this server. |
| OpenCode | The OpenCode tool exposed by this server. |
| Smithery | The Smithery tool exposed by this server. |
| get_news | Top events happening right now. Filter by topic, region, time window. |
| get_news_detail | Full details on a single event — all source articles, AI-generated context, impact analysis, entity tags. |
| get_topics | Lists every topic category available for filtering. No parameters. |
| get_regions | Lists every geographic region — 6 continents and 24 countries — available for filtering. No parameters. |
{
"mcpServers": {
"newsmcp": {
"command": "npx",
"args": ["-y", "@newsmcp/server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| NEWS_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.