DC Hub MCP — Live data-center, power & grid intelligence for Cursor agents

Shipped DC Hub as an MCP server for Cursor agents.

What it does — 30 tools covering the global data-center / infrastructure intelligence layer that most coding agents are missing:

  • DCPI (Data Center Power Index) verdicts for 232 markets — BUILD / CAUTION / AVOID
  • 21,000+ tracked facility lookups by operator, location, MW, status
  • Live 21-ISO grid scoreboard refreshed every 20 min
  • Water risk + USDM drought tier per market
  • 3-scenario NPV site valuation (grid / gas BTM / gas-to-grid hybrid)
  • M&A + hyperscaler deal flow with grid-reality overlay

Connect in Cursor — add to .cursor/mcp.json:

{
  "mcpServers": {
    "dchub": {
      "url": "https://dchub.cloud/mcp",
      "headers": {
        "X-API-Key": "dchub_..."
      }
    }
  }
}

Hey, thanks for sharing. This looks like a solid toolset, and it covers the niche domain well.

A couple thoughts to make it easier for users who want to connect it:

  • You could add a one-click Add to Cursor link to install the MCP, so users won’t have to edit mcp.json by hand. The format and step-by-step guide (JSON → base64 → deeplink) is here: MCP Install Links | Cursor Docs
  • It’d help to clearly say where to get the X-API-Key (signup and limits), so the config works right away with no questions.

I’ll leave it in Built for Cursor, this is the right place for stuff like this. Good luck with the project.