pv_performance

Pack: pvgis · Endpoint: https://gateway.pipeworx.io/pvgis/mcp

Model annual + monthly PV system output. Returns kWh/year estimates and monthly breakdowns.

Parameters

NameTypeRequiredDescription
latitudenumberyesLatitude in degrees
longitudenumberyesLongitude in degrees
peakpowernumbernoNominal peak power (kWp). Default 1.
lossnumbernoSystem losses (%) — default 14
mountingplacestringnofree | building (BIPV). Default free.
anglenumbernoTilt angle in degrees from horizontal. Default 35.
aspectnumbernoAzimuth: 0=south, 90=west, -90=east, 180=north. Default 0.
pvtechchoicestringnocrystSi | CIS | CdTe | Unknown. Default crystSi.

Example call

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

Connect

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

{
  "mcpServers": {
    "pvgis": {
      "url": "https://gateway.pipeworx.io/pvgis/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026