mcp-server
M
mcp-server
/get_facility

Get Facility Details

Full metadata for one facility — name, operator, address, lat/lon, power capacity (MW total/used), cooling type, fiber providers (count + carrier list), commiss

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_facility for me.

Input

FieldTypeDescription
facility_idstringFacility id from a prior search_facilities/search result (numeric or string), e.g. equinix
slugstringFacility slug from a prior search result, e.g. digital-realty-iad8
idstringAlias for facility_id — a facility id/slug from a prior search result
namestringFacility name as a fallback lookup when no id/slug is known, e.g. "QTS Ashburn"
include_nearbybooleanInclude peer facilities near this one in the response (default true)
include_powerbooleanInclude power capacity detail (total/used MW) in the response (default true)

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_facility","input":{}}'
cli
npx cracked-ai run -p mcp-cloud-dchub-mcp-server -e /get_facility -i '{}'
mcp
run_tool({ provider: "mcp-cloud-dchub-mcp-server", endpoint: "/get_facility", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.