mcpbeat Sign in

Pvpc MCP Server

local only

Pvpc MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from npm. Last commit 20 May 2026.

Retrieve daily PVPC electricity tariffs for 2.0 TD consumers, published by Red Eléctrica.

Installs per day peak 39 · avg 9 · +170% w/w
a month agotoday
74
Installs / week
npm · @rfdez/pvpc-mcp-server
0
Stars
0 open issues
20 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Pvpc MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 pvpc-mcp-server -- npx -y @rfdez/pvpc-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pvpc-mcp-server": {
      "args": [
        "-y",
        "@rfdez/pvpc-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pvpc-mcp-server]
command = "npx"
args = ["-y", "@rfdez/pvpc-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "pvpc-mcp-server": {
      "args": [
        "-y",
        "@rfdez/pvpc-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pvpc-mcp-server": {
      "args": [
        "-y",
        "@rfdez/pvpc-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Pvpc MCP Server

same job, measured the same way
Swiss Electricity MCP
by malkreide

BFE energy dashboard, ElCom tariffs, public consumption data

100 installs/wk local only
Gridbert
by gridbert

Austrian energy data: 119 electricity tariffs daily, grid fees, subsidies, bill analysis.

answering
Voltcast
by voltcast

European day-ahead electricity prices (43 zones), accuracy-published forecasts, carbon, optimize.

7 tools answering
Ratebook
by cbetz

Open MCP server for US electricity tariffs: real rate lookup, bill estimates, and when to charge.

50 installs/wk local only
Eia MCP Gridsense
by pranavbhosale25

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

46 installs/wk local only
LinkedIn MCP Server
by com-mcp

LinkedIn API as MCP tools to retrieve profile data and publish content. Powered by HAPI MCP.

3 tools answering
Ted Eu
by pipeworx-io

TED MCP — Tenders Electronic Daily (EU public procurement)

37 tools answering
BillTruth
by apollowinner

Real annual cost for every Texas electricity plan, from each retailer's Electricity Facts Label.

4 tools answering

Pvpc MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Pvpc MCP Server?
Pvpc MCP Server 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 npm package @rfdez/pvpc-mcp-server was installed 74 times last week.
How do I connect Pvpc MCP Server?
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 @rfdez/pvpc-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Pvpc MCP Server?
The npm package @rfdez/pvpc-mcp-server was installed 74 times in the last week. Week over week that is +170%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pvpc MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.