Connect AI agents to energy infrastructure. Dispatch, attest carbon, read meters.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y energyatit-mcp-server
MCP client config
{
"mcpServers": {
"energyatit-mcp-server": {
"command": "npx",
"args": [
"-y",
"energyatit-mcp-server"
]
}
}
}