
Rfdez Pvpc Mcp Server
Pull official Spanish PVPC day-ahead electricity prices into agent workflows for cost apps, alerts, or billing prototypes.
Overview
ai.smithery/rfdez-pvpc-mcp-server is a Build-phase MCP server that retrieves daily Spanish PVPC electricity tariffs for 2.0 TD consumers from Red Eléctrica via Smithery.
What is this MCP server?
- Daily PVPC tariffs for 2.0 TD consumers sourced from Red Eléctrica
- Streamable HTTP MCP endpoint on Smithery with Bearer API key auth
- Open-source server on GitHub (rfdez/pvpc-mcp-server) at schema version 3.2.3
- Useful for Spanish market energy dashboards, automation, and tariff comparison agents
- MCP protocol integration—not a packaged Claude skill; register in your agent’s MCP config
- Server version 3.2.3 per Smithery server.json
- Single streamable-http remote on server.smithery.ai
- Source repository: github.com/rfdez/pvpc-mcp-server
What problem does it solve?
You need current official Spanish PVPC prices inside an AI coding session without maintaining your own Red Eléctrica ingest pipeline.
Who is it for?
Indie builders shipping Spanish energy, IoT, or household-cost tools who want MCP-native tariff access.
Skip if: Teams outside Spain’s PVPC regime or anyone who needs full utility billing, contracts, or non-2.0 TD tariffs only.
What do I get? / Deliverables
Your agent can query daily PVPC tariff data on demand so you can ship integrations, alerts, and analytics grounded in published rates.
- Agent-callable daily PVPC tariff retrieval for 2.0 TD consumers
- Repeatable tariff checks during build and test without custom scrapers
- Documented Smithery remote endpoint wiring in your MCP config
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the primary value is wiring Red Eléctrica tariff data into something you are shipping, not one-off research. Integrations fits an MCP that exposes external tariff APIs to Claude Code, Cursor, or Codex during product build.
How it compares
Official tariff data MCP, not a generic electricity forecasting skill or home-automation UI.
Common Questions / FAQ
Who is ai.smithery/rfdez-pvpc-mcp-server for?
Solo and indie developers building Spanish-market apps or automations that must cite Red Eléctrica PVPC rates for 2.0 TD consumers.
When should I use ai.smithery/rfdez-pvpc-mcp-server?
Use it while building or iterating on agents and services that need daily PVPC lookups during design, coding, or test conversations.
How do I add ai.smithery/rfdez-pvpc-mcp-server to my agent?
Register the Smithery remote MCP URL in your client, set Authorization to Bearer your Smithery API key, and enable the server in Claude Code, Cursor, or another MCP host.