NewsAPI
Search news articles and get top headlines from 80,000+ sources worldwide. Useful for news sites, dashboards, and content aggregators.
🔑 Setup Required — Bring Your Own Key
This integration requires API credentials. Store them once via
setup_integration or the Dashboard Vault — they're encrypted
with AES-256-GCM and never exposed.
Required Credentials
newsapi_key
API Key
API key from newsapi.org → your account → API Key.
Get your API key at newsapi.org →
Endpoints (2)
GET
search-articles
Search news articles by keyword. Returns up to 10 articles with title, description, source, author, URL, and image.
| Field | Type | Required | Description |
|---|---|---|---|
query |
string | ✓ Yes | Search query (e.g. "artificial intelligence", "climate change", "websitepublisher"). |
language |
string | No | Article language: "en", "nl", "de", "fr", "es", etc. Default: all languages. |
GET
top-headlines
Get top headlines for a country. Returns up to 10 headlines with source, title, description, and image.
| Field | Type | Required | Description |
|---|---|---|---|
country |
string | ✓ Yes | Country code (ISO 3166-1 alpha-2): "nl", "us", "gb", "de", "fr". |
MCP Tool Names
When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:
| Endpoint | MCP Tool Name |
|---|---|
| search-articles | newsapi_search_articles |
| top-headlines | newsapi_top_headlines |