gse_frequency

Pack: georgia-energy · Endpoint: https://gateway.pipeworx.io/georgia-energy/mcp

The Georgian power system’s electrical frequency in hertz, from the JSC Georgian State Electrosystem 1-minute real-time export — nominal 50 Hz, and how far it sits from nominal is a direct read on the balance between generation and demand. Carries the same ACT/SUB/NRE quality flag as the grid export.

Parameters

NameTypeRequiredDescription
max_lookback_slotsintegernoHow many 1-minute slots to walk back looking for the most recent published reading. Default 15.

Example call

Arguments

{}

curl

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

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('gse_frequency', {});

More examples

{
  "max_lookback_slots": 15
}

Connect

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

{
  "mcpServers": {
    "georgia-energy": {
      "url": "https://gateway.pipeworx.io/georgia-energy/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 10, 2026