← dchub.cloud

INDIVIDUAL MCP TOOL

semantic_search

Use for CONCEPTUAL / fuzzy questions where keyword filters fall short — semantic (meaning-based) retrieval across DC Hub's industry news, M&A deals, 21,000+ discovered facilities, and per-market DCPI deep-dive analysis narratives, ranked by relevance with citable source fields (news url/title, deal parties/value, facility name/location, deep-dive market/url).

dchub.cloudnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

dchub.cloud

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dc-hub-intelligence]
url = "https://dchub.cloud/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dc-hub-intelligence": {
      "type": "http",
      "url": "https://dchub.cloud/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dc-hub-intelligence
Remote MCP URL: https://dchub.cloud/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dc-hub-intelligence": {
      "url": "https://dchub.cloud/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dc-hub-intelligence": {
      "type": "http",
      "url": "https://dchub.cloud/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dc-hub-intelligence",
  "transport": "streamable-http",
  "url": "https://dchub.cloud/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Search DC Hub for relevant records (OpenAI Deep Research / ChatGPT connector format).
  • fetch — Fetch a DC Hub record for an id returned by the `search` tool (OpenAI Deep Research / ChatGPT connector format).
  • search_facilities — Search 21,000+ global data center facilities across 170+ countries — by location (country/state/market), capacity (MW), operator, fiber connectivity, status (operational/under-construction/planned), or DCPI verdict.
  • get_facility — Full metadata for one facility — name, operator, address, lat/lon, power capacity (MW total/used), cooling type, fiber providers (count + carrier list), commissioning year, status, the DCPI verdict for its market, and peer facilities nearby.
  • get_market_intel — Use when a user asks about ONE data-center market — vacancy, capacity pricing, supply pipeline, dominant operators, YoY growth — across any of 300+ markets.
  • get_market_dcpi_rank — DCPI rank for a single market: BUILD/CAUTION/AVOID verdict, 0-100 composite_score (verdict-aware), excess_power_score, constraint_score, time_to_power_months.
  • predict_market_trajectory — Forecast a DCPI market's near-term trajectory (next 1-8 quarters).
  • get_gas_index — Data Center Gas Index (DCGI) — DC Hub's 0-100 per-US-state natural-gas suitability score for data centers (the gas analog to DCPI).