You're viewing a demo portfolio

Join the waitlist
PRSM

get_renewable_energy

Active

Tool of cloud.dchub/mcp-server

declared in 2.4.4

Use when siting a renewable-powered data center, sizing a PPA, or assessing RE100/24-7-CFE feasibility for one US state. Example: "What is Texas wind+solar capacity and how much utility-scale solar is operating today?" — get_renewable_energy energy_type=solar state=TX. Params: energy_type one of "solar" | "wind" | "combined" (omit for all); state 2-letter US code (e.g. TX, VA, AZ); lat+lon (optional) for the nearest projects within 50mi. Returns: {capacity_mw_total, by_fuel: {solar_utility, solar_rooftop, wind_onshore, wind_offshore}, capacity_factor_pct, top_projects[{name, mw, operator, cod}], state_rps_target_pct, source: "EIA-860 + state RPS"}. Do NOT use for live grid generation (use get_grid_data) or non-US (use get_grid_scoreboard for EU/UK/AU/TW).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "lat": {
      "type": "number",
      "description": "Optional latitude in decimal degrees (-90 to 90) to find nearest projects within 50mi"
    },
    "lon": {
      "type": "number",
      "description": "Optional longitude in decimal degrees (-180 to 180) to find nearest projects within 50mi"
    },
    "state": {
      "type": "string",
      "description": "US state abbreviation, e.g. TX, VA, AZ"
    },
    "energy_type": {
      "type": "string",
      "description": "Renewable type: \"solar\", \"wind\", or \"combined\"; omit for all"
    }
  }
}

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 →