Add DC Hub's data center intelligence to your AI tools via MCP
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.)
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/mcp.json in your project or global config
{
"mcpServers": {
"dchub": {
"url": "https://dchub.cloud/mcp",
"transport": "streamable-http"
}
}
}
claude mcp add dchub --transport streamable-http https://dchub.cloud/mcp
pip install mcp uvicorn requests
export BACKEND_BASE_URL=https://dchub.cloud
python dchub_mcp_server.py --port 8888
Step-by-step walkthroughs for each AI client:
| Claude Desktop | /connect/claude-desktop |
| Cursor | /connect/cursor |
| Cline | /connect/cline |
| Continue | /connect/continue |
| ChatGPT | /connect/chatgpt |
| Gemini | /connect/gemini |
| # | Tool | Description |
|---|---|---|
| 1 | search_facilities | Search 50,000+ global data center facilities by location, provider, or keyword |
| 2 | get_facility | Get detailed information about a specific data center facility |
| 3 | list_transactions | List data center M&A transactions with deal values and details |
| 4 | get_market_intel | Get data center market intelligence and statistics |
| 5 | get_news | Get latest data center industry news from 40+ sources |
| 6 | analyze_site | Evaluate a location for data center suitability (power, fiber, risk, workforce) |
| MCP Config | /.well-known/mcp.json |
| AI Plugin | /.well-known/ai-plugin.json |
| AI Agents | /.well-known/ai-agents.json |
| LLM Context | /llms.txt |
| Full LLM Context | /llms-full.txt |
| OpenAPI Spec | /openapi.json |
Download ready-to-deploy Copilot Studio integration package:
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.
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.