{
  "markdown": "# EnergyAtIt MCP Server\n\nConnect AI agents to energy infrastructure. The first and only energy MCP server.\n\n## What it does\n\n30+ tools that let Claude, GPT, or any MCP-compatible AI agent:\n\n| Tool | What it does |\n|------|-------------|\n| `list_sites` | List all energy sites in your tenant |\n| `list_assets` | List BESS, HVAC, Solar, EV charger assets |\n| `dispatch_command` | Send commands to batteries, solar inverters, EV chargers |\n| `dispatch_history` | View dispatch command history |\n| `generate_settlement` | Generate hash-chained settlement records |\n| `verify_settlement` | Verify settlement hash chain integrity |\n| `generate_compliance_package` | Generate IEC 61850, ISO 50001, GHG Scope 2 packages |\n| `generate_scope2_report` | GHG Protocol Scope 2 compliance report |\n| `get_asset_reliability` | Asset reliability scoring |\n| `get_site_reliability` | Site-level reliability with per-asset breakdown |\n| `get_grid_capacity` | Grid capacity intelligence by region |\n| `get_meter_readings` | Read energy meters across protocols |\n| `create_dr_event` | Create demand response events (shed, shift, shimmy) |\n| `dispatch_dr_event` | Execute DR event dispatch |\n| `settle_dr_event` | Settle DR events with carbon attestation |\n| `create_carbon_record` | Append to SHA-256 hash-chained carbon ledger |\n| `verify_carbon_chain` | Verify carbon hash chain integrity |\n| `get_carbon_certificate` | Generate carbon attestation certificates |\n| `create_procurement` | PPA, REC, and carbon offset procurement |\n| `analyze_procurement` | Run procurement analysis and ranking |\n| `get_integration_status` | Check Modbus, OpenADR, BESS, grid price feeds |\n| `get_grid_prices` | Real-time grid electricity pricing |\n| `provision_sandbox` | Get a sandbox with simulated energy data |\n| `health_check` | Platform health and connectivity check |\n\n## Quick Start\n\n### Install\n\n```bash\nnpx energyatit-mcp-server\n```\n\n### Claude Desktop Config\n\nAdd to your Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):\n\n```json\n{\n  \"mcpServers\": {\n    \"energyatit\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"energyatit-mcp-server\"],\n      \"env\": {\n        \"ENERGYATIT_API_KEY\": \"your-key-here\"\n      }\n    }\n  }\n}\n```\n\nNo API key? The sandbox works without one -- try it first.\n\n### Claude Code\n\n```bash\nclaude mcp add energyatit -- npx -y energyatit-mcp-server\n```\n\n### Try it\n\nOnce connected, ask Claude:\n- \"What energy sites do I have?\"\n- \"What's the reliability score for site 1?\"\n- \"Dispatch the battery at 2MW for 30 minutes\"\n- \"Generate a carbon certificate for facility FAC-001\"\n- \"Create a demand response event to shed 500kW\"\n- \"What grid capacity is available in the UAE?\"\n\n## Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `ENERGYATIT_API_KEY` | No | Your API key (`eat_live_xxx` or `eat_test_xxx`) |\n| `ENERGYATIT_TOKEN` | No | JWT token (alternative to API key) |\n| `ENERGYATIT_BASE_URL` | No | API base URL (default: `https://energyatit.com`) |\n\n## Supported Protocols\n\nIEC 61850 | DNP3 | Modbus TCP/RTU | OpenADR 2.0b | OCPP 1.6/2.0 | IEEE 2030.5 | ICCP/TASE.2 | REST\n\n## Links\n\n- Platform: [energyatit.com](https://energyatit.com)\n- Developer Portal: [energyatit.com/developers](https://energyatit.com/developers)\n- API Docs: [energyatit.com/docs](https://energyatit.com/docs)\n- Blog: [energyatit.com/blog](https://energyatit.com/blog)\n\n## Get an API Key\n\n1. Go to [energyatit.com/developers](https://energyatit.com/developers)\n2. Sign up for the Pioneer program or request access\n3. Create an API key from Settings > API Keys\n4. Or just use the sandbox -- no key needed\n\n## License\n\nMIT\n\n---\n\nBuilt by [Karthikeyan DS](mailto:dsk@energyatit.com)\n",
  "bytes": 3753,
  "sha": "fc3372ea12337cf350849df236205b91fec8b45beebe02259b769e94112b0214",
  "repo_slug": "kasathur/energyatit-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_kasathur_energyatit_003c8f46/readme"
}