NewsData.io MCP integration for AI agents.
Connect AI agents to NewsData.io through 4 structured actions, including get latest news, search news archive, and list crypto news. Review authentication, i…
- ACTION CONTRACTS
- 4
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the NewsData.io integration exposes
The NewsData.io Agent App exposes 4 provider-backed actions for data and social work. Its current contract lets an authorized agent retrieve the latest and breaking news from newsdata.io with optional filters, search historical newsdata.io archive articles with keyword, taxonomy, and date filters, and retrieve cryptocurrency-related news articles from newsdata.io. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected NewsData.io account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real NewsData.io capabilities.
Showing 4 of 4 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_latest_newsREADRetrieve the latest and breaking news from NewsData.io with optional filters.
INPUTS: id / q / qInTitle / qInMeta / country
search_news_archiveHIGH IMPACTSearch historical NewsData.io archive articles with keyword, taxonomy, and date filters.
INPUTS: id / q / qInTitle / qInMeta / country
list_crypto_newsREADRetrieve cryptocurrency-related news articles from NewsData.io.
INPUTS: id / q / qInTitle / qInMeta / country
list_news_sourcesREADList NewsData.io source domains with optional country, category, and language filters.
INPUTS: country / category / language / prioritydomain / domainurl
INPUT CONTRACTS
Know what the action needs before it runs.
get_latest_news
idOPTIONAL- Comma-separated NewsData.io article IDs to fetch.
qOPTIONAL- Keyword or phrase search across article title, content, URL, and metadata.
qInTitleOPTIONAL- Keyword or phrase search restricted to article titles.
qInMetaOPTIONAL- Keyword or phrase search restricted to article title, URL, and metadata.
countryOPTIONAL- Comma-separated country codes, up to 5 values.
search_news_archive
idOPTIONAL- Comma-separated NewsData.io article IDs to fetch.
qOPTIONAL- Keyword or phrase search across article title, content, URL, and metadata.
qInTitleOPTIONAL- Keyword or phrase search restricted to article titles.
qInMetaOPTIONAL- Keyword or phrase search restricted to article title, URL, and metadata.
countryOPTIONAL- Comma-separated country codes, up to 5 values.
list_crypto_news
idOPTIONAL- Comma-separated NewsData.io article IDs to fetch.
qOPTIONAL- Keyword or phrase search across article title, content, URL, and metadata.
qInTitleOPTIONAL- Keyword or phrase search restricted to article titles.
qInMetaOPTIONAL- Keyword or phrase search restricted to article title, URL, and metadata.
countryOPTIONAL- Comma-separated country codes, up to 5 values.
list_news_sources
countryOPTIONAL- Comma-separated country codes, up to 5 values.
categoryOPTIONAL- Comma-separated categories, up to 5 values.
languageOPTIONAL- Comma-separated language codes, up to 5 values.
prioritydomainOPTIONAL- News source reputation tier filter.
domainurlOPTIONAL- Single source domain URL to look up.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Latest News
Retrieve the latest and breaking news from NewsData.io with optional filters. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_latest_newsControl Search News Archive
Search historical NewsData.io archive articles with keyword, taxonomy, and date filters. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
search_news_archiveVerify with List Crypto News
Retrieve cryptocurrency-related news articles from NewsData.io. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
list_crypto_newsSAFETY BOUNDARY
Operate NewsData.io with explicit limits
- Authorize NewsData.io with API key and grant only the provider access required by the selected actions.
- 1 action is change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Treat `search_news_archive` as high-impact operations and require an explicit approval boundary.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in NewsData.io rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the NewsData.io task completed successfully.
CONNECTION MODEL
API key
NewsData.io API key sent as the apikey query parameter. View or manage it from https://newsdata.io/api-key.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 3
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 1
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by NewsData.io.