get_pipeline
ActiveTool of cloud.dchub/mcp-server
Use when a user asks "what is being built / announced / permitted" in a market or by an operator — the forward-looking construction pipeline (540+ projects, 369 GW). Example: "What data centers are under construction in Northern Virginia and when do they come online?" — get_pipeline market=northern-virginia status=construction. Params: status one of "announced" | "permitted" | "construction" | "operational"; operator (e.g. "Equinix", "Digital Realty", "AWS"); country (ISO-2, e.g. "US", "DE"); min_capacity_mw (e.g. 50 to filter hyperscale); expected_completion_before (ISO date, e.g. "2027-01-01"); limit/offset for pagination. Returns: {projects:[{name, operator, capacity_mw, status, expected_commissioning, market_slug, country, lat, lon}], total, generated_at}. Do NOT use for already-operational facilities (use search_facilities) or for the M&A deal flow (use list_transactions).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"maximum": 500,
"minimum": 1,
"description": "Max results to return (1-500; default varies by tool)"
},
"offset": {
"type": "integer",
"maximum": 100000,
"minimum": 0,
"description": "Pagination offset, 0-based (skip this many results)"
},
"status": {
"type": "string",
"description": "Pipeline stage filter: announced, permitted, construction, or operational"
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code, e.g. US, DE, SG"
},
"operator": {
"type": "string",
"description": "Operator/provider company name, e.g. Equinix, Digital Realty, AWS"
},
"min_capacity_mw": {
"type": "number",
"description": "Minimum project power capacity filter in megawatts (MW), e.g. 50 for hyperscale"
},
"expected_completion_before": {
"type": "string",
"description": "Only projects with expected commissioning before this ISO-8601 date (YYYY-MM-DD), e.g. 2027-01-01"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
cloud.dchub/mcp-server
https://github.com/azmartone67/dchub-backend
1/7 registries