npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

energyatit-mcp-server

v1.0.0

Published

MCP server for energy infrastructure — dispatch batteries, verify carbon, read grid meters across 8 protocols

Readme

EnergyAtIt MCP Server

Connect AI agents to energy infrastructure. The first and only energy MCP server.

What it does

30+ tools that let Claude, GPT, or any MCP-compatible AI agent:

| Tool | What it does | |------|-------------| | list_sites | List all energy sites in your tenant | | list_assets | List BESS, HVAC, Solar, EV charger assets | | dispatch_command | Send commands to batteries, solar inverters, EV chargers | | dispatch_history | View dispatch command history | | generate_settlement | Generate hash-chained settlement records | | verify_settlement | Verify settlement hash chain integrity | | generate_compliance_package | Generate IEC 61850, ISO 50001, GHG Scope 2 packages | | generate_scope2_report | GHG Protocol Scope 2 compliance report | | get_asset_reliability | Asset reliability scoring | | get_site_reliability | Site-level reliability with per-asset breakdown | | get_grid_capacity | Grid capacity intelligence by region | | get_meter_readings | Read energy meters across protocols | | create_dr_event | Create demand response events (shed, shift, shimmy) | | dispatch_dr_event | Execute DR event dispatch | | settle_dr_event | Settle DR events with carbon attestation | | create_carbon_record | Append to SHA-256 hash-chained carbon ledger | | verify_carbon_chain | Verify carbon hash chain integrity | | get_carbon_certificate | Generate carbon attestation certificates | | create_procurement | PPA, REC, and carbon offset procurement | | analyze_procurement | Run procurement analysis and ranking | | get_integration_status | Check Modbus, OpenADR, BESS, grid price feeds | | get_grid_prices | Real-time grid electricity pricing | | provision_sandbox | Get a sandbox with simulated energy data | | health_check | Platform health and connectivity check |

Quick Start

Install

npx energyatit-mcp-server

Claude Desktop Config

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "energyatit": {
      "command": "npx",
      "args": ["-y", "energyatit-mcp-server"],
      "env": {
        "ENERGYATIT_API_KEY": "your-key-here"
      }
    }
  }
}

No API key? The sandbox works without one -- try it first.

Claude Code

claude mcp add energyatit -- npx -y energyatit-mcp-server

Try it

Once connected, ask Claude:

  • "What energy sites do I have?"
  • "What's the reliability score for site 1?"
  • "Dispatch the battery at 2MW for 30 minutes"
  • "Generate a carbon certificate for facility FAC-001"
  • "Create a demand response event to shed 500kW"
  • "What grid capacity is available in the UAE?"

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | ENERGYATIT_API_KEY | No | Your API key (eat_live_xxx or eat_test_xxx) | | ENERGYATIT_TOKEN | No | JWT token (alternative to API key) | | ENERGYATIT_BASE_URL | No | API base URL (default: https://energyatit.com) |

Supported Protocols

IEC 61850 | DNP3 | Modbus TCP/RTU | OpenADR 2.0b | OCPP 1.6/2.0 | IEEE 2030.5 | ICCP/TASE.2 | REST

Links

Get an API Key

  1. Go to energyatit.com/developers
  2. Sign up for the Pioneer program or request access
  3. Create an API key from Settings > API Keys
  4. Or just use the sandbox -- no key needed

License

MIT


Built by Karthikeyan DS