renewable_share

Pack: energy-charts · Endpoint: https://gateway.pipeworx.io/energy-charts/mcp

Renewable share of electricity load for a country over a date range. Returns a list of series [{name, data, …}] where each data point is a percentage; values are timestamp-ordered. Percent of load.

Parameters

NameTypeRequiredDescription
countrystringyes2-letter lowercase country code, e.g. “de”, “fr”, or “all” for the EU aggregate.
startstringyesStart date, YYYY-MM-DD.
endstringyesEnd date, YYYY-MM-DD.

Example call

curl -X POST https://gateway.pipeworx.io/energy-charts/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"renewable_share","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "energy-charts": {
      "url": "https://gateway.pipeworx.io/energy-charts/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 2, 2026