Connects Claude to Great Britain's electricity grid and market data through Elexon's BMRS (Balancing Mechanism Reporting Service). Part of the Pipeworx gateway ecosystem, which offers a streamable HTTP transport and an ask_pipeworx interface that lets you query grid data in plain English instead of calling tools directly. The repo doesn't list specific tools, but Elexon BMRS typically provides real-time generation data, demand forecasts, system prices, and balancing mechanism updates. Useful if you're building energy market analysis, grid monitoring dashboards, or need to answer questions about UK power generation and pricing. You can connect to just the Elexon endpoint or use the full Pipeworx gateway for access to 790+ other data sources.
Elexon BMRS Insights MCP — Great Britain electricity grid & market data.
Part of Pipeworx — an MCP gateway connecting AI agents to 790+ live data sources.
| Tool | Description |
|---|
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 790+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
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.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json