mcp-server
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

FieldTypeDescription
querystringFree-text search over facility name/operator/location (mapped to the backend `q` param), e
countrystringISO 3166-1 alpha-2 country code, e.g. US, GB, SG
statestringUS state abbreviation or region, e.g. VA, TX
citystringCity name to filter facilities, e.g. Ashburn, Dallas
operatorstringOperator/provider company name, e.g. Equinix, Digital Realty
min_capacity_mwnumberMinimum power capacity filter in megawatts (MW)
max_capacity_mwnumberMaximum power capacity filter in megawatts (MW)
tierintegerUptime Institute tier filter (1-4)
limitintegerMax results to return (1-500; default varies by tool)
offsetintegerPagination 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.