← entsoemcp.com

INDIVIDUAL MCP TOOL

get_day_ahead_prices

Day-ahead clearing price (EUR/MWh) for a bidding zone.

entsoemcp.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://entsoemcp.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_day_ahead_prices and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

entsoemcp.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-energy-data]
url = "https://entsoemcp.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-energy-data": {
      "type": "http",
      "url": "https://entsoemcp.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-energy-data
Remote MCP URL: https://entsoemcp.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-energy-data": {
      "url": "https://entsoemcp.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-energy-data": {
      "type": "http",
      "url": "https://entsoemcp.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-energy-data",
  "transport": "streamable-http",
  "url": "https://entsoemcp.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_zones — List registered ENTSO-E bidding zones.
  • list_endpoints — List supported ENTSO-E endpoint families.
  • list_psr_types — List production-type (psr_type) codes.
  • get_series — Generic time-series query for ANY registered series endpoint.
  • get_tb_spread — Top-Bottom (TBx) spread — daily battery-arbitrage benchmark.
  • get_load — Actual or forecast load (MW).
  • get_generation — Aggregated generation (MW) per production type.
  • get_crossborder_flow — Cross-border physical flow (MW) between two adjacent zones.