trackmcp
Back to directory
azmartone67

dchub-mcp-server

View on GitHub

Live data-center, power-grid, energy, interconnection-queue, fiber, natural-gas & M&A intelligence for AI agents — 83 tools, 20,400+ facilities, 300+ markets scored daily (DC Hub Power Index), 2,000+ tracked M&A deals, live grid telemetry across 49 regions. Remote MCP at dchub.cloud/mcp. Query & cite (CC-BY-4.0).

2 stars JavaScriptOthers Updated Sep 4, 2026
ai-toolsanthropicclaudedata-centerdatacenterenergyfiberinfrastructuremarket-intelligencemcpmodel-context-protocolpower-gridreal-estatesite-selectionmcp-server

Documentation

DC Hub MCP Server

MCP Badge

Real-time data-center, power-grid, interconnection-queue, grid-capacity, fiber, natural-gas & hyperscale infrastructure intelligence for AI agents — live telemetry across PJM, ERCOT, CAISO and every US ISO.

👉 Try it free in your browser — no signup, no key: **dchub.cloud/playground** — run live queries against 20,400+ facilities, 300+ markets & real-time grids. Then add the MCP server or grab a free key.

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

Install in VS Code
Add to Cursor
smithery badge
Glama score
DC Hub quality
Tools
Used by
GitHub stars

What you can do with it

code
"Can I get 200 MW in PJM, and how long would it take?"
"Show me AWS data center construction pipeline in Ohio"
"Compare ERCOT vs PJM capacity prices over the last 30 days"
"Find data centers within 50km of Northern Virginia substations >230kV"
"What's the live demand and generation mix in CAISO right now?"
"Is behind-the-meter gas power cheaper than the grid in Texas?"
"What's the grid mix in Atlanta (SOCO) and is power available?"
"Get fiber routes between Ashburn and Atlanta"

Your AI assistant gets real-time, structured answers — not links to PDFs.

What's inside

  • 20,400+ data center facilities across 170+ countries — operator, capacity, location, fiber connectivity
  • 126,000+ substations with voltage class, available capacity estimates
  • 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 (Atlanta, Carolinas, Florida, Pacific NW...), plus Great Britain (NESO), 24 European ENTSO-E zones, Taiwan & Australia — refreshed ~every 5 min
  • 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 ISO with a public data-center-scale large-load feed)
  • 2,000+ tracked M&A transactions + AI capacity index + hyperscaler $1B+ deal tracker
  • Transmission lines, gas pipelines, fiber routes — the full infrastructure stack
  • NEPA filings for upcoming federal energy + data center projects
  • Tax incentives by state with eligibility details
  • Market intelligence — 300+ markets scored daily with DCPI BUILD/CAUTION/AVOID verdicts, plus facilities tracked across 170+ countries

83 MCP tools across facility search, market intel, grid + interconnection, renewable-energy, site analysis, deals, fiber routing, and infrastructure. Full tool list →

Actively used by Claude and Cursor — see /cited-by.

Guided prompts & resources

Beyond the 83 tools, DC Hub ships 13 guided prompts — they surface as slash-commands in Claude Desktop, Cursor, and other MCP clients (every invocation is telemetry-tracked as `recipe:`):

  • `/dchub:analyze-site` — full buildability read for an address or lat,lon
  • `/dchub:pick-a-market` — where to build N MW (DCPI-ranked, with time-to-power)
  • `/dchub:power-availability` — power availability + time-to-power for an ISO
  • `/dchub:site-report` — premium one-page site brief (power · gas · fiber · market · risk)
  • `/dchub:compare-markets` — 2–4 markets head-to-head
  • `/dchub:fiber-plan` — diverse fibre lead-in routes to a carrier hotel
  • `/dchub:market_selection` — DCPI shortlist → per-finalist verdict → grid reality-check
  • `/dchub:grid_and_queue` — power availability + interconnection queue for an ISO
  • `/dchub:site_analysis` — one site, multi-factor: composite score, FEMA hazards, water
  • `/dchub:water_risk` — water stress & hazard read for a site
  • `/dchub:hyperscaler_activity` — deals + forward pipeline: who is buying and building
  • `/dchub:whats_changed` — what moved since your last call (the return hook)
  • `/dchub:fiber_power_pairing` — where fiber density and available power overlap in a market

