World Monitor
WM
World Monitor
/get_health_signals

get health signals

Active disease outbreaks (WHO/ECDC etc.) and global air-quality station readings (OpenAQ/WAQI PM2.5).

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_health_signals for me.

Input

FieldTypeDescription
signal_typearrayRestrict to disease outbreaks, air-quality stations, or both. Omit for both.
countrystringFilter outbreaks and air-quality stations to one ISO 3166-1 alpha-2 country code.
diseasestringKeep only outbreaks whose disease name contains this text (case-insensitive).
min_aqinumberDrop air-quality stations below this AQI value.
limitnumberCap the outbreak and station lists to at most this many items (default 30, pass 0 for no c
summarybooleanReturn counts + 3-item samples instead of full lists. Useful when you only need shape/size
jmespathstringOptional 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_health_signals","input":{}}'
cli
npx cracked-ai run -p mcp-app-worldmonitor-mcp -e /get_health_signals -i '{}'
mcp
run_tool({ provider: "mcp-app-worldmonitor-mcp", endpoint: "/get_health_signals", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.