← WebMCP Directory

Tool tree

worldmonitor.app

liveMedia & Personal
https://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.
Explore capabilities
launchWorldMonitorAction

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": "act",
  "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
  },
  "page": "/"
}
getWorldMonitorMcpEndpointAnswer

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": "answer",
  "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
  },
  "page": "/"
}