NewsIntel OpenClaw Bundle
OpenClaw/Claude bundle for NewsIntel MCP
Install
openclaw plugins install clawhub:@stabem/newsintel-openclawNewsIntel 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
