This wraps the NewsData.io API for pulling global news articles and headlines. It's part of Pipeworx, a gateway that bundles 744+ data sources behind a single MCP endpoint. You can either add this standalone server to query NewsData specifically, or connect to the full Pipeworx gateway for access to everything at once. The gateway includes an ask_pipeworx tool that lets you ask questions in plain English instead of calling tools directly. Reach for this when you need to search news by topic, country, or language, or pull latest headlines for analysis, research, or content workflows.
NewsData.io MCP — wraps the NewsData.io global news API (newsdata.io)
Part of Pipeworx — an MCP gateway connecting AI agents to 744+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"newsdata": {
"url": "https://gateway.pipeworx.io/newsdata/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 744+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Newsdata data" })
The gateway picks the right tool and fills the arguments automatically.
MIT