M
mcp-server
/get_pipeline
Construction Pipeline
Use when a user asks "what is being built / announced / permitted" in a market or by an operator — the forward-looking construction pipeline. Example: "What dat
liveverifiedunknown~5s typical
mcpprobedmcp-server
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-cloud-dchub-mcp-server /get_pipeline for me.
Input
| Field | Type | Description |
|---|---|---|
| status | string | Pipeline stage filter: announced, permitted, construction, or operational |
| country | string | ISO 3166-1 alpha-2 country code, e.g. US, DE, SG |
| operator | string | Operator/provider company name, e.g. Equinix, Digital Realty, AWS |
| min_capacity_mw | number | Minimum project power capacity filter in megawatts (MW), e.g. 50 for hyperscale |
| expected_completion_before | string | Only projects with expected commissioning before this ISO-8601 date (YYYY-MM-DD), e.g. 202 |
| limit | integer | Max results to return (1-500; default varies by tool) |
| offset | integer | Pagination offset, 0-based (skip this many results) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-cloud-dchub-mcp-server","endpoint":"/get_pipeline","input":{}}'cli
npx cracked-ai run -p mcp-cloud-dchub-mcp-server -e /get_pipeline -i '{}'mcp
run_tool({ provider: "mcp-cloud-dchub-mcp-server", endpoint: "/get_pipeline", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.