← grid-hub.app

INDIVIDUAL MCP TOOL

get_history

Time series for one metric in one zone over a start/end window (Unix seconds).

grid-hub.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.grid-hub.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_history and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

grid-hub.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.gridhub]
url = "https://api.grid-hub.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gridhub": {
      "type": "http",
      "url": "https://api.grid-hub.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gridhub
Remote MCP URL: https://api.grid-hub.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "gridhub": {
      "url": "https://api.grid-hub.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gridhub": {
      "type": "http",
      "url": "https://api.grid-hub.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gridhub",
  "transport": "streamable-http",
  "url": "https://api.grid-hub.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_zones — List the 25 electricity grid zones GridHub covers, with id, name, data source (EIA, ENTSO-E, NESO, AEMO), timezone, currency, licence and required attribution.
  • get_status — Ingestion health per source and zone: last successful fetch timestamp and last error, if any.
  • get_latest — The most recent value of every metric one zone publishes (price, demand, carbon intensity, generation by fuel, interchange), each with unit and timestamp.
  • get_zone_brief — Composite, interpretation-ready snapshot of one zone: current price / demand / carbon intensity (strictly at-or-before now), each ranked against that zone's own last ~30 days (percentile, vs-median %, min/max, sample count and the actual data window), a 24h trend per metric, the full generation mix, and a one-sentence plain-English summary.
  • get_map_snapshot — Current headline values for all 25 zones in one call — the cheapest way to compare zones (e.