io.github.kasathur/energyatit
NPM · ENERGYATIT-MCP-SERVER · SCANNED AUG 3
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 →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. 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 170 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability38
- 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
- AI-judged instruction clarity (fair).Partial
- 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 Management23
- Stability observed for 7 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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · energyatit-mcp-server
claude mcp add kasathur-energyatit -- npx -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": {
"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.
- 3 Aug 26 +27
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Schema quality: unverified → fair ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 44
First indexed and scored.
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
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.