EirGrid (Ireland Grid) logo

EirGrid (Ireland Grid)

Live

EirGrid all-island Irish grid (ROI + Northern Ireland): live system demand, wind & solar actuals/forecasts, fuel mix, interconnector flows, CO2 intensity, and SNSP.

What is EirGrid (Ireland Grid)?

EirGrid Smart Grid Dashboard — the all-island Irish transmission system operator (Republic of Ireland + Northern Ireland). Public REST/JSON, no credentials. Live 15-minute system demand (MW), wind and solar generation actuals and forecasts (MW), the live fuel mix (gas/coal/renewable/net-import shares), named interconnector flows (EWIC, Moyle, Greenlink), carbon intensity and emissions, and System Non-Synchronous Penetration (SNSP). Region can be all-island, Republic of Ireland (ROI), or Northern Ireland (NI). Joins the power-markets family (caiso/ercot/aemo/entsoe/cammesa).

Available Tools

  • getSystemDemand
    Live all-island/ROI/NI electricity demand (MW), 15-min series + latest point.
  • getWindGeneration
    Live wind generation (MW), 15-min actuals series + latest point.
  • getSolarGeneration
    Live solar generation (MW), 15-min actuals series + latest point.
  • getDemandForecast
    EirGrid demand forecast (MW) for the current/forecast window.
  • getWindForecast
    Wind generation forecast (MW), 15-min series for the day window.
  • getFuelMix
    Live fuel mix as % share (gas/coal/renewable/net-import/other fossil).
  • getInterconnection
    Interconnector flows (MW): EWIC, Moyle, Greenlink + net, per link.
  • getCo2Intensity
    Live carbon intensity (gCO2/kWh) and emissions (tCO2) series + latest.
  • getSnsp
    System Non-Synchronous Penetration (%) — wind+import share of demand.
  • getServiceInfo
    Describe regions, ranges, the area vocabulary, and probe reachability.

Requirements

  • No setup needed
    Toggle on and use — no setup needed.

Quick Setup Guide

Follow these steps to connect your AI agents to this connector

Review the connector card and copy your MCP URL.

Add the endpoint to Claude, ChatGPT, or your MCP client.

Call the eirgrid MCP tool with method=getSystemDemand.

Connect to Your AI Assistant

Choose your AI assistant below for specific setup instructions

Follow these steps to connect EirGrid (Ireland Grid) to Claude:

Step 1: Open Claude Settings

Launch Claude → Click the profile button (bottom left) → Navigate to Settings

Step 2: Access Connectors

Scroll down to the Connectors tab → Navigate to the bottom → Click “Add Custom Connector”

Step 3: Name Your Connector

Enter any name you'd like for this connector

Step 4: Get the Connector URL

Log in to PatchOps → Navigate to the /mcp page → Copy the connector URL you want to use

Step 5: Add the Connector

Paste the URL in the “Remote MCP Server URL” text box → Click Add

Step 6: Start Using

Your connector is now ready to use in Claude

Follow these steps to connect EirGrid (Ireland Grid) to ChatGPT:

Step 1: Enable Developer Mode

Go to Settings → Connectors → Advanced → Enable Developer mode

Step 2: Create New Connector

Go back to Connectors page → Click “Create” (top right)

Step 3: Name Your Connector

Enter any name you'd like for this connector (descriptions are optional)

Step 4: Get the Connector URL

Log in to PatchOps → Navigate to the /mcp page → Copy the connector URL you want to use

Step 5: Add the URL

Paste the URL in the “MCP Server URL” text box

Step 6: Set Authentication

Click the authentication dropdown → Select “No authentication” (PatchOps handles authentication internally)

Step 7: Create the Connector

Click “I understand and want to continue” checkbox → Press Create

Step 8: Using the Connector

Start a new chat → Click the + button (left of text box) → Open dropdown → Hover over three dots labeled “More” → Select your connector

Instructions for connecting EirGrid (Ireland Grid) to GitHub Copilot:

Coming Soon

Detailed setup instructions for GitHub Copilot will be added here.

For other MCP-compatible platforms:

Step 1: Get the Connector URL

Log in to PatchOps → Navigate to the /mcp page → Copy the connector URL you want to use

Step 2: Add to Configuration

Add this configuration to your MCP settings file. Replace the URL with your specific connector URL from the /mcp page:

"EirGrid (Ireland Grid)-MCP": {
  "url": "https://patchops.ai/api/mcp/...",
  "type": "http"
}

Example Configuration

Here’s an example using PatchOps MCP:

"PatchOps-MCP": {
  "url": "https://patchops.ai/api/mcp/...",
  "type": "http"
}