Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Elexon BMRS

FreeNot checked

Retrieve Great Britain electricity grid generation and market data from the Elexon Balancing Mechanism Reporting System.

GitHubEmbed

About

Retrieve Great Britain electricity grid generation and market data from the Elexon Balancing Mechanism Reporting System.

README

Elexon BMRS Insights MCP — Great Britain electricity grid & market data.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool Description
generation_by_fuel Great Britain half-hourly electricity generation by fuel type (Elexon BMRS FUELHH dataset). Returns MW generated per fuel (CCGT/gas, COAL, NUCLEAR, WIND, BIOMASS, NPSHYD hydro, PS pumped-storage, OCGT, OIL, and interconnector flows INTFR/INTIRL/etc) for each half-hour settlement period. Keyless. 48 settlement periods per day.
system_demand Great Britain half-hourly electricity system demand outturn in MW (Elexon BMRS ITSDO dataset) over a required ISO-datetime window; returns one row per settlement period with settlementDate, settlementPeriod, and demand fields.
query_dataset Generic escape hatch for any Elexon BMRS Insights dataset (e.g. MID market index/day-ahead prices, DGWS actual wind/solar generation, FUELHH generation by fuel). Pass a dataset code and a datetime window; pick the date parameter style with date_param. Keyless. Returns the raw records.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "elexon": {
      "url": "https://gateway.pipeworx.io/elexon/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Elexon data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-elexon

Install Elexon BMRS in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install elexon-bmrs

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add elexon-bmrs -- npx -y @pipeworx/mcp-elexon

Step-by-step: how to install Elexon BMRS

FAQ

Is Elexon BMRS MCP free?

Yes, Elexon BMRS MCP is free — one-click install via Unyly at no cost.

Does Elexon BMRS need an API key?

No, Elexon BMRS runs without API keys or environment variables.

Is Elexon BMRS hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Elexon BMRS in Claude Desktop, Claude Code or Cursor?

Open Elexon BMRS on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Elexon BMRS with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs