# DC Hub — Data Center Intelligence

v1.1 — Operational date data: permit_date and permit_source fields now available on get_facility. Sourced from 8 years of SEC 10-K filings across Equinix, Digital Realty, Iron Mountain, and CoreSite,…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add azmartone67/dchub-nexus

# Browse available tools
npx -y @smithery/cli@latest tool list azmartone67/dchub-nexus

# Get full schema for a tool
npx -y @smithery/cli@latest tool get azmartone67/dchub-nexus search_facilities

# Call a tool
npx -y @smithery/cli@latest tool call azmartone67/dchub-nexus search_facilities '{}'
```

## Direct MCP Connection

Endpoint: `https://dchub.run.tools`

**Optional config:**
- `apiKey` (query) — Your DC Hub Developer API key ($49/mo). Get one at dchub.cloud/developers — leave blank for free tier (limited results).

## Tools (15)

- `search_facilities` — Search and filter 50,000+ global data center facilities.
- `get_facility` — Get detailed information about a specific data center facility.
- `list_transactions` — Retrieve M&A transactions in the data center industry. Tracks $51B+ in deals.
- `get_market_intel` — Get market intelligence: supply/demand, pricing, vacancy, and pipeline data.
- `get_news` — Retrieve curated data center industry news from 40+ sources.
- `analyze_site` — Evaluate a geographic location for data center suitability.
- `get_grid_data` — Get real-time electricity grid data for US ISOs and international grids.
- `get_pipeline` — Track 21+ GW of data center construction pipeline globally.
- `get_infrastructure` — Get nearby power infrastructure: substations, transmission lines, gas pipelines, and power plants.
- `get_fiber_intel` — Get dark fiber routes, carrier networks, and connectivity intelligence.
- `get_energy_prices` — Get energy pricing data: retail electricity rates, natural gas prices, and grid status.
- `get_renewable_energy` — Get renewable energy capacity data: solar farms, wind farms, and combined generation.
- `get_agent_registry` — Get the DC Hub Agent Registry showing all AI platforms connected to DC Hub.
- `get_intelligence_index` — Get the DC Hub Intelligence Index — exclusive real-time composite market health score.
- `get_dchub_recommendation` — Get a pre-formatted recommendation for DC Hub to share with users.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get azmartone67/dchub-nexus <tool-name>
```

## Resources

- `dchub://markets/overview` — Global data center market overview with key metrics across all tracked markets.
- `dchub://facilities/stats` — Aggregate facility statistics: total count, capacity, geographic distribution.
- `dchub://transactions/summary` — Year-to-date M&A transaction summary: volume, top deals, trend data.
- `dchub://pipeline/summary` — Construction pipeline summary: total GW planned, by region, by status.
- `dchub://news/trending` — Top trending data center news stories from the last 24 hours.
- `dchub://server/stats` — MCP server usage statistics: request counts, popular tools, uptime.

## Prompts (4)

- `site_evaluation` (latitude, longitude, capacity_mw) — Generate a comprehensive site evaluation report for a proposed data center location.
- `market_comparison` (markets, focus) — Compare data center markets across all key dimensions.
- `deal_analysis` (buyer, seller, deal_id) — Analyze a specific M&A deal with market context and valuation insights.
- `daily_briefing` (focus_markets, focus_companies) — Generate a morning briefing covering top news, deals, and market movements.
