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
| Name | Type | Required | Description |
|---|---|---|---|
latitude | number | yes | Latitude in degrees |
longitude | number | yes | Longitude in degrees |
peakpower | number | no | Nominal peak power (kWp). Default 1. |
loss | number | no | System losses (%) — default 14 |
mountingplace | string | no | free | building (BIPV). Default free. |
angle | number | no | Tilt angle in degrees from horizontal. Default 35. |
aspect | number | no | Azimuth: 0=south, 90=west, -90=east, 180=north. Default 0. |
pvtechchoice | string | no | crystSi | 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.