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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Keyword(s), e.g. “demand forecast”, “wind”, “carbon intensity”. Blank lists all datasets. |
limit | number | no | Max 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.