- Stroomr Mcp
Stroomr Mcp
Stroomr
AI assistants can recommend the best time to use electricity based on local weather and dynamic energy prices.
Stroomr is a purpose-built MCP server for energy-aware planning. It helps agents answer practical questions like when to run appliances, charge devices, or schedule smart-home tasks by combining live electricity pricing with local weather context.
Best for
- Finding the cheapest hours to consume electricity
- Planning dishwasher, washing machine, dryer, or EV charging sessions
- Comparing today’s and tomorrow’s dynamic energy prices
- Giving smart-home agents better local energy context
- Explaining energy timing recommendations in plain language
Supported clients
- Claude Desktop
- Cursor
- ChatGPT MCP-compatible environments
- Other MCP clients
Safety and scope
Stroomr is read-only. It retrieves weather and energy price information but does not control appliances, change smart-home settings, or make purchases.
Example prompt
“When should I run my washing machine today in Amsterdam?”
The assistant can compare available energy price windows, consider local weather context, and return a clear recommendation.
Server Config
{
"mcpServers": {
"stroomr": {
"command": "node",
"args": [
"c:/Personal/stroomr-mcp/dist/index.js"
],
"cwd": "c:/Personal/stroomr-mcp",
"env": {
"STROOMR_LAT": "52.0059762",
"STROOMR_LON": "4.5938032",
"STROOMR_PRICE_AREA": "NL",
"STROOMR_OUTPUT_FORMAT": "structured"
}
}
}
}Recommend Servers
View Allsummarize chat message
A Serper MCP Server
Playwright MCP server