ratebook-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ratebook-mcpWhat is the off-peak electricity rate for PG&E?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ratebook
The open rate engine for the electrified home — an openly licensed database of US electricity tariffs, an open-source rate-calculation engine, and an MCP server, so any app, device, or agent can answer "what will this kWh cost me, and when should I charge?"
Status: pre-release. See
docs/ROADMAP.mdfor the plan.
Development
Python 3.12+, uv workspace with three packages:
packages/ratebook (rate engine), packages/ratebook-data (data plant),
packages/ratebook-mcp (MCP server).
uv sync # install all workspace packages + dev tools
uv run pytest # tests
uv run ruff check . # lint
uv run ratebook-data urdb # download URDB bulk CSV → data/raw/, load into data/ratebook.duckdbRelated MCP server: MCP Energy Hub
License
Code is licensed under Apache-2.0. Published datasets are dedicated to the public domain under CC0-1.0. The seed corpus derives from the U.S. Utility Rate Database (CC0).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/cbetz/ratebook'
If you have feedback or need assistance with the MCP directory API, please join our Discord server