DIMETRICS MCP

Every HPC lease term, every capital-stack tranche, every MW number — in your Excel cell.

Ask Claude or Codex any structured question about a publicly-disclosed HPC deal, an operator's power capacity and pipeline, the debt behind a lease, or the political risk on any site — and get a sourced answer in under 5 seconds. No more grepping 10-Ks for the escalator. No more reconstructing the debt schedule by hand. The same dataset, in every tool you already use.

$1,000 / year · ~$83/mo · 5,000 tool calls/mo

What's in the dataset

Operators covered

23+

public BTC-miner and neocloud tickers

HPC deals tracked

35+

lease-economics with full terms

Source

SEC EDGAR

10-K, 10-Q, 8-K, S-1

Update cadence

T+1

trading day after EDGAR filing

Universe

MARARIOTCLSKCORZWULFCIFRHUTBTDRHIVEKEELGLXYAPLDSLNHGREEBGDEANYCRWVNBISIRENDGXXSHAZWYFICHRN+ more added monthly

Every metric returned by the MCP carries a source_filing URL and as_of_date so you can reconcile back to the original 10-Q or 8-K.

What you can query — per company, across the full universe

  • Lease & deal economics — per-deal lease rates ($/kW/mo on critical-IT and gross), total contract value, annual NOI and margin, term length, tenant, PUE, and expected delivery dates.
  • Power capacity & pipeline — per-site energized and pipeline gross MW, critical-IT MW where disclosed, build status with provenance confidence tags, state / county / country, grid operator, utility, load zone, acreage, and estimated energization year.
  • Debt & financing — the instruments financing each lease: principal, coupon, maturity, instrument type, announcement date, with filing citations — verified links only, never inferred.
  • Political & regulatory risk — per-site political risk scores (0–100, raw and build-status-capped), risk bands, county moratorium exposure flags, and MW-weighted company rollups — the same methodology as the Dimetrics political-risk map.
  • Aggregations — every table slices by site, by company, or by energization year, and scalar metrics return as single values built to drop straight into a spreadsheet cell.

Quick start

You'll need an active subscription. Sign up or subscribe on your account page.

