Connect AI agents to energy infrastructure. Dispatch, attest carbon, read meters.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-kasathur-energyatit": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Connect AI agents to energy infrastructure. Dispatch, attest carbon, read meters.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
Enhanced MCP server for GitLab: group projects listing and activity tracking
MCP Server for kubernetes management commands
MCP Security Weekly
Get CVE alerts and security updates for io.github.kasathur/energyatit and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Connect AI agents to energy infrastructure. The first and only energy MCP server.
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 |
npx energyatit-mcp-server
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 mcp add energyatit -- npx -y energyatit-mcp-server
Once connected, ask Claude:
| 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) |
IEC 61850 | DNP3 | Modbus TCP/RTU | OpenADR 2.0b | OCPP 1.6/2.0 | IEEE 2030.5 | ICCP/TASE.2 | REST
MIT
Built by Karthikeyan DS