Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.kasathur/energyatit

NPM · ENERGYATIT-MCP-SERVER · SCANNED AUG 3

Connect AI agents to energy infrastructure. Dispatch, attest carbon, read meters.

+17 this week 61 Trust /100
Trust breakdown (6 categories)

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
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
Install

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

# add to Claude Code
claude mcp add kasathur-energyatit -- npx -y energyatit-mcp-server
# add to Codex CLI
codex mcp add kasathur-energyatit -- npx -y energyatit-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kasathur-energyatit": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "energyatit-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add kasathur-energyatit --command npx --arg -y --arg energyatit-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  kasathur-energyatit:
    command: "npx"
    args: ["-y", "energyatit-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "kasathur-energyatit": {
      "command": "npx",
      "args": [
        "-y",
        "energyatit-mcp-server"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 34 exposed · ~1,174 tokens

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.

Tool Tokens
analyze_procurement ~26

Run analysis on a procurement request

NameTypeReqDescription
idnumberyesProcurement request ID

No output schema declared.

No examples provided.

create_carbon_record ~72

Create a carbon attestation record in the hash chain

NameTypeReqDescription
facility_idstringyesFacility UUID
grid_zonestringGrid zone
kwhnumberyesEnergy in kWh
meter_idstringyesMeter ID
timestampstringyesISO timestamp

No output schema declared.

No examples provided.

create_dr_event ~80

Create a demand response event

NameTypeReqDescription
duration_minutesnumberDuration in minutes
facility_idstringyesFacility UUID
scheduled_startstringyesStart time (ISO)
signal_typestringyesSignal type: shed, shift, shimmy
target_reduction_kwnumberTarget reduction in kW

No output schema declared.

No examples provided.

create_procurement ~52

Create an energy procurement request

NameTypeReqDescription
regionstringRegion
typestringyesType: ppa, rec, carbon_offset
volume_kwhnumberyesVolume in kWh

No output schema declared.

No examples provided.

dispatch_command ~81

Send a dispatch command to an asset (battery, HVAC, EV charger, etc.)

NameTypeReqDescription
asset_idnumberyesAsset ID
commandstringyesCommand: charge, discharge, reduce, curtail, shed_load, restore
duration_minutesnumberDuration in minutes
target_kwnumberTarget power in kW

No output schema declared.

No examples provided.

dispatch_dr_event ~26

Execute dispatch for a DR event

NameTypeReqDescription
event_idstringyesEvent UUID

No output schema declared.

No examples provided.

dispatch_history ~25

Get dispatch history for an asset

NameTypeReqDescription
asset_idnumberyesAsset ID

No output schema declared.

No examples provided.

generate_compliance_package ~50

Generate a compliance package for a site

NameTypeReqDescription
site_idnumberyesSite ID
standardstringStandard: IEC61850, ISO50001, GHG_Scope2

No output schema declared.

No examples provided.

generate_scope2_report ~56

Generate GHG Scope 2 compliance report

NameTypeReqDescription
facility_idstringyesFacility UUID
methodologystring
period_endstringyesPeriod end
period_startstringyesPeriod start

No output schema declared.

No examples provided.

generate_settlement ~55

Generate a hash-chained settlement for a site

NameTypeReqDescription
period_endstringyesPeriod end (ISO date)
period_startstringyesPeriod start (ISO date)
site_idnumberyesSite ID

No output schema declared.

No examples provided.

get_asset_reliability ~28

Get reliability score for an asset

NameTypeReqDescription
asset_idnumberyesAsset ID

No output schema declared.

No examples provided.

get_carbon_attestation ~29

Get carbon attestation for a site

NameTypeReqDescription
site_idnumberyesSite ID

No output schema declared.

No examples provided.

get_carbon_certificate ~52

Generate a carbon certificate for a facility

NameTypeReqDescription
endstringyesPeriod end (ISO date)
facility_idstringyesFacility UUID
startstringyesPeriod start (ISO date)

No output schema declared.

No examples provided.

get_dr_event ~26

Get details of a DR event

NameTypeReqDescription
event_idstringyesEvent UUID

No output schema declared.

No examples provided.

get_grid_capacity ~36

Get grid capacity for a region

NameTypeReqDescription
regionstringyesRegion code (e.g. AE-DXB, PH-LUZ)

No output schema declared.

No examples provided.

get_grid_prices ~24

Get current grid electricity prices

NameTypeReqDescription
regionstringRegion code

No output schema declared.

No examples provided.

get_grid_trends ~27

Get grid capacity trends for a region

NameTypeReqDescription
regionstringyesRegion 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

NameTypeReqDescription
grid_connection_idnumberyesGrid connection ID

No output schema declared.

No examples provided.

get_procurement_options ~24

Get procurement options

NameTypeReqDescription
idnumberyesProcurement request ID

No output schema declared.

No examples provided.

get_site ~25

Get details of a specific site

NameTypeReqDescription
site_idnumberyesSite ID

No output schema declared.

No examples provided.

get_site_reliability ~28

Get reliability score for a site

NameTypeReqDescription
site_idnumberyesSite 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

NameTypeReqDescription
site_idnumberOptional site ID filter

No output schema declared.

No examples provided.

list_compliance_packages ~27

List compliance packages for a site

NameTypeReqDescription
site_idnumberyesSite ID

No output schema declared.

No examples provided.

list_dr_events ~35

List demand response events

NameTypeReqDescription
facility_idstringFilter by facility
statusstringFilter by status

No output schema declared.

No examples provided.

list_grid_connections ~26

List grid connections for a site

NameTypeReqDescription
site_idnumberyesSite ID

No output schema declared.

No examples provided.

list_settlements ~28

List settlements for a site

NameTypeReqDescription
site_idnumberOptional 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

NameTypeReqDescription
event_idstringyesEvent UUID

No output schema declared.

No examples provided.

verify_carbon_chain ~31

Verify the SHA-256 hash chain for a meter

NameTypeReqDescription
meter_idstringyesMeter ID

No output schema declared.

No examples provided.

verify_settlement ~27

Verify a settlement's hash chain integrity

NameTypeReqDescription
settlement_idnumberyesSettlement ID

No output schema declared.

No examples provided.