CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
kasathur avatar

Energyatit

kasathur/energyatit-mcp-server
authSTDIOregistry active
Summary

This connects Claude to energy infrastructure through 30+ tools covering dispatch, metering, and carbon attestation. You can send commands to batteries and EV chargers, pull meter readings across Modbus and DNP3, create demand response events with shed/shift/shimmy modes, and generate hash-chained carbon records with SHA-256 verification. It speaks IEC 61850, OpenADR 2.0b, OCPP, and IEEE 2030.5. Reach for this when you're building energy management workflows that need programmatic control over BESS systems, compliance reporting for GHG Scope 2 or ISO 50001, or settlement verification for distributed energy resources. Ships with a sandbox that works without an API key.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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:

ToolWhat it does
list_sitesList all energy sites in your tenant
list_assetsList BESS, HVAC, Solar, EV charger assets
dispatch_commandSend commands to batteries, solar inverters, EV chargers
dispatch_historyView dispatch command history
generate_settlementGenerate hash-chained settlement records
verify_settlementVerify settlement hash chain integrity
generate_compliance_packageGenerate IEC 61850, ISO 50001, GHG Scope 2 packages
generate_scope2_reportGHG Protocol Scope 2 compliance report
get_asset_reliabilityAsset reliability scoring
get_site_reliabilitySite-level reliability with per-asset breakdown
get_grid_capacityGrid capacity intelligence by region
get_meter_readingsRead energy meters across protocols
create_dr_eventCreate demand response events (shed, shift, shimmy)
dispatch_dr_eventExecute DR event dispatch
settle_dr_eventSettle DR events with carbon attestation
create_carbon_recordAppend to SHA-256 hash-chained carbon ledger
verify_carbon_chainVerify carbon hash chain integrity
get_carbon_certificateGenerate carbon attestation certificates
create_procurementPPA, REC, and carbon offset procurement
analyze_procurementRun procurement analysis and ranking
get_integration_statusCheck Modbus, OpenADR, BESS, grid price feeds
get_grid_pricesReal-time grid electricity pricing
provision_sandboxGet a sandbox with simulated energy data
health_checkPlatform 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

VariableRequiredDescription
ENERGYATIT_API_KEYNoYour API key (eat_live_xxx or eat_test_xxx)
ENERGYATIT_TOKENNoJWT token (alternative to API key)
ENERGYATIT_BASE_URLNoAPI 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

  • Platform: energyatit.com
  • Developer Portal: energyatit.com/developers
  • API Docs: energyatit.com/docs
  • Blog: energyatit.com/blog

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

ENERGYATIT_API_KEYsecret

Your EnergyAtIt API key (get one free at energyatit.com/developers)

Categories
Cloud & Infrastructure
Registryactive
Packageenergyatit-mcp-server
TransportSTDIO
AuthRequired
UpdatedFeb 13, 2026
View on GitHub

Related Cloud & Infrastructure MCP Servers

View all →
kultur-dev avatar
Kultur.dev

io.github.kultur-dev/kultur-dev

Cultural Intelligence Infrastructure for AI Agents — 200+ markets, 15 tones, 8 tools
lazymac2x avatar
A11y Scorer

io.github.lazymac2x/a11y-scorer

Cloudflare Workers MCP server: a11y-scorer
lazymac2x avatar
Agent Loop Detector

io.github.lazymac2x/agent-loop-detector

Cloudflare Workers MCP server: agent-loop-detector
lazymac2x avatar
Agent Memory

io.github.lazymac2x/agent-memory

Cloudflare Workers MCP server: agent-memory
lazymac2x avatar
Agent Trace Auditor

io.github.lazymac2x/agent-trace-auditor

Cloudflare Workers MCP server: agent-trace-auditor
lazymac2x avatar
Agent Workflow Engine

io.github.lazymac2x/agent-workflow-engine

Cloudflare Workers MCP server: agent-workflow-engine