Getting Started · Pro

Your DC Hub handbook.
No jargon. Step by step.

Everything in one place: connect DC Hub to Claude so you can ask questions in plain English, use the Land & Power map, get the most out of your Pro license, and sort out plans, billing and keys. If you can copy and paste, you can do all of this.

What you get with Pro

Your license unlocks the full platform — no preview limits, no redactions.

Full data, everywhere

Every facility, market, grid reading, fiber route, and M&A deal — unredacted. Free accounts see teasers; you see the whole picture.

All 88 AI tools

Connect Claude (or any AI assistant) and ask DC Hub questions in plain English — site scoring, market ranking, grid headroom, and more.

Generous limits

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 Land & Power map PRO

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.

The idea in one sentence: you paste a small block of text into Claude's settings once. After that, Claude can pull DC Hub data on demand. You never have to touch it again.

Step 1 · Get your API key

1

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

Treat it like a password — don't share it or post it publicly. If it ever leaks, re-issue a new one at /developers and the old one stops working.

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.

1

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
2

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"
      }
    }
  }
}
3

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

1

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. 🎉

2

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?"
You don't need to remember tool names. Just ask in plain English — Claude picks the right DC Hub tool for you.

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.

1

Open the map

Go to dchub.cloud/land-power-map (signed in with your Pro account). Give it a moment to load every layer.

2

Read the dots

Each facility is a colored marker. The color tells you its status at a glance:

  • Operational   Under construction   Planned   Study / proposed
3

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.

4

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."

Pro tip: use the map and Claude together. Spot a cluster on the map, then ask Claude "score the data center sites near Reno, NV for power and fiber" to get the numbers behind what you're looking at.

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:

  1. On the map, scan a region for existing clusters (operators go where power is).
  2. Ask Claude: "analyze site suitability at <lat>, <lon>" for power, fiber, water, climate, and tax in one shot.
  3. Ask: "find alternative sites near <market> with better grid headroom" to widen the search.

Market comparison & ranking

Decide where before which:

  1. Ask Claude: "rank the top 10 US data center markets by available power."
  2. Drill in: "compare Northern Virginia and Dallas — vacancy, pricing, pipeline, and DCPI verdict."
  3. Browse the same data on the Markets pages and per-market DCPI scores.

Deal & grid intelligence

  1. Track the money: "list data center M&A transactions in the last 90 days over $500M."
  2. Watch the grid: "what's the reserve margin and interconnection queue in PJM and ERCOT?"
  3. 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.

PlanPriceAPI calls/dayKeySupport
Free$010Read-onlyCommunity
Developer$49/mo500Read + writeEmail
Pro$99/mo2,000Read + writePriority email
Start free → View full pricing →

Free account setup

Under a minute, no credit card:

1

Sign up

Hit Sign up and enter your email, name, and a password.

2

Account created instantly

Your dashboard is ready and a free API key is generated on the spot.

3

Check your email

A welcome email carries your API key. Save it somewhere safe.

Your key is shown once. We store only a hashed version, so the raw key appears in that welcome email and nowhere else. Lost it? We can't recover it — but we can issue you a new one (see Support).

Upgrading to Pro

1

Choose your plan

Click Upgrade on your dashboard or the pricing page and pick Developer ($49/mo) or Pro ($99/mo).

2

Pay via Stripe

You're redirected to Stripe's secure checkout. DC Hub never sees or stores your card details.

3

Activated automatically

Payment completes and your account upgrades within seconds — no manual step.

4

New key in your inbox

A welcome email from [email protected] carries your Pro key with 2,000 calls/day.

What changes. Your limit jumps from 10 to 2,000 calls/day, your key becomes read/write, MCP access opens fully, and support moves to priority email.

What should happen after you pay

Welcome email

Within a few minutes, from [email protected], containing your Pro key. Check spam if you don't see it.

Dashboard shows the new plan

Immediate. Log in and your plan badge should read Developer or Pro.

Your new key works

Immediate — with the full 2,000 calls/day. Use the new key, not your old free one.

Stripe receipt

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"
PlanDaily limitPermissions
Free10 calls/dayRead-only
Developer500 calls/dayRead + write
Pro2,000 calls/dayRead + 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

ToolWhat it does
search_facilitiesSearch 21,500+ distinct facilities by location, operator, power, or certification.
get_facilityFull detail on one facility.
analyze_siteComposite score for any lat/lon: power, fiber, water, tax, climate, latency.
score_facilityScore an existing facility against DC Hub's criteria.
compare_sitesHead-to-head comparison of multiple sites.
find_alternativesSurface alternative sites near a target with better attributes.
get_dchub_recommendationDC Hub's build/avoid/neutral recommendation.

Markets & rankings

ToolWhat it does
get_market_intelVacancy, pricing, inventory, pipeline for a market.
rank_marketsRank markets by power, constraint, or opportunity.
get_intelligence_indexThe DCPI (Data Center Power Index) reading.
ai_capacity_indexDaily AI-capacity index across markets.

Power, grid & energy

ToolWhat it does
get_grid_dataLive grid readings (10 ISOs + 43 utility BAs).
get_grid_intelligenceHeadroom, interconnection queue, reserve margin, additions.
get_energy_pricesWholesale & retail power pricing.
get_renewable_energyRenewable generation & procurement options.
get_pipelineCapacity pipeline (operating / construction / planned).

Infrastructure & risk

ToolWhat it does
get_infrastructureTransmission, substations, power plants near a point.
get_fiber_intel3,200+ fiber routes — carriers, lit/dark, IX presence.
get_water_riskWater stress & availability for cooling.
get_tax_incentivesState/local tax incentives for data centers.

Deals, news & ops

ToolWhat it does
list_transactionsM&A transactions (2,100+ deals tracked).
hyperscaler_deals$1B+ hyperscaler deal tracker.
get_newsCurated data center power & capacity news.
get_agent_registryDiscoverable agent/tool registry.
get_backup_statusData 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.

Still stuck? Email [email protected] — include what you tried and a screenshot, and we'll get you running.

Support

Small team, fast replies.

Email

Best for account, billing, and API-key issues.
[email protected] — typically same day.

API documentation

Endpoints, parameters, and response schemas.
dchub.cloud/api-docs

When you write in, include your account email, what you were doing, and any error text. For a payment problem, add the email you used at Stripe checkout — it's often different from your DC Hub login, and that mismatch is usually the cause.
Open the map → Get / view your key → Browse markets →