Hyperscaler Deal Tracker
hyperscaler_dealsTrack live AI infrastructure deals from hyperscalers and AI leaders. Get real-time $1B+ capex events, capacity announcements, and competitive intel with 10-minute refresh.
Instructions
Hyperscaler AI Deal Tracker — live feed of Stargate, OpenAI, Anthropic, Microsoft, Oracle, CoreWeave, AMD, NVIDIA, sovereign-AI deals. Pulls from dchub news pipeline, extracts $-figures + MW via regex, classifies by actor. 10-min refresh. Use for tracking AI capex events ($1B+/week typical), capacity announcements, and competitive intel. Do NOT use for the full historical M&A comp set (use list_transactions) or a single-deal teardown with grid context (use deal_autopsy); this is the live $1B+ AI-capex feed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent AI-capex deals to return (default 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deals | No | Live AI-capex deal feed entries, newest first | |
| error | No | Feed error, if any (null on success) | |
| quota | No | Caller quota state (remaining calls, tier) when available. | |
| _entity | No | Payload class discriminator (e.g. facility|market|iso_grid|queue_results|deal|report|response) — branch on this before parsing the rest. | |
| landing | No | Human landing page URL | |
| citation | No | Machine-readable citation: how to attribute DC Hub (dchub.cloud) for this payload. Normally an OBJECT {source, url, license, cite_as, retrieved_at}; a bare string is accepted and carries the attribution line itself. | |
| feed_name | No | Feed identity line | |
| live_feed | No | Live feed URL | |
| provenance | No | Collection-level provenance block: {source, method, as_of, verification_counts, cite_url_template, license, cite_as}. Quote the verification level when citing. | |
| _front_door | No | In-band front-door hint (first workflow-entry tool of a session): call plan_query(intent) first for the ordered multi-step plan. | |
| computed_at | No | Feed computation timestamp (10-min refresh) | |
| methodology | No | How deals are extracted and classified | |
| _return_loop | No | Suggested next-session delta call (get_changes since=24h) so you pull only what changed. | |
| result_count | No | Number of deals returned | |
| site_evaluation_handoff | No | Pre-built follow-up calls (analyze_site / get_water_risk args) when the payload carries coordinates — an array of {tool, parameters, why} entries. |