You're viewing a demo portfolio

Join the waitlist
PRSM

renewable_share

Active

Tool of Energy Charts

declared in 0.1.0

Renewable share of a country's electricity load — what share / percent of load is currently being covered by renewables (wind, solar, hydro combined). Keyless, no API key. Answers "what share of Germany's electricity load is renewable right now". Returns a list of series [{name, data, ...}] where each data point is a percent of load; values are timestamp-ordered, most recent last (read the last value for the current share). Dates optional (defaults to the last 7 days).

Parameters schema

{
  "type": "object",
  "required": [
    "country"
  ],
  "properties": {
    "end": {
      "type": "string",
      "description": "Optional end date, YYYY-MM-DD. Defaults to today."
    },
    "start": {
      "type": "string",
      "description": "Optional start date, YYYY-MM-DD. Defaults to 7 days ago."
    },
    "country": {
      "type": "string",
      "description": "2-letter lowercase country code, e.g. \"de\", \"fr\", or \"all\" for the EU aggregate."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Energy Charts

https://github.com/pipeworx-io/mcp-energy-charts

1/7 registries
View full server →