How to Use the ISO New England MCP in Cursor
Build energy apps and run grid calculations with live ISO New England market data directly in Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ISO New England MCP to Cursor
Create your Vinkius account to connect ISO New England to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inject live energy prices into your Cursor workspace
The `get_lmp` tool pulls live locational marginal pricing directly into your active coding session. Your agent writes code that handles real-time dollar-per-megawatt-hour values instead of relying on static mock data. If you need to build forecasting models, `get_day_ahead_lmp` lets your editor reference tomorrow's expected prices. This ensures your code works with actual market conditions from day one.
Monitor grid stability via this Cursor MCP Server
The `get_regulation` tool exposes current clearing prices and capacity requirements for grid stabilization. Your agent uses these metrics to write automated dispatch logic. Combine this with `get_reserve` to audit regional operating reserve requirements during peak hours. You get direct access to raw grid stability metrics without leaving your codebase.
Track regional load patterns as you write code
The `get_system_load` tool delivers real-time megawatt consumption data straight to your compiler. Your agent reads this current demand to test how your software responds to grid stress. Analyze historical trends by calling `get_hourly_load` to verify how your application handles seasonal consumption shifts. This puts real-world utility performance directly in your terminal.
Set up ISO New England MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the ISO New England MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent ISO New England transactions." If the MCP tools are loaded correctly, Cursor will call the ISO New England tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"iso-new-england-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by ISO New England. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about ISO New England MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the ISO New England MCP today
We host it, we monitor it, we maintain it. You just paste one token.