Energy Projects AU Commercial Solar Assessment
Indicative commercial rooftop solar assessments for Australian buildings, from open map data.
Should I use this
Quality & Safety
A
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~726Tokens (tool definitions)
~7.9 KBTypical response size
Moderate attention impact (0.57% of 128k context)
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"commercial-solar-assessment": {
"url": "https://energy-projects.com.au/mcp"
}
}
}Remote endpoints
https://energy-projects.com.au/mcpstreamable-httpWhat it can do
Tool inventory
Tools (1)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢assess_commercial_solar_site(latitude, longitude, state, usableRoofCoverage, electricityRateAudPerKwh)
Estimate mapped roof area, potential solar capacity, annual generation, gross energy value, and indicative Australian incentives for coordinates of a commercial building. Screening only; not engineering, financial, or eligibility advice.
Input Schema
{
"type": "object",
"properties": {
"latitude": {
"type": "number",
"minimum": -55,
"maximum": -9,
"description": "Latitude of an Australian commercial building."
},
"longitude": {
"type": "number",
"minimum": 96,
"maximum": 168,
"description": "Longitude of an Australian commercial building."
},
"state": {
"type": "string",
"enum": [
"ACT",
"NSW",
"NT",
"QLD",
"SA",
"TAS",
"VIC",
"WA"
],
"description": "Australian state or territory. Required only to consider state-specific incentives."
},
"usableRoofCoverage": {
"type": "number",
"minimum": 0.4,
"maximum": 0.8,
"default": 0.65,
"description": "Share of the mapped roof assumed usable for panels."
},
"electricityRateAudPerKwh": {
"type": "number",
"minimum": 0,
"maximum": 2,
"default": 0.3,
"description": "Electricity value used for the gross annual energy-value estimate."
}
},
"required": [
"latitude",
"longitude"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}Output Schema
{
"type": "object",
"properties": {
"assessmentId": {
"type": "string",
"format": "uuid"
},
"generatedAt": {
"type": "string",
"format": "date-time"
},
"status": {
"type": "string",
"enum": [
"assessed",
"no_building_match"
]
},
"confidence": {
"type": "string",
"enum": [
"screening_only"
]
},
"roof": {
"anyOf": [
{
"type": "null"
},
{
"type": "object",
"additionalProperties": false,
"properties": {
"areaM2": {
"type": "number"
},
"source": {
"type": "string",
"const": "Overture Maps"
},
"sourceRelease": {
"type": "string"
}
},
"required": [
"areaM2",
"source",
"sourceRelease"
]
}
]
},
"solar": {
"anyOf": [
{
"type": "null"
},
{
"type": "object",
"additionalProperties": false,
"properties": {
"usableRoofCoverage": {
"type": "number"
},
"potentialSystemKw": {
"type": "number"
},
"annualGenerationKwh": {
"type": "number"
},
"annualGenerationSource": {
"type": "string",
"enum": [
"PVGIS",
"generic_fallback"
]
}
},
"required": [
"usableRoofCoverage",
"potentialSystemKw",
"annualGenerationKwh",
"annualGenerationSource"
]
}
]
},
"value": {
"anyOf": [
{
"type": "null"
},
{
"type": "object",
"additionalProperties": false,
"properties": {
"electricityRateAudPerKwh": {
"type": "number"
},
"grossEnergyValueAudPerYear": {
"type": "number"
}
},
"required": [
"electricityRateAudPerKwh",
"grossEnergyValueAudPerYear"
]
}
]
},
"incentives": {
"type": "object"
},
"assumptions": {
"type": "array",
"items": {
"type": "string"
}
},
"caveats": {
"type": "array",
"items": {
"type": "string"
}
},
"links": {
"type": "object",
"additionalProperties": false,
"properties": {
"interactiveCalculator": {
"type": "string",
"format": "uri"
},
"humanReview": {
"type": "string",
"format": "uri"
},
"methodology": {
"type": "string",
"format": "uri"
}
},
"required": [
"interactiveCalculator",
"humanReview",
"methodology"
]
}
},
"required": [
"assessmentId",
"generatedAt",
"status",
"confidence",
"roof",
"solar",
"value",
"incentives",
"assumptions",
"caveats",
"links"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}Community
Evidence
Recent observations
verifiedversion not recorded1 tools