
Swiss Electricity Mcp
Hook your build-phase agent into BFE energy dashboard metrics, ElCom electricity tariffs, and public consumption series for Swiss cost or usage features.
Overview
io.github.malkreide/swiss-electricity-mcp is a MCP server for the Build phase that integrates BFE energy dashboard, ElCom tariffs, and public Swiss consumption data for agents.
What is this MCP server?
- BFE energy dashboard data for Swiss federal energy statistics context
- ElCom tariff queries for consumer-facing price comparison logic
- Public electricity consumption datasets for charts and benchmarks
- uvx PyPI stdio server at version 0.2.3
- Energy & Infrastructure registry category aligned with Swiss grid economics features
- Version 0.2.3 PyPI package with stdio transport
- Registry category Energy & Infrastructure
- Three documented capability areas: BFE dashboard, ElCom tariffs, public consumption
What problem does it solve?
Swiss electricity features break when agents guess tariffs and consumption numbers instead of calling BFE and ElCom sources during implementation.
Who is it for?
Indie SaaS or tools focused on Swiss household or SME electricity costs who want MCP-backed tariff and consumption access during active development.
Skip if: Real-time trading desks, non-Swiss markets, or products that need signed utility contracts rather than published ElCom and BFE statistics.
What do I get? / Deliverables
After install, your agent can fetch tariff and consumption facts while you code comparison UIs, APIs, and validation tests against live public data.
- Working agent tools for BFE dashboard, ElCom tariffs, and consumption queries
- Integration stubs and tests grounded in fetched public electricity data
- Local MCP config entry for Swiss electricity endpoints
Recommended MCP Servers
Journey fit
Canonical shelf is Build because tariff and consumption APIs are wired when you implement calculators, alerts, or billing explainers—not when you only brainstorm slogans. Integrations subphase matches ElCom and BFE REST surfaces that your app or agent must call consistently during implementation.
How it compares
ElCom and BFE data MCP connector, not an energy forecasting model skill.
Common Questions / FAQ
Who is io.github.malkreide/swiss-electricity-mcp for?
Solo developers building Swiss electricity cost, usage, or sustainability apps who want agents to read BFE dashboard, ElCom tariff, and consumption APIs through MCP.
When should I use io.github.malkreide/swiss-electricity-mcp?
Use it during build and integration work when you implement tariff math, charts, or alerts that must match official Swiss public electricity datasets.
How do I add io.github.malkreide/swiss-electricity-mcp to my agent?
Add stdio MCP configuration with command uvx and package swiss-electricity-mcp in Claude Code or Cursor, then verify tool calls against a sample postcode or tariff query.