Dchub MCP Server

DC Hub Intelligence MCP Server — Standalone Streamable HTTP

Local serverstdio

What is the Dchub MCP server?

Connect Dchub to Claude, Cursor or any other MCP client and it stops being a tab you switch to. DC Hub Intelligence MCP Server — Standalone Streamable HTTP. The dchub mcp server is what makes that connection.

What the server does

The only MCP server combining facility data, infrastructure, and live grid intelligence into one queryable interface. Built for Claude, Cursor, Cline, Continue, and any AI assistant doing data center site selection, energy analysis, or market research.

Installation

@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Real — time grid telemetry** — live load + generation mix across the 7 US ISOs (PJM, ERCOT, CAISO, MISO, SPP, NYISO, ISO-NE) + 40+ EIA balancing authorities
  • Interconnection — queue snapshots** with per-ISO BUILD/CAUTION/AVOID verdicts — including live large-load queue depth where the ISO publishes it (ERCOT is the only US
  • Anonymous — ** 10 calls/day, no API key needed
  • Cursor — Search for "DC Hub" in Cursor MCP marketplace → click Install

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Among the file and storage access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Dchub's toolset — Real, Interconnection, Anonymous and 1 more — is a fair guide to whether it matches your workflow. It is maintained by azmartone67; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
Realtime grid telemetry** — live load + generation mix across the 7 US ISOs (PJM, ERCOT, CAISO, MISO, SPP, NYISO, ISO-NE) + 40+ EIA balancing authorities (Atlanta, Carolinas, Florida, Pacific NW...), plus Great Britain (NESO
Interconnectionqueue snapshots** with per-ISO BUILD/CAUTION/AVOID verdicts — including live large-load queue depth where the ISO publishes it (ERCOT is the only US ISO with a public data-center-scale large-load feed)
Anonymous** 10 calls/day, no API key needed
CursorSearch for "DC Hub" in [Cursor MCP marketplace](https://cursor.directory/plugins/dc-hub) → click Install.

How to install the Dchub MCP server

{
  "mcpServers": {
    "dchub": {
      "url": "https://dchub.cloud/mcp",
      "transport": "http"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Dchub to Real.
  • Use Dchub to Interconnection.
  • Use Dchub to Anonymous.

Frequently asked questions

It connects Dchub to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Real, Interconnection, Anonymous, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Dchub directly.