You're viewing a demo portfolio

Join the waitlist
PRSM

pv_performance

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-pvgis

https://github.com/pipeworx-io/mcp-pvgis

2/7 registries
View full server →
pv_performance — mcp-pvgis — PRSM MCP