list_products
Pack: octopus-energy · Endpoint: https://gateway.pipeworx.io/octopus-energy/mcp
List Octopus Energy UK energy products (electricity & gas tariff families, e.g. “Agile Octopus”, “Flexible Octopus”). Returns {count, results:[{code, display_name, direction, is_variable, is_green, is_tracker, is_prepay, is_business, term, available_from, available_to}]}. The “code” feeds product_details. Optional filters narrow the list.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
is_variable | boolean | no | Only variable-rate products (prices change over time). |
is_green | boolean | no | Only 100% renewable products. |
is_tracker | boolean | no | Only wholesale-tracker products. |
available_at | string | no | ISO-8601 timestamp; only products available at that moment, e.g. “2026-06-01T00:00Z”. |
Example call
curl -X POST https://gateway.pipeworx.io/octopus-energy/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_products","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"octopus-energy": {
"url": "https://gateway.pipeworx.io/octopus-energy/mcp"
}
}
}
See Getting Started for client-specific install steps.