Latest release: v0.1.0Download zip
Capabilities
Compatibility
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The artifacts consistently describe a Claude/OpenClaw bundle that exposes the NewsIntel MCP server.
Instruction Scope
The bundle exposes MCP tools from an external package, but the provided artifacts do not enumerate the individual tools, so runtime behavior depends on @stabem/newsintel-mcp.
Install Mechanism
The MCP configuration runs an external npm package with npx -y and does not pin a package version; this is disclosed and purpose-aligned, but users should trust the npm package source.
Credentials
The configured API base is the declared NewsIntel service, and the skill says a NewsIntel token is expected per tool call, which is proportionate for this integration.
Persistence & Privilege
No hidden persistence, privileged local access, broad file access, or background self-maintenance is shown beyond normal MCP configuration and a gateway restart instruction.
Assessment
This skill looks coherent for connecting OpenClaw or Claude-compatible hosts to NewsIntel MCP. Before installing, make sure you trust the external npm package it runs and the NewsIntel API service, and only provide your NewsIntel token when you intend to use those tools.Verification
Tags
NewsIntel OpenClaw Bundle
Claude-format bundle that exposes the hosted @stabem/newsintel-mcp server to OpenClaw (and other Claude-compatible hosts) through .mcp.json.
Install
openclaw plugins install clawhub:@stabem/newsintel-openclaw
openclaw gateway restart
What you get
After install, OpenClaw imports the bundled .mcp.json and exposes the NewsIntel MCP server to supported runtimes.
Configured server:
{
"mcpServers": {
"newsintel": {
"command": "npx",
"args": ["-y", "@stabem/newsintel-mcp"],
"env": {
"NEWSINTEL_API_BASE": "https://newsintelapi.com"
}
}
}
}
Authentication
The MCP tools expect a NewsIntel API token (ni_live_...) per tool call.
Get yours at:
Or from the MCP package directly:
npx @stabem/newsintel-mcp auth
Source
- API repo: https://github.com/stabem/newsintel-api
- MCP package: https://www.npmjs.com/package/@stabem/newsintel-mcp
