@pipeworx/newsapi
Connect: https://gateway.pipeworx.io/newsapi/mcp · Install: one-click buttons
Tools: 3
NewsAPI.org MCP — global news headlines + archive search. Free dev tier 100 req/day.
Auth
- Platform:
PLATFORM_NEWSAPI_KEY. BYO:?_apiKey=….
Tools
top_headlines(country?, category?, sources?, q?, pageSize?, page?)— current top headlineseverything(q?, qInTitle?, sources?, domains?, excludeDomains?, from?, to?, language?, sortBy?, pageSize?, page?)— archive searchsources(category?, language?, country?)— news sources
Data source
https://newsapi.org/v2
Tools
- top_headlines — Fetch current top news headlines from NewsAPI, filterable by
country(ISO 2-letter),category(business/entertainment/health/science/sports/technology), publishersources, or keywordq. Return - everything — Search the NewsAPI article archive by keyword
q, source domains, date range (from/to), or language. Sortable by relevancy, popularity, or publishedAt. Returns article title, description, source, - sources — Return available NewsAPI publisher sources, filterable by
category,language, andcountry. Returns source id, name, description, URL, and category — use source ids to filtertop_headlinesor `
Tools
-
everything— Search the NewsAPI article archive by keyword `q`, source domains, date range (`from`/`to`), or language. Sortable by relevancy, popularity, or publishedAt. Returns article title, description, source, -
sources— Return available NewsAPI publisher sources, filterable by `category`, `language`, and `country`. Returns source id, name, description, URL, and category — use source ids to filter `top_headlines` or ` -
top_headlines— Fetch current top news headlines from NewsAPI, filterable by `country` (ISO 2-letter), `category` (business/entertainment/health/science/sports/technology), publisher `sources`, or keyword `q`. Return