Event Registry
Search Event Registry / NewsAPI.ai articles, clustered events, and media monitoring signals.
Tools
| Name | Description |
|---|---|
search_articlesSearch Event Registry articles by keyword, language, date, source, and sentiment filters. | Search Event Registry articles by keyword, language, date, source, and sentiment filters. |
search_eventsSearch Event Registry clustered events by keyword, language, date, and source filters. | Search Event Registry clustered events by keyword, language, date, and source filters. |
get_articleGet an Event Registry article by URI. | Get an Event Registry article by URI. |
get_eventGet an Event Registry event by URI. | Get an Event Registry event by URI. |
Triggers
| Name | Description |
|---|---|
new_articlesPoll Event Registry articles and emit newly seen article URIs after the initial baseline. | Poll Event Registry articles and emit newly seen article URIs after the initial baseline. |
new_eventsPoll Event Registry event clusters and emit newly seen event URIs after the initial baseline. | Poll Event Registry event clusters and emit newly seen event URIs after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('event-registry', 'search_articles', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'event-registry',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Event Registry to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Event Registry support?
Event Registry supports 4 tools including Search Articles, Search Events, Get Article, Get Event.
Can I use Event Registry with AI agents?
Yes. Add Event Registry to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Event Registry be used in stateful agent workflows?
Yes. Agents can combine Event Registry tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Event Registry use?
Event Registry uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Event Registry integration cost?
The Event Registry integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Event Registry support?
Event Registry supports 2 triggers including New Articles, New Events.
Connect Event Registry in minutes
Get 20,000 free action executions every month. No credit card required.