What you get with Pro
Your license unlocks the full platform — no preview limits, no redactions.
Every facility, market, grid reading, fiber route, and M&A deal — unredacted. Free accounts see teasers; you see the whole picture.
Connect Claude (or any AI assistant) and ask DC Hub questions in plain English — site scoring, market ranking, grid headroom, and more.
2,000 AI calls/day · 500 results per call · 5,000 records/day · 50 results per page. You won't hit a wall in normal use.
The interactive map of 21,500+ distinct facilities, power infrastructure, and fiber — the visual command center for site selection.
01Connect DC Hub to Claude
This lets you talk to all of DC Hub's data the way you'd talk to an analyst — "Find me 50 MW+ sites in Northern Virginia with low water risk" — and get real answers from live data. It's a one-time, ~5-minute setup.
Step 1 · Get your API key
Find your key
Your API key is the password that tells DC Hub it's you. It was in your welcome email. You can also view or re-issue it any time at dchub.cloud/developers (sign in first).
It looks like this: dchub_pro_xxxxxxxxxxxxxxxxxxxx
Step 2 · Add DC Hub to Claude Desktop (the easiest path)
Claude Desktop is the free Claude app for Mac & Windows. We'll add DC Hub as a "connector" by pasting one block into its config file.
Open the config file
In Claude Desktop: Settings → Developer → Edit Config. That opens (or creates) a file called claude_desktop_config.json. It lives at:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Paste this in
Replace the whole file contents with the block below (or, if you already have other connectors, just add the "dchub" entry inside "mcpServers"). Swap YOUR_API_KEY for your real key.
copy{ "mcpServers": { "dchub": { "url": "https://dchub.cloud/mcp", "transport": "streamable-http", "headers": { "X-API-Key": "YOUR_API_KEY" } } } }
Save & restart Claude
Save the file, then fully quit and reopen Claude Desktop (a restart is required — Claude only reads the config on launch).
Also works in: Claude Code, Cursor, VS Code
Same idea, same key. Pick your tool:
Claude Code (the terminal tool) — one command:
copyclaude mcp add --transport http dchub https://dchub.cloud/mcp \ --header "X-API-Key: YOUR_API_KEY"
Cursor or VS Code — create .cursor/mcp.json (or .vscode/mcp.json):
copy{ "servers": { "dchub": { "url": "https://dchub.cloud/mcp", "headers": { "X-API-Key": "YOUR_API_KEY" } } } }
Step 3 · Check it worked, then try a prompt
Confirm Claude can see DC Hub
In a new chat, ask: "What DC Hub tools do you have access to?" Claude should list tools like search_facilities, get_market_intel, and analyze_site. If it does, you're connected. 🎉
Ask real questions
Now talk to your data. Copy any of these to start:
- "Find data centers over 50 MW in Northern Virginia and rank them by power capacity."
- "Analyze site suitability at latitude 39.04, longitude -77.49 — power, fiber, water, and tax."
- "Compare Dallas, Phoenix, and Atlanta as data center markets."
- "Show me the latest data center M&A transactions over $1B."
- "What's the grid headroom and interconnection queue in ERCOT right now?"
02The Land & Power Map
Your visual command center. Open it at dchub.cloud/land-power-map — it plots 21,500+ distinct facilities plus the power and fiber around them on one interactive map.
Open the map
Go to dchub.cloud/land-power-map (signed in with your Pro account). Give it a moment to load every layer.
Read the dots
Each facility is a colored marker. The color tells you its status at a glance:
- ● Operational ● Under construction ● Planned ● Study / proposed
Click for detail
Click any marker to see the operator, power capacity (MW), type, and status. From there you can open the full facility page for the market's DCPI verdict, nearby comparables, and capacity pipeline.
Layer in power & fiber
Toggle the infrastructure layers to overlay transmission lines, substations, and fiber routes — so you can see, for a candidate site, what power and connectivity actually sit nearby. That overlay is the whole point of "Land & Power."
03Getting the most from your Pro license
Three workflows that cover most of what Pro users do day to day.
Site selection
Find and de-risk a location end to end:
- On the map, scan a region for existing clusters (operators go where power is).
- Ask Claude: "analyze site suitability at <lat>, <lon>" for power, fiber, water, climate, and tax in one shot.
- Ask: "find alternative sites near <market> with better grid headroom" to widen the search.
Market comparison & ranking
Decide where before which:
- Ask Claude: "rank the top 10 US data center markets by available power."
- Drill in: "compare Northern Virginia and Dallas — vacancy, pricing, pipeline, and DCPI verdict."
- Browse the same data on the Markets pages and per-market DCPI scores.
Deal & grid intelligence
- Track the money: "list data center M&A transactions in the last 90 days over $500M."
- Watch the grid: "what's the reserve margin and interconnection queue in PJM and ERCOT?"
- Stay current: "summarize this week's data center power & capacity news."
04Plans, billing & your account
What each plan costs, how to sign up, how upgrading works, and what to expect afterwards.
Plans & pricing
Start free, upgrade when you need more. Both paid plans include full API and MCP access.
| Plan | Price | API calls/day | Key | Support |
|---|---|---|---|---|
| Free | $0 | 10 | Read-only | Community |
| Developer | $49/mo | 500 | Read + write | |
| Pro | $99/mo | 2,000 | Read + write | Priority email |
Free account setup
Under a minute, no credit card:
Sign up
Hit Sign up and enter your email, name, and a password.
Account created instantly
Your dashboard is ready and a free API key is generated on the spot.
Check your email
A welcome email carries your API key. Save it somewhere safe.
Upgrading to Pro
Choose your plan
Click Upgrade on your dashboard or the pricing page and pick Developer ($49/mo) or Pro ($99/mo).
Pay via Stripe
You're redirected to Stripe's secure checkout. DC Hub never sees or stores your card details.
Activated automatically
Payment completes and your account upgrades within seconds — no manual step.
New key in your inbox
A welcome email from [email protected] carries your Pro key with 2,000 calls/day.
What should happen after you pay
Within a few minutes, from [email protected], containing your Pro key. Check spam if you don't see it.
Immediate. Log in and your plan badge should read Developer or Pro.
Immediate — with the full 2,000 calls/day. Use the new key, not your old free one.
Sent separately by Stripe to whichever email you used at checkout.
Using your API key
Beyond Claude, your key works against the REST API directly. Pass it as an X-API-Key header:
copycurl -H "X-API-Key: YOUR_API_KEY" \ https://dchub.cloud/api/v1/search?q=Ashburn
Filter facilities the same way:
copycurl -H "X-API-Key: YOUR_API_KEY" \ "https://dchub.cloud/api/v1/facilities?country=US&limit=10"
| Plan | Daily limit | Permissions |
|---|---|---|
| Free | 10 calls/day | Read-only |
| Developer | 500 calls/day | Read + write |
| Pro | 2,000 calls/day | Read + write |
Full endpoint reference lives in the API docs.
Tool reference
The 88 tools Claude can use on your behalf. You don't have to memorize these — ask in plain English and Claude picks the right one. The most-used ones are grouped below for when you want to be specific.
Find & analyze sites
| Tool | What it does |
|---|---|
search_facilities | Search 21,500+ distinct facilities by location, operator, power, or certification. |
get_facility | Full detail on one facility. |
analyze_site | Composite score for any lat/lon: power, fiber, water, tax, climate, latency. |
score_facility | Score an existing facility against DC Hub's criteria. |
compare_sites | Head-to-head comparison of multiple sites. |
find_alternatives | Surface alternative sites near a target with better attributes. |
get_dchub_recommendation | DC Hub's build/avoid/neutral recommendation. |
Markets & rankings
| Tool | What it does |
|---|---|
get_market_intel | Vacancy, pricing, inventory, pipeline for a market. |
rank_markets | Rank markets by power, constraint, or opportunity. |
get_intelligence_index | The DCPI (Data Center Power Index) reading. |
ai_capacity_index | Daily AI-capacity index across markets. |
Power, grid & energy
| Tool | What it does |
|---|---|
get_grid_data | Live grid readings (10 ISOs + 43 utility BAs). |
get_grid_intelligence | Headroom, interconnection queue, reserve margin, additions. |
get_energy_prices | Wholesale & retail power pricing. |
get_renewable_energy | Renewable generation & procurement options. |
get_pipeline | Capacity pipeline (operating / construction / planned). |
Infrastructure & risk
| Tool | What it does |
|---|---|
get_infrastructure | Transmission, substations, power plants near a point. |
get_fiber_intel | 3,200+ fiber routes — carriers, lit/dark, IX presence. |
get_water_risk | Water stress & availability for cooling. |
get_tax_incentives | State/local tax incentives for data centers. |
Deals, news & ops
| Tool | What it does |
|---|---|
list_transactions | M&A transactions (2,100+ deals tracked). |
hyperscaler_deals | $1B+ hyperscaler deal tracker. |
get_news | Curated data center power & capacity news. |
get_agent_registry | Discoverable agent/tool registry. |
get_backup_status | Data freshness / backup status. |
FAQ
The questions we actually get asked.
What's the difference between Developer and Pro?
Call volume and support. Both carry a read/write key and the full MCP tool set with full result sets. Developer is $49/mo for 500 calls/day with email support; Pro is $99/mo for 2,000 calls/day, PDF reports, and priority support.
Can I change or cancel my plan?
Yes. Email us and we'll upgrade, downgrade, or cancel within 24 hours — cancellations take effect immediately and you keep access through the end of the billing period you've already paid for. Self-service plan management is still being built.
I lost my API key — can I get it back?
Not the original: we store only a hash of it, by design. We can issue you a fresh key within 24 hours, which deactivates the old one.
What data does the API cover?
Facility search, market intelligence and DCPI scores, M&A transactions, capacity pipeline, and power/grid/fiber infrastructure. See the data page for current coverage and the API docs for endpoints.
What is MCP access?
MCP (Model Context Protocol) is how AI assistants query DC Hub directly — that's what step 1 sets up. With it, Claude (or ChatGPT, Gemini, Cursor) pulls live DC Hub data mid-conversation instead of guessing from training data. Paid plans get full MCP access.
Is my payment information secure?
Payments run through Stripe, a PCI Level 1 processor. DC Hub never sees or stores your card details.
Do you offer Enterprise plans?
Yes — for custom API limits, bulk data access, dedicated support, or white-label integrations. Get in touch and we'll scope it.
Troubleshooting
Claude doesn't see the DC Hub tools.
Fully quit and reopen Claude (it only reads the config at launch). Double-check the file is valid JSON — a missing comma or quote will silently disable it. Paste your config into a JSON validator if unsure.
It says "free" or "trial" / data looks limited.
Confirm you pasted your real key in place of YOUR_API_KEY, with no extra spaces. If it still looks gated, email us — we'll check your account in a minute.
"Rate limit" message.
Pro includes 2,000 calls/day and 500 results per call — plenty for normal use. If you're running a big batch and hit it, give it a minute or contact us about Enterprise volume.
The map is slow to load.
It plots tens of thousands of points plus power/fiber layers — give it a few seconds on first load. If a layer fails, refresh once.
The welcome email never arrived.
Check spam for a message from [email protected]. If it's still missing 15 minutes after payment, email us — we'll get your key to you directly.
Dashboard still says "Free" after upgrading.
Log out and back in first. If it still shows Free, send us the email address you paid with and we'll correct the account.
Charged twice.
Email us right away — we'll cancel the duplicate and refund it, typically within 3–5 business days.
Support
Small team, fast replies.
Best for account, billing, and API-key issues.
[email protected] — typically same day.
Endpoints, parameters, and response schemas.
dchub.cloud/api-docs