← dchub.cloud

INDIVIDUAL MCP TOOL

get_iso_context

Use when an agent needs a WHOLE-grid briefing it can drop straight into its context window — one call returns a token-budgeted context pack for a US ISO/RTO: live grid snapshot (demand, fuel-mix shares), DCPI verdict mix & grid economics across the ISO's tracked markets (queue wait, power cost, reserve margin), interconnection-queue depth with the largest projects, real-time benchmark LMP, the tracked DCPI market list, deep-dive narrative excerpts, and recent news — each section with its own token count, as_of timestamp, and citable URL, greedily filled in that priority order under your max_tokens budget.

dchub.cloudnone authenticationAvailability not checked

LIVE ENDPOINT

https://dchub.cloud/mcp/registry

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.
  • A tool name, description or schema mentions credentials.
  • A tool name or description suggests retrieving external content.

Parent server

dchub.cloud

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.dc-hub-intelligence]
url = "https://dchub.cloud/mcp/registry"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dc-hub-intelligence": {
      "type": "http",
      "url": "https://dchub.cloud/mcp/registry"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dc-hub-intelligence
Remote MCP URL: https://dchub.cloud/mcp/registry

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": {
    "dc-hub-intelligence": {
      "url": "https://dchub.cloud/mcp/registry"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dc-hub-intelligence": {
      "type": "http",
      "url": "https://dchub.cloud/mcp/registry"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dc-hub-intelligence",
  "transport": "streamable-http",
  "url": "https://dchub.cloud/mcp/registry"
}
MCP Inspector

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

Related tools

  • search — Search DC Hub for relevant records (OpenAI Deep Research / ChatGPT connector format).
  • fetch — Fetch a DC Hub record for an id returned by the `search` tool (OpenAI Deep Research / ChatGPT connector format).
  • execute_plan — Unified data-center siting, power-grid capacity and AI-compute infrastructure planner — megawatts and power density, grid headroom and power availability, interconnection queues, substations and transmission, site selection and buildable capacity, colocation and wholesale data-center markets, AI/GPU compute campuses, fiber routes, diversity and latency, PPAs and energy pricing, tax incentives and permitting, water and climate risk, data-center M&A and deals, power generation, gas and energy infrastructure.
  • search_facilities — FRONT DOOR CHECK — if the ask is "find <N> MW in <market>" or otherwise wants power / fiber / water / verdict context ATTACHED to the hits, call `execute_plan(intent="<the user's question, unchanged>")` instead of hand-chaining this with three more tools.
  • get_facility — Full metadata for one facility — name, operator, address, lat/lon, power capacity (MW total/used), cooling type, fiber providers (count + carrier list), commissioning year, status, the DCPI verdict for its market, and peer facilities nearby.
  • get_market_intel — Use when a user asks about ONE data-center market — vacancy, capacity pricing, supply pipeline, dominant operators, YoY growth — across any of 300+ markets.
  • get_market_dcpi_rank — DCPI rank for a single market: BUILD/CAUTION/AVOID verdict, 0-100 composite_score (verdict-aware), excess_power_score, constraint_score, time_to_power_months.
  • predict_market_trajectory — Forecast a DCPI market's near-term trajectory (next 1-8 quarters).