Nord Pool Connector for AI agents.
10 live capabilities
Get real-time European electricity market data and price forecasts.
Waiting for input…
Why people use Nord Pool
Nord Pool for Real-Time European Electricity Market Analysis
With this Connector, you just ask your agent for the day-ahead prices for specific zones. It pulls the 15-minute data, summarizes the peak, and tells you the spread instantly. You get the answer in seconds instead of minutes of manual data entry.
What Vinkius changes
You get real-time European energy market data in your chat without the spreadsheet headache.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Price Spread Analysis
A trader asks for the price difference between Norway zone NO1 and Sweden zone SE3 to see if the current spread is worth taking.
- Real-world use case 02
Capacity Planning
A grid operator checks get_transmission_capacities between DK1 and DE-LU to see if the interconnector can handle a new load spike.
- Real-world use case 03
Historical Modeling
A researcher pulls get_yearly_volumes for five years to see how consumption patterns shifted after a major regional policy change.
Complete set · 10capabilities
The complete Nord Pool capability set.
These are the exact actions your AI can choose when you ask it to work with Nord Pool.
01—04
4 capabilities in this set.
Part of 10 available through Nord Pool.
- 01 Capability
Get transmission capacities
Check the maximum commercial power transfer capacity between two zones. This shows the limits of the interconnected grid.
- 02 Capability
Get consumption forecasts
Pull expected electricity load for a delivery area to help with production planning. It provides essential data for grid balancing.
- 03 Capability
Get day ahead prices
Retrieve 15-minute clearing prices for European bidding zones in your preferred currency. This is the primary data for most traders.
- 04 Capability
Get flow based constraints
Get the allowable power transfer limits for the Core and Nordic market coupling regions. This is vital for understanding regional limits.
05—07
3 capabilities in this set.
Part of 10 available through Nord Pool.
- 05 Capability
Get scheduled physical flows
Track planned physical cross-border transfers, including commercial and loop flows. It shows how power actually moves between regions.
- 06 Capability
Get user subscriptions
Check which data products your current API credentials are allowed to access. Use this to verify your permissions before querying.
- 07 Capability
Get yearly prices
Pull aggregated auction prices for a delivery area to analyze long-term trends. This is great for year-over-year comparisons.
08—10
3 capabilities in this set.
Part of 10 available through Nord Pool.
- 08 Capability
Get yearly volumes
Get annual energy consumption and trading patterns for a specific bidding zone. Use this to analyze historical annual patterns.
- 09 Capability
Get auction volumes
Get the total cleared energy quantity per Market Time Unit for specific bidding zones. This helps you understand market liquidity.
- 10 Capability
Get auction flows
See the scheduled energy exchange between two specific delivery areas. This reflects the day-ahead market coupling process.
Set up in minutes
One URL. Then ask Nord Pool to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Nord Pool from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_NzIfKv3pn6Gr6hxrOE7WElpuDi5MBQeatQ8BDlt0/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Nord Pool, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Nord Pool for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_NzIfKv3pn6Gr6hxrOE7WElpuDi5MBQeatQ8BDlt0/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Nord Pool URL.
- Step 03
Save and start
Save the connection and enable Nord Pool in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"nord-pool": {
"url": "https://edge.vinkius.com/vk_preview_NzIfKv3pn6Gr6hxrOE7WElpuDi5MBQeatQ8BDlt0/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Nord Pool
Open Agent mode in chat and ask: "Using Nord Pool, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"nord-pool": {
"url": "https://edge.vinkius.com/vk_preview_NzIfKv3pn6Gr6hxrOE7WElpuDi5MBQeatQ8BDlt0/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Nord Pool
Ask Copilot: "Using Nord Pool, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"nord-pool": {
"url": "https://edge.vinkius.com/vk_preview_NzIfKv3pn6Gr6hxrOE7WElpuDi5MBQeatQ8BDlt0/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Nord Pool
Open Cascade and ask: "Using Nord Pool, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"nord-pool": {
"url": "https://edge.vinkius.com/vk_preview_NzIfKv3pn6Gr6hxrOE7WElpuDi5MBQeatQ8BDlt0/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Nord Pool
Ask Cline: "Using Nord Pool, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add nord-pool --transport http "https://edge.vinkius.com/vk_preview_NzIfKv3pn6Gr6hxrOE7WElpuDi5MBQeatQ8BDlt0/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Nord Pool
Ask Claude: "Using Nord Pool, show me...". 10 tools are ready
Where the request belongs
Work Nord Pool can move forward.
This is for energy professionals who live in the data but hate the manual entry. It is for the trader who needs to see a spread between zones instantly or the analyst who is tired of copy-pasting historical auction volumes.
Energy Trader
Pulls day-ahead prices and cross-border capacity to adjust intraday positions on the fly.
Portfolio Manager
Compares yearly price trends across multiple bidding zones to spot long-term shifts.
Grid Operator
Accesses consumption forecasts and transmission limits to plan for peak demand.
Market Researcher
Automates the extraction of historical auction data to build new forecasting models.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsENTSO-E
Access European electricity market data via ENTSO-E. track generation, load, prices, crossborder flows, and outages across European bidding zones from any AI agent.
Corrently Energy
Access German energy market data. GrünstromIndex, CO₂ forecasts, solar predictions, electricity prices, and optimized scheduling for smart energy consumption.
ISO New England
Access real-time and historical energy market data via ISO New England API.
Awattar
Access real-time electricity prices from aWATTar. retrieve EPEX Spot market data and optimized YAML stats for home automation directly from your AI agent.
Flux Markets
Access energy market data, live pricing, and proprietary trade insights from Flux Markets.
AEMO Australian Energy
Access Australian electricity market data. spot prices, demand, generation by fuel type, emissions, and renewable energy proportions via OpenElectricity API.
Bring your own AI
Change the model, client or framework. Keep Nord Pool connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Nord Pool.
The practical details behind the request, access and result.
Can the Nord Pool MCP give me 15-minute price data?
Yes, it retrieves day-ahead auction prices in 15-minute Market Time Units. This allows you to see price fluctuations throughout the day rather than just a single daily average.
Does Nord Pool MCP work for all European countries?
It covers 16 countries, including Norway, Sweden, Denmark, Finland, and the Baltic states. You can query any of the standard bidding zones within these regions.
How do I check if my account has access to auction volumes?
You can simply ask your agent to list your active API data subscriptions. It will check your credentials and tell you exactly which products, like auction volumes or forecasts, are available to you.
Can I use Nord Pool MCP to see grid load forecasts?
Yes, it pulls consumption forecasts for specific delivery areas. This is useful for production planning and helping to understand grid balancing needs.
Can I see how much power is moving between regions?
Yes, the Connector can track scheduled physical power transfers and auction flows between different zones, helping you understand how power moves across borders.
What bidding zones does the Nord Pool MCP support?
It supports standard European bidding zone codes such as NO1, NO2, SE1, SE2, SE3, SE4, DK1, DK2, FI, EE, LV, LT, DE-LU, AT, FR, NL, BE, and PL.
How do I get started with Nord Pool market data?
Subscribe, enter your API credentials (Client ID and Client Secret from the Nord Pool Developer Portal at developers.nordpoolgroup.com), and you are ready. Your AI agent can immediately start pulling day-ahead prices, auction volumes, and consumption forecasts across all 16 European markets. No code, no SDK, no webhooks. just connect and start analyzing electricity data through your AI agent. It takes exactly 30 seconds. no complex OAuth apps, no manual logging, and no approval processes required. Your token is encrypted at rest and injected securely at runtime.
Can my AI agent compare electricity prices across multiple European bidding zones in a single request?
Absolutely. Pass multiple bidding zone codes (like NO1,SE3,DK1,DE-LU) separated by commas, and your agent returns the full day-ahead price curve for each zone side by side. You can filter by specific delivery dates and currencies. perfect for spotting price spreads, identifying arbitrage opportunities, and benchmarking regional tariffs without opening a single spreadsheet.
What happens when I need to analyze cross-border transmission capacity or energy flows between countries?
Simply tell your AI agent the source and destination bidding zones (e.g. NO1 to SE3, or DK1 to DE-LU). It will pull Available Transmission Capacities (ATC), commercial auction flows, and scheduled physical power transfers for the specified interconnection. all in a single conversation. No need to navigate the data portal, download CSVs, or run custom scripts. Your agent handles the complete cross-border analysis workflow end to end.
Can I use this for long-term analysis and portfolio management across multiple markets?
Yes. Beyond real-time day-ahead data, the server provides yearly aggregated price and volume capabilities that let you compare entire years of clearing prices side by side for any delivery area. Combined with consumption forecast capabilities, your AI agent can build a comprehensive market overview spanning 16 European countries. ideal for energy portfolio managers, utility analysts, and research teams tracking price volatility, seasonal patterns, and demand-supply fundamentals.
One connection away
Give your agent a direct line to Nord Pool.
Connect Nord Pool once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available