Data Center Intelligence
Real-time data center intelligence: 50K+ facilities, $51B+ M&A deals, 21+ GW pipeline, live grid data. 15 MCP tools. Free tier + Developer $49/mo.
Documentation
Step 1 — Copy this URL:
https://dchub.cloud/mcp copy URL open Claude settings →
Step 2 — Add to Claude.ai
- Click open Claude settings → above (or visit claude.ai/settings/connectors)
- Click + Add custom connector
- Name:
DC Hub— URL: paste the URL you copied — leave auth blank (no OAuth). A bare URL connects at the free tier (3 calls/day, or 10/day with a free key). Paying customer? Use the key-in-URL below instead. - Save. DC Hub appears in every chat under the 🔌 menu.
Paid & founding members — connect at your full tier
A plain /mcp URL connects at the free tier. To use the plan you paid for, attach your API key.
Claude.ai (web) — the custom-connector box has no header field, so put your key in the URL. Paste this as the connector URL:
https://dchub.cloud/mcp?api_key=YOUR_KEY copy URL
Claude Desktop / Cursor / Cline — send it as a header instead: X-API-Key: YOUR_KEY
Your key is the dch_live_… key from your welcome email or dashboard. Replace YOUR_KEY with it — nothing else changes.
Other runtimes
Claude Desktop — add to claude_desktop_config.json:
copy"dchub": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://dchub.cloud/mcp"]
}
Cursor / Cline / VS Code / Windsurf / Gemini CLI / Antigravity — these do not share one config shape (Cursor takes no transport key, Cline needs "type": "streamableHttp", VS Code nests under servers, Windsurf and Antigravity spell the URL serverUrl, Gemini CLI spells it httpUrl), so open the page for yours:
Cursor · Cline · VS Code · Windsurf · Gemini CLI · Antigravity · Claude Desktop · Claude Code