← warmthengine.com

INDIVIDUAL MCP TOOL

search_events

Search and filter the WEO event corpus by keyword or classification (bloc, tier, domain, event type, primary industry tag); returns the matching events with their metadata, capped by `limit` (default 20, max 50).

warmthengine.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://warmthengine.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_events and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

warmthengine.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.warmth-engine-observatory]
url = "https://warmthengine.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "warmth-engine-observatory": {
      "type": "http",
      "url": "https://warmthengine.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: warmth-engine-observatory
Remote MCP URL: https://warmthengine.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "warmth-engine-observatory": {
      "url": "https://warmthengine.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "warmth-engine-observatory": {
      "type": "http",
      "url": "https://warmthengine.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "warmth-engine-observatory",
  "transport": "streamable-http",
  "url": "https://warmthengine.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_event — Retrieve one event by ID — classification, assessment, sources, industry tags, Environmental Nexus Tags (ENTs), bloc analysis, and tier rationale.
  • get_connections — Retrieve Coordination Connections (CCs) — the typed, directional relationships WEO records between events — optionally filtered by event (as source or target), type (1–7), or confidence (CC-V / CC-E / CC-A).
  • get_actors — Retrieve whole Sovereign Capability Profile (SCP) actors — each with its designation (PAA / AIK / ACS / Participant), capability score, severance result, and a met/not-met assessment across the seven capability dimensions (D1–D7).
  • get_coverage_stats — Retrieve the current corpus statistics — live counts and distributions of events, Coordination Connections (CCs), and Sovereign Capability Profile actors across bloc, tier, domain, event type, primary industry, CC type, confidence, and designation, plus Environmental Nexus Tag (ENT) statistics with the Warmth Engine Ratio, the event-ID range, and the methodology version.
  • get_methodology — Look up the WEO methodology definition for any platform-specific term, field, or concept (e.g.
  • get_connection_by_id — Retrieve a single Coordination Connection (CC) by its `connection_id` (e.g.
  • get_topology — Retrieve the precomputed Coordination Topology — the structural lineage layer over the parent→child Coordination Connection graph (a DAG).
  • traverse_coordination — Walk the Coordination Topology lineage graph (precomputed lookups over the parent→child Coordination Connection DAG).