Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Elexon BMRS

БесплатноНе проверен

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

GitHubEmbed

Описание

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

Установить Elexon BMRS в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install elexon-bmrs

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

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

Пошаговые гайды: как установить Elexon BMRS

FAQ

Elexon BMRS MCP бесплатный?

Да, Elexon BMRS MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Elexon BMRS?

Нет, Elexon BMRS работает без API-ключей и переменных окружения.

Elexon BMRS — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Elexon BMRS в Claude Desktop, Claude Code или Cursor?

Открой Elexon BMRS на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Elexon BMRS with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development