neso_search_datasets

Pack: neso · Endpoint: https://gateway.pipeworx.io/neso/mcp

Search NESO (National Energy System Operator, ex National Grid ESO) open data for UK electricity grid datasets — GB power demand forecasts, wind generation forecasts, carbon intensity, balancing costs, historic demand, energy system data. Returns dataset slug/id, title, summary, and resource count. Example: neso_search_datasets({ query: “wind forecast” })

Parameters

NameTypeRequiredDescription
querystringnoKeyword(s), e.g. “demand forecast”, “wind”, “carbon intensity”. Blank lists all datasets.
limitnumbernoMax datasets to return, 1-50 (default 10).

Example call

curl -X POST https://gateway.pipeworx.io/neso/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"neso_search_datasets","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 16, 2026