W

worldmonitor.app

By the time it's news, you already knew. Conflicts, shipping chokepoints, military flights, markets and cyber on one free live world map, with AI analysis. No signup.

2act
https://worldmonitor.app/

live · Personal & Media · JSON · API for agents

Tools 2 tools

launchWorldMonitoract

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.

View tool JSON
{
  "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
  }
}
getWorldMonitorMcpEndpointact

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.

View tool JSON
{
  "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
  }
}