# ISO New England MCP for AI Agents AI Agent Connect

> ISO New England MCP gives your AI agent direct access to the New England power grid's real-time and historical data. It pulls everything from system load and fuel mix to locational marginal prices (LMP) and seven-day forecasts. If you're tracking grid stress or market volatility, this is the bridge to the official ISO New England API.

## Overview
- **Category:** the-unthinkable
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_eB5FHwUAEEVZL5boPP0dyhKDJx7ENmnDszZchVL2/ai-agent-connect
- **Tags:** energy-market, grid-monitoring, market-forecasting, utility-data

## Description

Imagine trying to keep track of the New England power grid without constantly tab-switching between different monitoring dashboards and data sheets. You'd be stuck copying load figures here and fuel mix percentages there, always wondering if the data is still current. This Connector changes that by putting the official ISO New England Web Services API directly into your AI client's hands. Instead of manual lookups, you can just ask your agent to tell you what the current system load is in megawatts or what the fuel mix looks like right now. It handles the heavy lifting of fetching locational marginal prices (LMP) and grid reserve requirements so you can focus on the actual analysis. Whether you're trying to anticipate grid stress or plan energy procurement, having this data available in one place makes it much easier to spot trends. It's one of the many specialized tools available on Vinkius that turns raw utility data into something you can actually use for real-time decision-making.

## Tools

### get_regulation
Retrieves regulation requirements and clearing prices for grid stability analysis. Use this to understand grid service rules.

### get_actual_interchange
Retrieves actual interchange data to understand net imports and exports. This shows how electricity moves between regions.

### get_day_ahead_lmp
Pulls day-ahead Locational Marginal Prices for market planning. Use this to anticipate energy costs for the next day.

### get_hourly_lmp
Fetches hourly Locational Marginal Prices for historical price analysis. This is useful when 5-minute granularity is not needed.

### get_lmp
Returns 5-minute Locational Marginal Prices in USD/MWh for tracking volatility. This is the core tool for real-time pricing.

### get_reserve
Pulls reserve requirements and clearing prices to audit grid resilience capacity. This is essential for auditing capacity.

### get_seven_day_forecast
Fetches the seven-day load forecast to help plan energy procurement. Use this to anticipate upcoming grid stress.

### get_system_load
Returns current system load in megawatts for monitoring grid stress. It provides a real-time look at power consumption.

### get_fuel_mix
Retrieves real-time generation fuel mix to analyze environmental impact. It shows the balance of gas, nuclear, and renewables.

### get_hourly_load
Retrieves hourly load data to analyze long-term consumption patterns. Use this for demand forecasting performance.

## Prompt Examples

**Prompt:** 
```
What's the current load on the grid?
```

**Response:** 
```
The current system load for the ISO New England region is **4,250 MW**. 

**Quick Summary:**
* **Status:** Normal operating levels.
* **Trend:** Load has increased by 2% over the last hour.
* **Context:** This is within the expected range for the current time of day.
```

**Prompt:** 
```
Show me the fuel mix.
```

**Response:** 
```
Here is the real-time generation fuel mix for the New England grid:

| Source | Percentage |
| :--- | :--- |
| **Natural Gas** | 45% |
| **Nuclear** | 30% |
| **Renewables** | 15% |
| **Other** | 10% |

Renewable output is currently up by 3% compared to the previous hour.
```

**Prompt:** 
```
What is the latest LMP price?
```

**Response:** 
```
The latest Locational Marginal Price (LMP) for the region is **$42.15 /MWh**. 

**Details:**
* **Interval:** 5-minute granularity
* **Currency:** USD
* **Volatility:** Prices have remained stable over the last three intervals.
```

## Capabilities

### Fetch real-time system load
See current grid demand in megawatts instantly.

### Track fuel mix
Identify the percentage of renewables, gas, and nuclear in the regional mix.

### Get price forecasts
Pull day-ahead LMP to anticipate upcoming energy costs.

### Monitor grid reserves
Check capacity requirements for grid resilience and stability.

### Retrieve interchange data
See electricity imports and exports with neighboring regions.

## Use Cases

### Identifying Grid Stress
An analyst needs to know if the grid is under pressure. They ask their agent to check get_system_load and get_fuel_mix to see current demand and energy sources.

### Anticipating Tomorrow's Costs
A trader wants to know the expected costs for the next day. They use get_day_ahead_lmp to get a clear picture of market pricing.

### Weekly Procurement Planning
A utility planner needs a week's outlook to manage resources. They request a get_seven_day_forecast to see expected load trends.

### Historical Trend Analysis
A researcher wants to see how consumption patterns have shifted over time. They use get_hourly_load to pull data for long-term analysis.

## Benefits

- Stop manual data entry by letting your agent pull system load and fuel mix directly from the source.
- Make faster trading decisions by using get_lmp to track 5-minute price volatility in real-time.
- Improve procurement planning with get_seven_day_forecast to anticipate upcoming grid stress.
- Audit grid resilience more accurately by pulling reserve requirements using get_reserve.
- Analyze regional energy flow by checking actual interchange data with get_actual_interchange.
- Track environmental impact trends by monitoring the real-time generation fuel mix with get_fuel_mix.

## How It Works

The bottom line is you get live power grid data without leaving your chat interface.

1. Connect your AI client to the ISO New England MCP via Vinkius.
2. Provide your API credentials in the Connector configuration.
3. Ask your agent for specific grid data like real-time load or LMP.

## Frequently Asked Questions

**Can I use the ISO New England MCP for real-time grid data?**
Yes. You can get live system load and fuel mix data directly through your AI client to monitor the grid as it happens.

**How does the ISO New England MCP help with energy trading?**
It provides instant access to Locational Marginal Prices (LMP) at various granularities, helping you track volatility and plan trades faster.

**Can the ISO New England MCP show me the fuel mix?**
Yes, it retrieves the real-time generation fuel mix, which helps you see the balance of gas, nuclear, and renewable energy on the grid.

**Does the ISO New England MCP provide load forecasts?**
It can pull a seven-day load forecast, which is useful for planning energy procurement and anticipating future grid stress.

**Can I get LMP prices with the ISO New England MCP?**
Yes, you can retrieve 5-minute, hourly, and day-ahead LMP prices to help with market analysis and cost forecasting.

**Is the ISO New England MCP good for grid stability research?**
It is excellent for this because it can pull regulation requirements and reserve capacity data to help you audit grid resilience.

**How do I get ISO New England API credentials?**
You need to register for an ISO Express account at https://www.iso-ne.com/isoexpress/login. Use your account username and password for API authentication.

**What data is available in real-time?**
The API provides real-time updates for system load, fuel mix, and 5-minute locational marginal prices (LMP).

**Does it support historical data?**
This Connector currently focuses on retrieving the most recent current and daily data available through the Web Services API.