save_site
ActiveTool of cloud.dchub/mcp-server
Save a candidate data-center site to your DC Hub account to track it across sessions (FREE — just needs a key; call claim_free_key if you don't have one). Give lat + lon (plus optional name, state, market, target_mw, notes). Returns the saved site id. Builds a persistent shortlist an agent can revisit + monitor — after saving, pass the returned id to set_site_alert so DC Hub emails you when that site’s DCPI/capacity/nearby-facilities move (no re-checking). Try: save_site lat=39.04 lon=-77.48 name="Ashburn parcel" target_mw=100. Do NOT use to read back the shortlist (use list_saved_sites), download it (use export_dataset), or score a site (use score_facility); this WRITES one site to your account.
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), e.g. 39.04"
},
"lon": {
"type": "number",
"description": "Site longitude in decimal degrees (-180 to 180), e.g. -77.48"
},
"name": {
"type": "string",
"description": "Optional label for the saved site, e.g. \"Ashburn parcel\""
},
"notes": {
"type": "string",
"description": "Optional free-text notes to store with the saved site"
},
"state": {
"type": "string",
"description": "US state abbreviation for the site, e.g. VA"
},
"market": {
"type": "string",
"description": "Market slug (metro) the site belongs to, e.g. northern-virginia"
},
"target_mw": {
"type": "number",
"description": "Target power load for the planned build in megawatts (MW), e.g. 100"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
cloud.dchub/mcp-server
https://github.com/azmartone67/dchub-backend
1/7 registries