EnergyAtIt MCP Server
Provides integration with the IEEE 2030.5 standard for smart grid communication, enabling the MCP server to interact with energy assets and management systems that support this protocol.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@EnergyAtIt MCP ServerList my energy sites"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 all energy sites in your tenant |
| List BESS, HVAC, Solar, EV charger assets |
| Send commands to batteries, solar inverters, EV chargers |
| View dispatch command history |
| Generate hash-chained settlement records |
| Verify settlement hash chain integrity |
| Generate IEC 61850, ISO 50001, GHG Scope 2 packages |
| GHG Protocol Scope 2 compliance report |
| Asset reliability scoring |
| Site-level reliability with per-asset breakdown |
| Grid capacity intelligence by region |
| Read energy meters across protocols |
| Create demand response events (shed, shift, shimmy) |
| Execute DR event dispatch |
| Settle DR events with carbon attestation |
| Append to SHA-256 hash-chained carbon ledger |
| Verify carbon hash chain integrity |
| Generate carbon attestation certificates |
| PPA, REC, and carbon offset procurement |
| Run procurement analysis and ranking |
| Check Modbus, OpenADR, BESS, grid price feeds |
| Real-time grid electricity pricing |
| Get a sandbox with simulated energy data |
| Platform health and connectivity check |
Quick Start
Install
npx energyatit-mcp-serverClaude 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-serverTry 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 |
| No | Your API key ( |
| No | JWT token (alternative to API key) |
| No | API base URL (default: |
Supported Protocols
IEC 61850 | DNP3 | Modbus TCP/RTU | OpenADR 2.0b | OCPP 1.6/2.0 | IEEE 2030.5 | ICCP/TASE.2 | REST
Links
Platform: energyatit.com
Developer Portal: energyatit.com/developers
API Docs: energyatit.com/docs
Blog: energyatit.com/blog
Get an API Key
Sign up for the Pioneer program or request access
Create an API key from Settings > API Keys
Or just use the sandbox -- no key needed
License
MIT
Built by Karthikeyan DS
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kasathur/energyatit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server