generate_site_analysis
ActiveTool of cloud.dchub/mcp-server
Use when a user wants a SHAREABLE, branded multi-page Site Analysis PDF for ONE lat/lon (a powered-land parcel, a candidate campus) — the polished client deliverable, not just a score. Example: "Make the Site Analysis PDF for this Carrier Mills parcel, 150 MW, for TON Infrastructure." — generate_site_analysis lat=37.694 lon=-88.65 capacity_mw=150 prepared_for="TON Infrastructure" prepared_by="Martone Advisors". Params: lat (-90 to 90, required), lon (-180 to 180, required), capacity_mw (target load MW, e.g. 50-500), prepared_for (client name on the cover), prepared_by (your firm — brands the report; defaults to DC Hub), latency_target (optional metro override; default = nearest real carrier hotel). Returns: {survey:{verdict, power/transmission, gas, water, air-permitting, fiber carriers, latency-to-nearest-carrier-hotel, market, tax}, pdf_report_url}. pdf_report_url is a ready-to-open link to download the branded 5-page PDF — no login needed, valid ~7 days; hand it to your human. For just the numeric suitability score (no PDF), use analyze_site instead.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"lat": {
"type": "number",
"description": "Site latitude in decimal degrees (-90 to 90, required), e.g. 37.694"
},
"lon": {
"type": "number",
"description": "Site longitude in decimal degrees (-180 to 180, required), e.g. -88.65"
},
"use_case": {
"type": "string",
"description": "Optional workload descriptor to tailor the report, e.g. \"AI training campus\""
},
"capacity_mw": {
"type": "number",
"description": "Target power load for the build in megawatts (MW), e.g. 150 (typical 50-500)"
},
"prepared_by": {
"type": "string",
"description": "Your firm name that brands the report; defaults to DC Hub, e.g. \"Martone Advisors\""
},
"prepared_for": {
"type": "string",
"description": "Client name printed on the report cover, e.g. \"TON Infrastructure\""
},
"latency_target": {
"type": "string",
"description": "Optional metro to measure latency against; default = nearest real carrier hotel"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
cloud.dchub/mcp-server
https://github.com/azmartone67/dchub-backend
1/7 registries