WM
World Monitor
/get_news_intelligence
get news intelligence
AI-classified geopolitical threat news summaries, GDELT intelligence signals, cross-source signals including physical-pr
liveunknown~5s typical
mcpworldmonitor
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-worldmonitor-mcp /get_news_intelligence for me.
Input
| Field | Type | Description |
|---|---|---|
| topic | string (conflict | economy | cyber | nuclear | intelligence | maritime) | Filter GDELT intelligence to a single topic. |
| category | string | Filter top news stories to one category (e.g. "conflict", "economy"; fallback is "general" |
| country | string | Filter top stories and travel advisories to one ISO 3166-1 alpha-2 country code (case-inse |
| alerts_only | boolean | Keep only top stories flagged as alerts. |
| query | string | Keep only top stories whose headline, primary source, or any clustered member headline con |
| min_importance | number | Keep only top stories whose effectiveImportanceScore is at least this value. 0 is honoured |
| limit | number | Cap each list (top stories, signals, advisories) to at most this many items (default 30, p |
| summary | boolean | Return counts + 3-item samples instead of full lists. Useful when you only need shape/size |
| jmespath | string | Optional JMESPath projection applied to the response. See initialize.instructions for gram |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-worldmonitor-mcp","endpoint":"/get_news_intelligence","input":{}}'cli
npx cracked-ai run -p mcp-app-worldmonitor-mcp -e /get_news_intelligence -i '{}'mcp
run_tool({ provider: "mcp-app-worldmonitor-mcp", endpoint: "/get_news_intelligence", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.