Skip to content
Back to search
100
MCP live MCP 2025-11-25 sse

Warmth Engine Observatory

com.warmthengine/observatory

AI infrastructure coordination intel: events, connections, profiles, topology, capability, threads.

Uptime
100.0%
2 direct probes · 30d
Response
417ms
last probe
Tools
17
callable
Resources
1
readable
Prompts
3
available

Tools · 17

search_events

Search and filter the WEO event corpus by `query` text or classification (bloc, tier, domain, event type, primary industry tag); returns the matching events with their metadata, capped by `limit` (def…

get_event

Retrieve one event by ID — classification, assessment, sources, industry tags, Environmental Nexus Tags (ENTs), bloc analysis, and tier rationale. Use when you already hold an event ID; to find IDs, u…

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 /…

get_actors

Retrieve whole Sovereign Capability Profile (SCP) actors — each with its designation (PAA / AIK / ACS / Participant), capability score, severance result, `assessed` (the register month, YYYY-MM, the p…

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…

get_methodology

Look up the WEO methodology definition for any platform-specific term, field, or concept (e.g. "CC-V", "T2", "PAA", "ENT-1", "PIET"). Returns the term's definition, its section anchor, a deep link to …

get_connection_by_id

Retrieve a single Coordination Connection (CC) by its `connection_id` (e.g. "CC-06-11-3"). Use when you have the exact identifier; to list or filter CCs, use `get_connections`. Returns the CC with ful…

get_topology

Retrieve the precomputed Coordination Topology — the structural lineage layer over the parent→child Coordination Connection graph (a DAG). Omit `node_id` for whole-graph network statistics (taxonomy-c…

traverse_coordination

Walk the Coordination Topology lineage graph (precomputed lookups over the parent→child Coordination Connection DAG). `mode="path"` returns every path between `source` and `target`, each with its CC-t…

get_capability_signatures

Retrieve the precomputed Capability Signatures — directional Coordination Connection (CC) chains or hubs (connection types 1/3/4/5) whose member events span two or more Sovereign Capability Profile (S…

get_capability_links

Retrieve the event↔dimension membership links — which events qualify or contribute to each actor's Sovereign Capability Profile (SCP) capability dimensions. Filter by `actor` (e.g. "US", "CN", "GB" — …

get_threads

Retrieve Infrastructure Threads — the factual material-link layer recording where the same named AI hardware asset (chip / GPU / NPU / custom ASIC) appears as a documented fact in two events. A thread…

get_event_stack

Assemble the stack journey for one event — its kind-labelled value-chain neighbourhood at depth 1, the same composition the Atlas renders, in one call. Returns three separate arrays, never merged: `co…

query_scp

Query the Sovereign Capability Profile (SCP) register by pivoting and comparing — distinct from `get_actors`, which fetches whole actors and is where `energy_context` is served; it is not returned her…

get_blocs

Retrieve the WEO Bloc Membership Register — every nation in the register with its bloc assignment and universal membership category (Core / Integrated / Engaged / Peripheral / Non-Aligned), its key ev…

get_contribution

Look up WEO Contribution Architecture vocabulary — the contributor programme's terms, credit classes, and governance provisions (e.g. "Delta Credit", "Founding Observer", "Observer Network", "rate car…

get_metrics

Retrieve the WEO quantitative coordination metrics — dated observations of the documented connection network computed under Towards Coordination Science (TCS). Returns Cross-Sector Transmission Freque…

Resources · 1

guided-journeys

Read this first: three worked example calls showing how to traverse the corpus — coordination lineage (traverse_coordination), material hardware links (get_threads), and the full value-chain stack (ge…

weo://journeys

Prompts · 3

journey_coordination

Worked WEO starting point (coordination). What generative-AI services and rules cascade from China's Algorithm Recommendation Provisions? Maps to traverse_coordination. Read-only.

journey_material

Worked WEO starting point (material). Which supercomputers, data centres, and AI models run on NVIDIA's accelerators, and on which chip generation? Maps to get_threads. Read-only.

journey_stack

Worked WEO starting point (stack). Which coordination, hardware, and capability layers meet at Sakura Internet's Ishikari GPU cloud? Maps to get_event_stack. Read-only.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "warmth_engine_observatory": {
      "url": "https://warmthengine.com/mcp",
      "transport": "sse"
    }
  }
}