Set up Claude for Excel

  1. 1
    Open Excel and load the Claude add-in. The right-side pane shows the Claude chat interface.
  2. 2
    Click the gear icon in the Claude pane → ConnectorsAdd custom connector.
  3. 3
    Paste this URL as the MCP server URL (leave the OAuth fields blank — we'll register Claude automatically):
    https://www.dimetrics.ai/api/mcp
  4. 4
    Click Add. A browser tab opens to our consent screen showing the permissions Claude is requesting. Click Approve.
  5. 5
    You'll bounce back to Claude. The connector is now active — start a new chat and ask a question that needs deal data.

Set up Claude Code (and OpenAI Codex)

  1. 1
    Go to your account pageMCP API keysGenerate new key. Give it a name (e.g. "Macbook · Claude Code") and copy the dmk_live_... value. It's shown once.
  2. 2
    In your terminal, register the connector:
    claude mcp add dimetrics --transport http --header "Authorization: Bearer dmk_live_YOUR_KEY" https://www.dimetrics.ai/api/mcp
  3. 3
    Reload your Claude Code session. Test with: claude mcp list — Dimetrics should appear.
  4. 4
    For OpenAI Codex: the same key works. Configure Codex with header Authorization: Bearer dmk_live_... and URL https://www.dimetrics.ai/api/mcp.

Set up Claude Desktop

  1. 1
    In Claude Desktop, go to SettingsConnectorsAdd custom connector.
  2. 2
    Paste the MCP URL:
    https://www.dimetrics.ai/api/mcp
  3. 3
    Click Add → approve on the consent screen → done. Same OAuth flow as Excel.

Note: if Desktop has trouble opening the consent screen in-app, paste the OAuth callback URL into your browser directly. Anthropic is rolling out improved consent handling for Desktop.

Set up OpenClaw (and other agent frameworks)

  1. 1
    Generate an API key on your account pageMCP API keys. Headless agents should use an API key — the OAuth flow needs an interactive browser consent that an autonomous agent can't complete.
  2. 2
    Register the connector (one command — it persists to ~/.openclaw/openclaw.json):
    openclaw mcp set dimetrics '{"url":"https://www.dimetrics.ai/api/mcp","transport":"streamable-http","headers":{"Authorization":"Bearer dmk_live_YOUR_KEY"}}'
  3. 3
    Verify the handshake: openclaw mcp doctor dimetrics --probe. All five tools are auto-discovered — your agent picks the right one per question; discovery calls are free.
  4. 4
    Any other MCP-capable agent framework works the same way: point it at https://www.dimetrics.ai/api/mcp with the streamable-http transport and your key as a Bearer header.

Building an autonomous loop? Budget for the limits: 5,000 tool calls/month and 60 calls/minute per account — cache results and query incrementally rather than re-pulling the universe each cycle (429s are retryable with backoff). The Data License & Terms apply to what your agent does with the data, including anything it republishes.

Ready to wire it in?

Analyst$1,000/yr · 5,000 tool calls/mo

Sample prompts

Drop these into Claude (any surface). The MCP exposes five tools — get_deal_metric, list_company_deals, get_available_capacity, get_debt_for_lease, get_political_risk — and Claude picks the right one based on your question. Every response carries source-filing references so you can verify. Companies in the universe are queryable for sites and power pipeline even when they haven't signed a lease yet.

Lease rate, single deal

What's Cipher's crit-IT lease rate at the Black Pearl site?

Response

{
  "operator": "CIFR",
  "site": "Black Pearl",
  "tenant": "Amazon",
  "metric": "crit_it_lease_rate_per_kw_month",
  "unit": "$/kW/month",
  "value": 152.78,
  "source_filing": "CIFR 8-K 2025-11-14",
  "as_of": "2025-11-14"
}

Operator-wide aggregate

What is Cipher's weighted-average crit-IT lease rate across all disclosed deals?

Response

{
  "operator": "CIFR",
  "metric": "crit_it_lease_rate_per_kw_month",
  "unit": "$/kW/month",
  "value": 137.83,
  "agg": "avg",
  "n_deals": 3,
  "per_deal": [
    { "tenant": "Amazon", "site": "Black Pearl", "value": 152.78 },
    { "tenant": "Fluidstack", "site": "Barber Lake", "value": 130.42 },
    { "tenant": "Fluidstack", "site": "Reveille", "value": 130.30 }
  ]
}

Excel cell formula

=DIMETRICS("get_deal_metric", operator="WULF", metric="annual_contract_noi")

Response

147300000   (returns the numeric value, ready for downstream math)

Cross-operator comp

Rank CIFR, WULF, IREN, CORZ, and APLD by weighted-average $/kW/month lease rate. Highest first.

Response

Claude calls get_deal_metric 5x and returns:

  CIFR    $137.83/kW/month   (3 deals)
  IREN    $135.21/kW/month   (2 deals)
  APLD    $128.40/kW/month   (4 deals)
  WULF    $122.50/kW/month   (3 deals)
  CORZ    $114.66/kW/month   (2 deals)

Site pipeline lookup

What is the energization date and gross MW capacity for Cipher's Colchis site?

Response

CIFR — Colchis, TX  (pipeline)
   Gross capacity (pipeline)  1,000 MW
   Pipeline tier              load_study  (regulatory funnel: T-24mo)
   Target energization        2028
   Status                     Pipeline
   Source                     CIFR site disclosures (sites table)

Debt terms on a named lease

What are the debt terms on Cipher's Amazon lease at Black Pearl?

Response

CIFR — Black Pearl, Wink TX  (tenant: Amazon)
   Issuer            Black Pearl Compute, LLC  (CIFR subsidiary)
   Instrument        Senior secured notes
   Principal         $2.00 B
   Coupon            6.125% fixed
   Maturity          Feb 2031  (≈ 5-yr term)
   Use of proceeds   Black Pearl AWS DC construction
                     + reimburse CIFR equity contributions
   Source            8-K 2026-02-11

Pricing

Analyst

$1,000/yr

~$83/mo · 5,000 tool calls/mo

Terminal + the Dimetrics MCP

  • Full web terminal — everything in the Terminal plan
  • Dimetrics MCP in Claude, Codex, and Excel — 5,000 tool calls/mo
  • Full HPC deal, capacity, debt, and political-risk tables
  • All 17 bottleneck baskets — constituents & weights
  • GPU rental curve, 38 providers
  • OAuth + API key, multiple keys per account

Subscriptions are governed by the Data License & Terms — individual use, no redistribution or resale.

FAQ

© 2026 Dimetrics · Data License & TermsAbout MCP