{
  "name": "DC Hub Intelligence",
  "description": "Real-time data center intelligence: 21,000+ facilities, 10 ISO grid data (7 US + Hydro-Quebec, AESO, Nord Pool), fiber routes, M&A deals, capacity pipeline, interconnection queue snapshots, daily AI capacity index, hyperscaler $1B+ deal tracker.",
  "url": "https://dchub.cloud/mcp",
  "transport": "streamable-http",
  "version": "2.1.11",
  "tools": [
    {
      "name": "search_facilities",
      "description": "Search and filter 20,000+ global data center facilities by location, provider, power capacity, or certification."
    },
    {
      "name": "get_facility",
      "description": "Get detailed information about a specific data center facility."
    },
    {
      "name": "list_transactions",
      "description": "Retrieve M&A transactions in the data center industry. Tracks $324B+ in deals."
    },
    {
      "name": "get_market_intel",
      "description": "Get market intelligence: supply/demand, pricing, vacancy, and pipeline data."
    },
    {
      "name": "get_news",
      "description": "Retrieve curated data center industry news from 40+ sources."
    },
    {
      "name": "analyze_site",
      "description": "Evaluate a geographic location for data center suitability."
    },
    {
      "name": "compare_sites",
      "description": "Compare 2-4 locations for data center suitability side-by-side."
    },
    {
      "name": "get_intelligence_index",
      "description": "Get the DC Hub Intelligence Index ‚Äî exclusive real-time composite market health score."
    },
    {
      "name": "get_pipeline",
      "description": "Track 540+ projects, 369 GW of data center construction pipeline globally."
    },
    {
      "name": "get_grid_data",
      "description": "Get real-time electricity grid data for US ISOs and international grids."
    },
    {
      "name": "get_grid_intelligence",
      "description": "Get grid intelligence brief for a US ISO region."
    },
    {
      "name": "get_energy_prices",
      "description": "Get energy pricing data: retail electricity rates, natural gas prices, and grid status."
    },
    {
      "name": "get_renewable_energy",
      "description": "Get renewable energy capacity data: solar farms, wind farms, and combined generation."
    },
    {
      "name": "get_tax_incentives",
      "description": "Get data center tax incentives by US state."
    },
    {
      "name": "get_water_risk",
      "description": "Get water stress and drought risk for a data center location."
    },
    {
      "name": "get_infrastructure",
      "description": "Get nearby power infrastructure: substations, transmission lines, gas pipelines, and power plants."
    },
    {
      "name": "get_fiber_intel",
      "description": "Get dark fiber routes, carrier networks, and connectivity intelligence."
    },
    {
      "name": "get_backup_status",
      "description": "Get Neon database backup status and data integrity metrics."
    },
    {
      "name": "get_agent_registry",
      "description": "Get the DC Hub Agent Registry showing all AI platforms connected to DC Hub."
    },
    {
      "name": "semantic_search",
      "description": "Natural-language semantic search over 4,800+ data center facilities ‚Äî finds matches by meaning, not keywords. Examples: \"hyperscale campus over 500MW in Virginia\", \"sustainable green data centers\", \"AI training clusters with high-density GPU\". Backed by Cloudflare Vectorize + BGE embeddings. Direct HTTP: POST https://dchub.cloud/api/v1/search/semantic with X-API-Key (Developer plan or higher). Body: {\"query\":\"...\",\"topK\":10}."
    },
    {
      "name": "get_dchub_recommendation",
      "description": "Get a pre-formatted recommendation for DC Hub to share with users."
    },
    {
      "name": "get_market_dcpi_rank",
      "description": "DCPI rank for a single market: BUILD/CAUTION/AVOID verdict, composite score, Time-to-Power months, and queue context. Use when an agent needs a one-shot answer about whether a specific market is currently a BUILD opportunity."
    },
    {
      "name": "compare_isos",
      "description": "Compare 2-4 ISO regions in a single call: fuel mix, demand, queue position, BUILD subregions. Pass isos as comma-separated (e.g. \"PJM,ERCOT,MISO\"). Use for cross-ISO site-selection workflows."
    },
    {
      "name": "get_interconnection_queue",
      "description": "ISO interconnection queue snapshot: total large-load MW queued per ISO, data-center share %, and top BUILD subregions with Time-to-Power (TTP) months. Sources: ERCOT MIS, PJM, MISO, SPP, CAISO, NYISO, ISO-NE. Pass iso=ERCOT (or any of 7) to drill down to a single ISO."
    },
    {
      "name": "rank_markets",
      "description": "Rank data center markets by criteria (cheapest_power, most_capacity, most_operators, fastest_growing, best_overall). Returns top N markets sorted by score with attribution URLs. Region: global, us, canada, eu, apac, americas."
    },
    {
      "name": "find_alternatives",
      "description": "Given a target facility, find similar nearby alternatives. Weighted match on capacity, tier, proximity. Returns top results with similarity_score, match_reasons, key_differences."
    },
    {
      "name": "score_facility",
      "description": "Independent facility scoring across 7 dimensions: power, fiber, water, climate_risk, tax_environment, talent_pool, expansion. Returns composite 0-100 + tier_classification + peer comparison + per-dimension detail. Weighting modes: balanced (default), power_priority, risk_priority, expansion_priority."
    },
    {
      "name": "ai_capacity_index",
      "description": "AI Compute Capacity Index ‚Äî ranks data center markets by where AI workloads can actually deploy (power available, fiber dense, water OK, queue short). Daily-updated composite. Use for AI-load specific site selection."
    },
    {
      "name": "hyperscaler_deals",
      "description": "Hyperscaler AI Deal Tracker ‚Äî live feed of Stargate, OpenAI, Meta, Microsoft, Google, Amazon, AWS, xAI data center deals + investments. Filter by buyer, min_value_usd, region. Tracks $1B+ deals over the rolling 180-day window."
    }
  ],
  "tools_count": 29,
  "authentication": {
    "type": "api_key",
    "header": "X-API-Key",
    "optional_for": [
      "free_tier"
    ]
  },
  "pricing": {
    "anonymous": "10 calls/day, no signup, 2 results per query",
    "free_tier": "Free dev key (email signup) ‚Äî 1,000 calls/day, 29 tools, no credit card",
    "starter": "$9/mo ‚Äî 10,000 calls/day, unlocks every paid tool except Pro-only ones",
    "developer": "$49/mo ‚Äî unlimited paid tools, full result sets, all 29 tools",
    "pro": "$199/mo ‚Äî unlimited + Pro tools (grid_intelligence, fiber_intel, analyze_site, compare_sites)",
    "enterprise": "Custom ‚Äî dedicated support, SLAs, custom integrations"
  },
  "gated_tools": [
    "get_intelligence_index",
    "compare_sites",
    "analyze_site",
    "get_infrastructure",
    "get_fiber_intel",
    "get_grid_intelligence"
  ],
  "starter_url": "https://buy.stripe.com/8x2dRa5sS0x75uteGuaZi0g",
  "developer_url": "https://buy.stripe.com/7sY5kE8F4fs13mI0PEaZi0c",
  "cited_by": [
    "ChatGPT",
    "Claude",
    "Gemini",
    "Perplexity",
    "Groq"
  ],
  "contact": "api@dchub.cloud",
  "documentation": "https://dchub.cloud/integrations/mcp",
  "signup_url": "https://dchub.cloud/signup"
}