live · Personal & Media · JSON · API for agents
Open the live World Monitor intelligence dashboard in this tab. Optionally choose a specialized monitor variant (world, tech, finance, commodity, energy, happy). Navigates to the real-time map — conflicts, markets, shipping chokepoints, flights and cyber on one surface.
{
"name": "launchWorldMonitor",
"kind": "action",
"impl": "imperative",
"description": "Open the live World Monitor intelligence dashboard in this tab. Optionally choose a specialized monitor variant (world, tech, finance, commodity, energy, happy). Navigates to the real-time map — conflicts, markets, shipping chokepoints, flights and cyber on one surface.",
"inputSchema": {
"type": "object",
"properties": {
"monitor": {
"type": "string",
"enum": [
"world",
"tech",
"finance",
"commodity",
"energy",
"happy"
],
"description": "Which monitor to open. Defaults to \"world\"."
}
},
"additionalProperties": false
}
}Return connection details for World Monitor's remote MCP server so an agent can pull live geopolitical, market, maritime, aviation, cyber and economic intelligence directly. Includes the Streamable HTTP endpoint, the discovery server card, and supported auth modes.
{
"name": "getWorldMonitorMcpEndpoint",
"kind": "read",
"impl": "imperative",
"description": "Return connection details for World Monitor's remote MCP server so an agent can pull live geopolitical, market, maritime, aviation, cyber and economic intelligence directly. Includes the Streamable HTTP endpoint, the discovery server card, and supported auth modes.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}