05 · ask

Ask anything about European power markets.

Most templates — prices, spreads, peak-hour, baseload, generation mix, capture price — run live tool calls against the same Parquet store the MCP server reads from. A few shapes (load, flow, outages, coverage) are still visual previews until they're wired in. Free-form questions route to Claude in a future release.

↳ Live results depend on ENTSO-E publication cadence: day-ahead prices land ~12:45 CET on D-1; actual load and generation T+15 min to T+1 h. Future dates return "not yet available". The same data is available to any MCP client (Claude, Cursor, ChatGPT, Microsoft Copilot, Mistral) — see Connect.

try:
06 · connect

Run this from your agent, not just the browser.

Same data, same tools — called natively by Claude, Cursor, ChatGPT, Microsoft Copilot, or Mistral via MCP. No API key, no sign-up.

connect your agent →
common questions

FAQ

What was the spread between Germany (DE-LU) and France (FR) yesterday?

Call compare_zones(endpoint="day_ahead_price", zones=["DE_LU","FR"], start="yesterday", end="today") via your MCP client, or type the question into the /ask box above. Returns the hourly spread in EUR/MWh.

How do I get the baseload (24h average) day-ahead price for Spain in 2024?

Query get_day_ahead_prices(zone="ES", start="2024-01-01", end="2025-01-01", aggregation="daily") and average the daily series — or call get_derivation(slug="baseload_price") for the precomputed monthly VWAP.

Which European bidding zones are covered?

47 active EU bidding zones across 8 clusters: Central-Western Europe (DE-LU, FR, NL, BE, AT, CH), Iberia (ES, PT), Italy (7 zones), Nordics (DK1, DK2, NO1–NO5, SE1–SE4, FI), Baltics (EE, LV, LT), British Isles (GB, IE), and South-East Europe (RO, BG, GR, HU, SI, HR, RS, ME, MK, BA, AL).

What ENTSO-E endpoints does entsoe-mcp expose?

14 endpoint families: day-ahead prices, intraday prices, actual load, load forecast, generation per type, generation forecast, wind and solar forecast, cross-border flow, NTC day-ahead, scheduled exchanges, imbalance prices, imbalance volumes, outages, installed capacity.

How do I connect this to Claude, ChatGPT, Perplexity, Microsoft Copilot, or Mistral?

Add https://entsoemcp.com/mcp as a custom MCP server in your client's MCP setting — Settings → Connectors in Claude/ChatGPT/Perplexity, Tools → Add a tool → MCP in Microsoft Copilot Studio, or Intelligence → Connectors → + Add Connector in Mistral Le Chat. No API key or sign-up needed.

How far back does the data go?

Most series start 2015-01-01. Intraday auction prices start 2018-06-01, imbalance prices 2017-01-01, installed capacity 2016-01-01.