Plus citable resources: `dchub://about`, `dchub://methodology` (DCPI/DCGI), `dchub://data-sources`, `dchub://coverage`.

Why DC Hub vs other directories

DC Hubdatacenters.comdcbytebaxtel
Live grid data
MCP / AI integration
Facility + infra + grid
Real-time API
NEPA filings
Free dev tier

Their strength: directories of facilities you can browse. Our strength: an API your AI assistant can query in real time across the full infrastructure stack.

Install

Claude Desktop / Claude Code

Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:

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

Cursor

Search for "DC Hub" in Cursor MCP marketplace → click Install.

Cline / Continue.dev

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

Gemini CLI

`~/.gemini/settings.json` (or `.gemini/settings.json` in a project):

json
{
  "mcpServers": {
    "dchub": {
      "httpUrl": "https://dchub.cloud/mcp"
    }
  }
}

Or one command: `gemini mcp add --transport http dchub https://dchub.cloud/mcp`

> `httpUrl`, not `url`. In Gemini CLI `url` is the SSE form and `command` is stdio — put a Streamable-HTTP server under either and it is dialled with the wrong transport and never connects. This is the free Gemini CLI: no OAuth, no admin console, no enterprise account. Add a `headers` object with `X-API-Key` for full data.

Antigravity

`~/.gemini/antigravity/mcp_config.json` (or `.agents/mcp_config.json` in a workspace):

json
{
  "mcpServers": {
    "dchub": {
      "serverUrl": "https://dchub.cloud/mcp"
    }
  }
}

> `serverUrl`, not `url` or `httpUrl`. Antigravity rejects both — the block stays valid JSON and registers nothing. It is a different client from Gemini CLI with a different config file, so installing one does not install the other, even though both live under `~/.gemini/`.

Smithery.ai

Listed at smithery.ai/servers/azmartone67/dchub. Add via Smithery CLI:

code
npx -y @smithery/cli install @azmartone67/dchub --client claude

Pricing

  • Anonymous: 5 calls/day, no API key needed
  • Free key (email signup, ~60 sec): https://dchub.cloud/signup — 50 calls/day
  • Starter ($9/mo): 200 calls/day → Stripe
  • Developer ($49/mo): 500 calls/day, full field access → Stripe
  • Pro ($299/mo): 2,000 calls/day + bulk export, historical data
  • Enterprise (custom): 100,000 calls/day, dedicated support, custom integrations
  • Credit pack: $10 one-time = 1,000 API calls (no subscription) → Stripe

Data sources

EIA hourly RTO data · HIFLD substation database · OpenStreetMap · PeeringDB · DC Hub proprietary news + facility pipeline · regulations.gov NEPA filings · USGS · EPA eGRID · FEMA NRI

Open source

This MCP server's transport layer is open source. The data + business logic lives at dchub.cloud. Issues: GitHub Issues.

Contact

azmartone@gmail.com — Jonathan Martone — Martone Advisors LLC

Frequently asked questions

What is dchub-mcp-server?

dchub-mcp-server is Live data-center, power-grid, energy, interconnection-queue, fiber, natural-gas & M&A intelligence for AI agents — 83 tools, 20,400+ facilities, 300+ markets scored daily (DC Hub Power Index), 2,000+ tracked M&A deals, live grid telemetry across 49 regions. Remote MCP at dchub.cloud/mcp. Query & cite (CC-BY-4.0).

How do I install dchub-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is dchub-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/azmartone67/dchub-mcp-server and has 2 stars.

Related MCP tools

firecrawlfirecrawl-mcp-server

🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.

7,393 JavaScript
batch-processingclaudecontent-extraction+11
atlassianatlassian-mcp-server

Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.

1,015 JavaScript
aiai-agentsatlassian+17
IvanMurzakUnity-MCP

AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.

4,137 C#
aiai-integrationgame-development+16
OpenOSINTOpenOSINT

AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.

1,523 Python
ai-agentanthropicclaude+16
riponcmprojectmem

Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.

796 Python
ai-agentsai-memoryai-tools+17
mendableaifirecrawl-mcp-server

🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.

4,847 JavaScript
batch-processingclaudecontent-extraction+11

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP