M
mcp-server
/search_facilities
Search Facilities
FRONT DOOR CHECK — if the ask is "find <N> MW in <market>" or otherwise wants power / fiber / water / verdict context ATTACHED to the hits, call `execute_plan(i
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 /search_facilities for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Free-text search over facility name/operator/location (mapped to the backend `q` param), e |
| country | string | ISO 3166-1 alpha-2 country code, e.g. US, GB, SG |
| state | string | US state abbreviation or region, e.g. VA, TX |
| city | string | City name to filter facilities, e.g. Ashburn, Dallas |
| operator | string | Operator/provider company name, e.g. Equinix, Digital Realty |
| min_capacity_mw | number | Minimum power capacity filter in megawatts (MW) |
| max_capacity_mw | number | Maximum power capacity filter in megawatts (MW) |
| tier | integer | Uptime Institute tier filter (1-4) |
| 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":"/search_facilities","input":{}}'cli
npx cracked-ai run -p mcp-cloud-dchub-mcp-server -e /search_facilities -i '{}'mcp
run_tool({ provider: "mcp-cloud-dchub-mcp-server", endpoint: "/search_facilities", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.