mcpbeat Sign in

Ratebook MCP Server

local only

Ratebook runs on your own machine — the client starts it, so there is no endpoint to ping. 50 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.

Installs per day peak 19 · avg 8 · -15% w/w
a month agotoday
50
Installs / week
pypi · ratebook-mcp
1
Stars
0 open issues
2 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/ratebook_mcp/__init__.py:1, [пакет] src/ratebook_mcp/server.py:1, [пакет] src/ratebook_mcp/service.py:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add ratebook -- uvx ratebook-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ratebook": {
      "args": [
        "ratebook-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ratebook]
command = "uvx"
args = ["ratebook-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ratebook": {
      "args": [
        "ratebook-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ratebook": {
      "args": [
        "ratebook-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Ratebook

same job, measured the same way
NDI-MCP-Server
by creintel

Commercial real estate deal search, comp lookup, and scoring for the Northeast US

125 installs/wk local only
SIMcloud
by co-simcloud

South African MCP server for airtime, data, SMS, VAS, electricity, balance, and network lookup.

17 tools answering
Eia MCP Gridsense
by pranavbhosale25

MCP server for US electricity grid data: fuel mix, demand, retail prices, CO2 emissions

46 installs/wk local only
Quelllm MCP
by mgm-falcon

MCP server for quelllm.fr: 190+ open-weights LLM catalog - list, compare, VRAM and cost estimates

local only
Earth-2 Elevation MCP
by gitcookman

Local stdio MCP server for Open-Elevation single, batch, and profile lookups.

33 installs/wk local only
Opentargets
by nickzren

Open Targets MCP server for targets, diseases, drugs, variants, and evidence

110 installs/wk local only
rstream CLI MCP
by rstreamlabs

Local stdio MCP server for rstream setup, tunnels, WebTTY, and remote operations.

local only
Costkits MCP
by costkits

MCP server for CostKits: live healthcare procedure cost estimates and provider pricing.

68 installs/wk local only

Ratebook — questions

Answers built from our own checks of this server.

Why is there no uptime for Ratebook?
Ratebook runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ratebook-mcp was installed 50 times last week.
How do I connect Ratebook?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ratebook-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Ratebook?
The pypi package ratebook-mcp was installed 50 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ratebook open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.