pv_performance
ActiveTool of mcp-pvgis
declared in 0.1.0
Model annual + monthly PV system output. Returns kWh/year estimates and monthly breakdowns.
Parameters schema
{
"type": "object",
"examples": [
{
"loss": 14,
"angle": 35,
"aspect": 0,
"latitude": 40.7128,
"longitude": -74.006,
"peakpower": 5,
"pvtechchoice": "crystSi"
},
{
"latitude": 51.5074,
"longitude": -0.1278,
"peakpower": 10,
"mountingplace": "building"
}
],
"required": [
"latitude",
"longitude"
],
"properties": {
"loss": {
"type": "number",
"description": "System losses (%) — default 14"
},
"angle": {
"type": "number",
"description": "Tilt angle in degrees from horizontal. Default 35."
},
"aspect": {
"type": "number",
"description": "Azimuth: 0=south, 90=west, -90=east, 180=north. Default 0."
},
"latitude": {
"type": "number",
"description": "Latitude in degrees"
},
"longitude": {
"type": "number",
"description": "Longitude in degrees"
},
"peakpower": {
"type": "number",
"description": "Nominal peak power (kWp). Default 1."
},
"pvtechchoice": {
"type": "string",
"description": "crystSi | CIS | CdTe | Unknown. Default crystSi."
},
"mountingplace": {
"type": "string",
"description": "free | building (BIPV). Default free."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-pvgis
https://github.com/pipeworx-io/mcp-pvgis
2/7 registries