跳过安装。2 分钟内即可运行。
在 cloud.anythingmcp.com 开始免费试用,一键添加 DC Hub,然后将你的 AI 客户端(Claude、ChatGPT、Copilot 或 Cursor)指向生成的 MCP 端点。无需 Docker,无需 git clone,无需任何工程经验。
Summary
Data centre and power-grid intelligence from DC Hub: facilities worldwide, market power-readiness scores, the US interconnection queue, construction pipeline, M&A transactions, live ISO grid fuel mix and electricity prices, plus site scoring and multi-site ranking. Twelve of the sixteen tools work without an API key.
试试这样问
DC Hub 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 无需安装? 直接使用 cloud.anythingmcp.com。 登录、点击 Connectors → DC Hub、粘贴凭证、生成 MCP API key — 完成。无 Docker、无
git clone、无本地服务器。
DC Hub + Gemini
Data centre and power-grid intelligence from DC Hub: facilities worldwide, market power-readiness scores, the US interconnection queue, construction pipeline, M&A transactions, live ISO grid fuel mix and electricity prices, plus site scoring and multi-site ranking. Twelve of the sixteen tools work without an API key.
前提条件
完整的设置说明已内置在连接器中 (在 store 中选择连接器时可见)。所需环境变量:
(none — public API)
步骤 1 — 获取凭证
Data centre and energy-grid intelligence for site selection, infrastructure investment and power analysis.
What works without a key, and what does not
Twelve of the sixteen tools answer anonymously, so the connector installs in one click and most questions work immediately. Four do not, and they fail in two different ways.
403 without a key — dchub_pipeline, dchub_grid_fuel_mix, dchub_energy_prices. A free developer key unlocks these.
403 even with a free key — dchub_site_score requires DC Hub's paid Pro plan. No free key unlocks it. Treat it as unavailable unless the workspace holds a Pro key.
…(continued in the in-app connector instructions)
步骤 2 — 安装 adapter
curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d
步骤 3 — 在 Gemini 中添加连接器
Gemini CLI 从 ~/.gemini/settings.json (Windows: %APPDATA%\gemini\settings.json) 读取 MCP 服务器。添加:
{
"mcpServers": {
"anythingmcp": {
"httpUrl": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- 从 AnythingMCP 获取你的 MCP API key。
- 保存文件并重启
gemini。 - 在 Gemini CLI 中运行
/mcp—DC Hub应显示为可用。 - Vertex AI Studio: 将
https://cloud.anythingmcp.com/mcp传入请求的tools数组,使用相同的 Bearer 头。
可用工具
| Tool | What it does |
|---|---|
dchub_stats | Platform-wide statistics: total facilities tracked, countries, providers and aggregate capacity in MW |
dchub_search_facilities | Search DC Hub's data centre facilities by free text (city, provider or market name) and/or country |
dchub_facility_detail | Full record for one facility: contacts, capacity detail and certifications |
dchub_list_markets | List every tracked data centre market with summary statistics |
dchub_compare_markets | Side-by-side comparison of two or more data centre markets |
dchub_market_dcpi | DC Hub Power Index for one market: a BUILD / CAUTION / AVOID verdict plus composite_score, excess_power_score, constraint_score and time_to_ |
dchub_ai_capacity_index | Markets ranked by AI-ready deployable MW for near-term large-load siting, with a hyperscale_ready flag and an ai_ready_mw proxy |
dchub_interconnection_queue | Filter the ~5,300-project US interconnection queue (7 ISOs) server-side, so you receive the survivors instead of the raw ~1,744 GW queue |
dchub_pipeline | Data centres under construction or announced — the forward supply picture for a market |
dchub_transactions | Recent data centre M&A: acquisitions, investments, joint ventures, leases and development deals |
dchub_news | Latest data centre industry news, aggregated from 40+ sources |
dchub_site_score | Suitability score (0-100) for data centre development at one specific location |
dchub_grid_fuel_mix | Real-time fuel mix of a US power grid, refreshed about every 60 seconds |
dchub_energy_prices | Electricity pricing for one US state — the input to any operating-cost estimate for a site in that state |
dchub_analyze_parcel | Structured read of a GeoJSON parcel boundary: geodesic acreage, the largest member's centroid as a representative point (never the centre of |
dchub_rank_sites | Deterministic ranking of candidate sites under hard constraints and signed weighted objectives |
FAQ
Gemini 1.5 Pro 或 2.x 支持 MCP 吗? 支持 — Gemini CLI ≥ 0.4 与 Vertex AI tools API 均接受带 Bearer 头的 MCP httpUrl 连接器。
下一步
这份指南对你有帮助吗?