You're viewing a demo portfolio

Join the waitlist
PRSM

find_alternatives

Active

Tool of cloud.dchub/mcp-server

declared in 2.4.4

Use when a user likes ONE specific facility and wants similar nearby options to consider instead ("what else looks like this?"). Example: "Find alternatives to the Ashburn QTS campus for about 50MW." — find_alternatives facility_id=<id>. Params: facility_id or name (the target, required); optional capacity_mw, radius_km, limit. Returns: ranked alternatives, each with similarity_score, match_reasons, and key_differences versus the target. Do NOT use to score one site (use score_facility or analyze_site) or to compare a known short-list head-to-head (use compare_sites); this DISCOVERS candidates from a single seed facility.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 500,
      "minimum": 1,
      "description": "Max results to return (1-500; default varies by tool)"
    },
    "match_on": {
      "type": "string",
      "description": "Optional similarity dimension to weight, e.g. capacity, operator, fiber, market"
    },
    "radius_km": {
      "type": "number",
      "description": "Search radius in km for candidate alternatives around the seed facility"
    },
    "facility_id": {
      "type": "string",
      "description": "The seed facility id/slug (or use name) to find alternatives to, from a prior search result"
    },
    "exclude_operator": {
      "type": "boolean",
      "description": "If true, exclude facilities from the same operator as the seed"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

cloud.dchub/mcp-server

https://github.com/azmartone67/dchub-backend

1/7 registries
View full server →
find_alternatives — cloud.dchub/mcp-server — PRSM MCP