io.github.kasathur/energyatit
NPM · ENERGYATIT-MCP-SERVER · SCANNED SEP 20
Connect AI agents to energy infrastructure. Dispatch, attest carbon, read meters.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 218 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability43
- 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1180 tokens (~33/item across 35 items; 34 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
- Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 98% of tool parameters carry a description.Partial
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "dispatch_command" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 35 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.kasathur/energyatit MCP server?
io.github.kasathur/energyatit runs locally as an npm package, launched with npx -y energyatit-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · energyatit-mcp-server
claude mcp add kasathur-energyatit -- npx -y energyatit-mcp-server
{
"mcpServers": {
"kasathur-energyatit": {
"command": "npx",
"args": [
"-y",
"energyatit-mcp-server"
]
}
}
} {
"servers": {
"kasathur-energyatit": {
"command": "npx",
"args": [
"-y",
"energyatit-mcp-server"
]
}
}
} codex mcp add kasathur-energyatit -- npx -y energyatit-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"kasathur-energyatit": {
"type": "local",
"command": [
"npx",
"-y",
"energyatit-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add kasathur-energyatit --command npx --arg -y --arg energyatit-mcp-server
mcp_servers:
kasathur-energyatit:
command: "npx"
args: ["-y", "energyatit-mcp-server"] {
"McpServers": {
"kasathur-energyatit": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"energyatit-mcp-server"
]
}
}
} assistant mcp add kasathur-energyatit -t stdio -c npx -a -y energyatit-mcp-server
{
"mcpServers": {
"kasathur-energyatit": {
"command": "npx",
"args": [
"-y",
"energyatit-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 0
- Security disclosure: unverified → fail ▼ functional
- 19 Sept 26 +1
- Security disclosure: fail → unverified ▼ functional
- 17 Sept 26 −3
- Stability: pass → 0.80 functional
- 16 Sept 26 +1
- Stability: 0.97 → pass security
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 −3
- Stability: pass → 0.80 functional
- 9 Sept 26 +1
- Stability: 0.97 → pass security
- Security disclosure: unverified → fail ▼ functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/energyatit-mcp-server@1.0.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
analyze_procurement ~26
Run analysis on a procurement request
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Procurement request ID |
No output schema declared.
No examples provided.
create_carbon_record ~72
Create a carbon attestation record in the hash chain
| Name | Type | Req | Description |
|---|---|---|---|
| facility_id | string | yes | Facility UUID |
| grid_zone | string | – | Grid zone |
| kwh | number | yes | Energy in kWh |
| meter_id | string | yes | Meter ID |
| timestamp | string | yes | ISO timestamp |
No output schema declared.
No examples provided.
create_dr_event ~80
Create a demand response event
| Name | Type | Req | Description |
|---|---|---|---|
| duration_minutes | number | – | Duration in minutes |
| facility_id | string | yes | Facility UUID |
| scheduled_start | string | yes | Start time (ISO) |
| signal_type | string | yes | Signal type: shed, shift, shimmy |
| target_reduction_kw | number | – | Target reduction in kW |
No output schema declared.
No examples provided.
create_procurement ~52
Create an energy procurement request
| Name | Type | Req | Description |
|---|---|---|---|
| region | string | – | Region |
| type | string | yes | Type: ppa, rec, carbon_offset |
| volume_kwh | number | yes | Volume in kWh |
No output schema declared.
No examples provided.
dispatch_command ~81
Send a dispatch command to an asset (battery, HVAC, EV charger, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| asset_id | number | yes | Asset ID |
| command | string | yes | Command: charge, discharge, reduce, curtail, shed_load, restore |
| duration_minutes | number | – | Duration in minutes |
| target_kw | number | – | Target power in kW |
No output schema declared.
No examples provided.
dispatch_dr_event ~26
Execute dispatch for a DR event
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | Event UUID |
No output schema declared.
No examples provided.
dispatch_history ~25
Get dispatch history for an asset
| Name | Type | Req | Description |
|---|---|---|---|
| asset_id | number | yes | Asset ID |
No output schema declared.
No examples provided.
generate_compliance_package ~50
Generate a compliance package for a site
| Name | Type | Req | Description |
|---|---|---|---|
| site_id | number | yes | Site ID |
| standard | string | – | Standard: IEC61850, ISO50001, GHG_Scope2 |
No output schema declared.
No examples provided.
generate_scope2_report ~56
Generate GHG Scope 2 compliance report
| Name | Type | Req | Description |
|---|---|---|---|
| facility_id | string | yes | Facility UUID |
| methodology | string | – | – |
| period_end | string | yes | Period end |
| period_start | string | yes | Period start |
No output schema declared.
No examples provided.
generate_settlement ~55
Generate a hash-chained settlement for a site
| Name | Type | Req | Description |
|---|---|---|---|
| period_end | string | yes | Period end (ISO date) |
| period_start | string | yes | Period start (ISO date) |
| site_id | number | yes | Site ID |
No output schema declared.
No examples provided.
get_asset_reliability ~28
Get reliability score for an asset
| Name | Type | Req | Description |
|---|---|---|---|
| asset_id | number | yes | Asset ID |
No output schema declared.
No examples provided.
get_carbon_attestation ~29
Get carbon attestation for a site
| Name | Type | Req | Description |
|---|---|---|---|
| site_id | number | yes | Site ID |
No output schema declared.
No examples provided.
get_carbon_certificate ~52
Generate a carbon certificate for a facility
| Name | Type | Req | Description |
|---|---|---|---|
| end | string | yes | Period end (ISO date) |
| facility_id | string | yes | Facility UUID |
| start | string | yes | Period start (ISO date) |
No output schema declared.
No examples provided.
get_dr_event ~26
Get details of a DR event
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | Event UUID |
No output schema declared.
No examples provided.
get_grid_capacity ~36
Get grid capacity for a region
| Name | Type | Req | Description |
|---|---|---|---|
| region | string | yes | Region code (e.g. AE-DXB, PH-LUZ) |
No output schema declared.
No examples provided.
get_grid_prices ~24
Get current grid electricity prices
| Name | Type | Req | Description |
|---|---|---|---|
| region | string | – | Region code |
No output schema declared.
No examples provided.
get_grid_trends ~27
Get grid capacity trends for a region
| Name | Type | Req | Description |
|---|---|---|---|
| region | string | yes | Region code |
No output schema declared.
No examples provided.
get_integration_status ~28
Get status of all integrations (Modbus, OpenADR, BESS, grid prices)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_meter_readings ~30
Get meter readings for a grid connection
| Name | Type | Req | Description |
|---|---|---|---|
| grid_connection_id | number | yes | Grid connection ID |
No output schema declared.
No examples provided.
get_procurement_options ~24
Get procurement options
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Procurement request ID |
No output schema declared.
No examples provided.
get_site ~25
Get details of a specific site
| Name | Type | Req | Description |
|---|---|---|---|
| site_id | number | yes | Site ID |
No output schema declared.
No examples provided.
get_site_reliability ~28
Get reliability score for a site
| Name | Type | Req | Description |
|---|---|---|---|
| site_id | number | yes | Site ID |
No output schema declared.
No examples provided.
health_check ~14
Check platform health and connectivity
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_assets ~28
List assets, optionally filtered by site
| Name | Type | Req | Description |
|---|---|---|---|
| site_id | number | – | Optional site ID filter |
No output schema declared.
No examples provided.
list_compliance_packages ~27
List compliance packages for a site
| Name | Type | Req | Description |
|---|---|---|---|
| site_id | number | yes | Site ID |
No output schema declared.
No examples provided.
list_dr_events ~35
List demand response events
| Name | Type | Req | Description |
|---|---|---|---|
| facility_id | string | – | Filter by facility |
| status | string | – | Filter by status |
No output schema declared.
No examples provided.
list_grid_connections ~26
List grid connections for a site
| Name | Type | Req | Description |
|---|---|---|---|
| site_id | number | yes | Site ID |
No output schema declared.
No examples provided.
list_settlements ~28
List settlements for a site
| Name | Type | Req | Description |
|---|---|---|---|
| site_id | number | – | Optional site ID filter |
No output schema declared.
No examples provided.
list_sites ~16
List all energy sites in your tenant
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
provision_sandbox ~18
Provision a developer sandbox environment with simulated data
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
sandbox_status ~15
Check sandbox environment status and usage
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
settle_dr_event ~29
Settle a DR event with carbon attestation
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | Event UUID |
No output schema declared.
No examples provided.
verify_carbon_chain ~31
Verify the SHA-256 hash chain for a meter
| Name | Type | Req | Description |
|---|---|---|---|
| meter_id | string | yes | Meter ID |
No output schema declared.
No examples provided.
verify_settlement ~27
Verify a settlement's hash chain integrity
| Name | Type | Req | Description |
|---|---|---|---|
| settlement_id | number | yes | Settlement ID |
No output schema declared.
No examples provided.
What is the io.github.kasathur/energyatit MCP server?
io.github.kasathur/energyatit is an MCP server listed in the public MCP registry as io.github.kasathur/energyatit. Connect AI agents to energy infrastructure. Dispatch, attest carbon, read meters. This page covers its npm package (energyatit-mcp-server).
Is the io.github.kasathur/energyatit MCP server safe to use?
io.github.kasathur/energyatit scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.kasathur/energyatit MCP server expose?
io.github.kasathur/energyatit exposes 34 tools: list_sites, get_site, list_assets, list_grid_connections, get_meter_readings, and 29 more. Their descriptions and schemas cost roughly 1,174 tokens of context every time the server is loaded.
Is the io.github.kasathur/energyatit MCP server still maintained?
io.github.kasathur/energyatit is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.kasathur/energyatit MCP server under?
io.github.kasathur/energyatit declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.