Loading MCP server directory, please wait...
Live US retail electricity plans, utility price-to-compare rates, ZIP-to-utility lookup. Read-only.
npx @getmcp/cli add com.findenergyrates/electricity-ratesRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer API key. Required on every request; the server answers 401 without it. Keys are issued by email: write to support@findenergyrates.com with a line about what you are building. Free tier, rate-limited per day.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.findenergyrates/electricity-rates": {
"url": "https://findenergyrates.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer {api_key}"
}
}
}
}