{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
  "name": "com.voltcast/voltcast",
  "description": "European electricity data for AI agents: day-ahead prices (43 bidding zones, 15-minute native), price forecasts with publicly benchmarked accuracy, wind/solar generation forecasts scored head-to-head against the TSO, carbon intensity + green score, and cheapest-window optimization.",
  "version": "1.0.0",
  "websiteUrl": "https://voltcast.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://voltcast.com/api/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer <api key> — free key at https://voltcast.com/register (no credit card). The list_zones tool works without authentication.",
          "isRequired": false,
          "isSecret": true
        }
      ]
    }
  ]
}
