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

io.github.kasathur/energyatit

NPM · ENERGYATIT-MCP-SERVER · SCANNED SEP 20

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

0 this week 75 Trust /100
Trust breakdown (7 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 → 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
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
Install

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

# add to Claude Code
claude mcp add kasathur-energyatit -- npx -y energyatit-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "kasathur-energyatit": {
      "command": "npx",
      "args": [
        "-y",
        "energyatit-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "kasathur-energyatit": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "kasathur-energyatit": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "energyatit-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add kasathur-energyatit -t stdio -c npx -a -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.

  • 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
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 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 →

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. 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 →

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.

Common questions

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.