Ratebook runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from pypi. Last commit 2 Jul 2026.
Open MCP server for US electricity tariffs: real rate lookup, bill estimates, and when to charge.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ratebook -- uvx ratebook-mcp
{
"mcpServers": {
"ratebook": {
"args": [
"ratebook-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.ratebook]
command = "uvx"
args = ["ratebook-mcp"]
{
"mcpServers": {
"ratebook": {
"args": [
"ratebook-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"ratebook": {
"args": [
"ratebook-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.