Connects Claude to NewsAPI.org for live news data through two tools: top_headlines for current breaking news and everything for searching the news archive. Useful when you need Claude to pull real-time headlines by country, category, or source, or search historical articles by keyword and date range. Part of the Pipeworx gateway, so you can either connect directly to the NewsAPI endpoint or use the full Pipeworx gateway to access 673+ data sources. The ask_pipeworx tool lets you query in plain English instead of calling tools directly. Free tier gives you 100 requests per day with your own NewsAPI.org key.
NewsAPI.org MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
top_headlines | Current top headlines. |
everything | Archive search. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"newsapi": {
"url": "https://gateway.pipeworx.io/newsapi/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ 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 Newsapi data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp