WM
World Monitor
/get_cyber_threats
get cyber threats
Active cyber threat intelligence: malware IOCs (URLhaus, Feodotracker), CISA known exploited vulnerabilities, and active
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_cyber_threats for me.
Input
| Field | Type | Description |
|---|---|---|
| threat_type | string | Filter to one threat type (case-insensitive substring, e.g. "malware", "vulnerability", "c |
| min_severity | string (low | medium | high | critical) | Drop threats below this severity level. |
| country | string | Filter to one ISO 3166-1 alpha-2 country code (many threats have no country and are droppe |
| limit | number | Cap the threat list to at most this many items (default 30, pass 0 for no cap). |
| 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_cyber_threats","input":{}}'cli
npx cracked-ai run -p mcp-app-worldmonitor-mcp -e /get_cyber_threats -i '{}'mcp
run_tool({ provider: "mcp-app-worldmonitor-mcp", endpoint: "/get_cyber_threats", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.