@newsmcp/openclaw
v1.1.1
Published
OpenClaw plugin for real-time AI-clustered world news — topic and geographic filtering from newsmcp.io. Free, no API key.
Maintainers
Readme
@newsmcp/openclaw
OpenClaw plugin for real-time AI-clustered world news. Topic and geographic filtering from newsmcp.io. Free, no API key.
Install
openclaw plugins install @newsmcp/openclawConfiguration
Optional — works out of the box with no configuration.
To use a custom API endpoint:
openclaw config set plugins.entries.@newsmcp/openclaw.config.apiBaseUrl "https://your-api.example.com/v1"Or edit openclaw.json:
{
"plugins": {
"entries": {
"@newsmcp/openclaw": {
"config": {
"apiBaseUrl": "https://newsmcp.io/v1"
}
}
}
}
}Tools
| Tool | Description | Key Parameters |
|------|-------------|----------------|
| newsmcp_get_news | Top events with topic/geo/time filtering | topics, geo, hours, page, per_page, order_by |
| newsmcp_get_news_detail | Full event detail with context and all sources | event_id |
| newsmcp_get_topics | List available topic categories | — |
| newsmcp_get_regions | List available geographic regions | — |
License
MIT
