energy-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENERGY_MCP_DB | No | Path to an alternative SQLite database file. If not set, the server uses the bundled data file. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_regionsA | List the balancing authorities available, with row counts and the date range of demand data for each. Call this first to see what you can query. |
| query_demandA | Return hourly electricity demand (MWh) for one region over a date range. |
| daily_demandA | Return daily demand statistics (average, peak, minimum MWh) for one region over a date range. Use this instead of query_demand for ranges longer than a few days. |
| peak_demandA | Find the single highest-demand hour for one region over a date range, returning the timestamp and the demand in MWh. |
| compare_regionsA | Compare average and peak demand across regions over the same date range. Useful for questions like "which grid was busiest last summer?". |
| demand_vs_weatherA | Join daily average demand against daily temperature for a region, using the NOAA weather station nearest that region's main load zone. Reveals the demand-temperature relationship (heating and cooling load). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_demand | A starter prompt for analyzing a region's demand using these tools. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| schema_resource | Human-readable description of the tables behind these tools. |
| coverage_resource | What data is actually loaded right now (regions, row counts, date range). |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/visethchapman/energy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server