Grok · xAI · Model Context Protocol

Add DC Hub to Grok.

Give Grok live, citable data-center and power-grid intelligence — real-time grid scoreboards, 21,000+ facilities, interconnection queues, hyperscaler deal flow. One URL. Bearer or keyless.

The MCP endpoint:
https://dchub.cloud/mcp

Connect in Grok (consumer)

  1. Copy the endpoint above: https://dchub.cloud/mcp.
  2. In Grok, open Settings → Connectors / Integrations and choose the option to add a custom connector (remote MCP server).
  3. Paste the URL. For auth, leave it blank (keyless free tier) or supply Authorization: Bearer <your-dchub-key>.
  4. Save, then ask Grok: "Use DC Hub — which US grid has the most headroom right now?" and confirm a get_grid_scoreboard tool call fires.

Via the xAI API (Remote MCP)

The xAI API can attach remote MCP servers to a request. Point the Remote MCP tool block at the same endpoint with a Bearer header (exact field names per the current xAI docs):

{
  "type": "mcp",
  "server_url": "https://dchub.cloud/mcp",
  "authorization": "Bearer <your-dchub-key>"
}

Authentication

Optional. DC Hub accepts Authorization: Bearer <your-dchub-key> — and Bearer is what both Grok surfaces send: the consumer custom-connector auth field and the API's Remote MCP block. No key? Leave auth blank and use the keyless free tier.

Free tier — works with no key at all

The endpoint is keyless out of the box: 10 calls/day free, no signup. Need more headroom? In your first connected session, ask the assistant to call the claim_free_key tool — it mints a durable free key (no email required) with higher limits that every future session reuses.

Flagship tools

get_grid_scoreboardLive ranked scoreboard — US + international grids
search_facilities21,000+ facilities by city/MW/operator
get_market_intelSupply/demand, vacancy, pricing per market
rank_marketsTop-N markets by your criteria
hyperscaler_dealsHyperscaler lease + build deal flow
get_interconnection_queueISO interconnection queue detail
get_fiber_intelCarrier networks + dark fiber
analyze_site7-dimension site suitability score

…plus 30+ more — facilities, deals, water risk, tax incentives. Full list on the main connect page.