installed_power

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

Installed generation capacity by production type for a country, as an annual or monthly series. Returns {time:[“2002”,…], production_types:[{name, data}]}; data arrays are aligned to the time array. Capacity in GW.

Parameters

NameTypeRequiredDescription
countrystringyes2-letter lowercase country code, e.g. “de”, “fr”, “es”.
time_stepstringnoGranularity of the capacity series. Default “yearly”.

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":"installed_power","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