Connect to DC Hub

Add DC Hub's data center intelligence to your AI tools via MCP

MCP Endpoint
https://dchub.cloud/mcp
Streamable HTTP

Setup Instructions

๐ŸŒ Claude.ai (web) โ€” recommended ยท stays connected

In Claude.ai โ†’ Settings โ†’ Connectors โ†’ Add custom connector. Name it DC Hub, paste the URL below, click Add, then Connect and sign in when prompted.

https://dchub.cloud/mcp

Signing in makes the connection durable โ€” it's recognized as you every session, so there's no API key to copy or re-paste and you never restart as anonymous. Signed-in sessions get the full toolset. (The config-file / CLI clients below are for desktop & IDE tools.)

Claude Desktop

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

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

Cursor

.cursor/mcp.json in your project or global config

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

Claude Code

claude mcp add dchub --transport streamable-http https://dchub.cloud/mcp

Run Locally (optional)

pip install mcp uvicorn requests
export BACKEND_BASE_URL=https://dchub.cloud
python dchub_mcp_server.py --port 8888

Per-Client Setup Guides

Available Tools

#ToolDescription
1search_facilitiesSearch 50,000+ global data center facilities by location, provider, or keyword
2get_facilityGet detailed information about a specific data center facility
3list_transactionsList data center M&A transactions with deal values and details
4get_market_intelGet data center market intelligence and statistics
5get_newsGet latest data center industry news from 40+ sources
6analyze_siteEvaluate a location for data center suitability (power, fiber, risk, workforce)

API Tiers

Free
100
calls/day
Basic search, news, facility list
Pro
10,000
calls/day
Energy endpoints, site analysis
Enterprise
100,000
calls/day
Full API access, priority support
Pass your API key via the X-API-Key header or api_key query parameter for Pro/Enterprise access.

Discovery Files

Copilot Studio Integration

Microsoft Copilot Studio

Download ready-to-deploy Copilot Studio integration package:

YAML Manifest | Planner Prompt | Setup Guide

ChatGPT Custom GPT Integration

OpenAI ChatGPT

Create a DC Hub-powered Custom GPT in 5 minutes with direct API access to facility search, energy pricing, M&A transactions, and site scoring.

OpenAPI Schema | GPT Instructions | Setup Guide

Grok/xAI Integration

Grok (xAI)

Python script to connect DC Hub data to Grok's API for real-time analysis. Fetch facility intelligence, then query Grok for risk-adjusted recommendations.

Download Integration Script

GitHub

github.com/azmartone67/dchub-mcp-server