Energi Data Service
FreeNot checkedRead-only MCP server for Energinet's public Energi Data Service. Enables dataset search, arbitrary dataset queries with filters, and CO2 emissions retrieval for
About
Read-only MCP server for Energinet's public Energi Data Service. Enables dataset search, arbitrary dataset queries with filters, and CO2 emissions retrieval for DK1/DK2 without an API key.
README
Read-only remote MCP server for Energinet's public Energi Data Service.
Tools
search_datasets— search dataset metadata.get_dataset— query any named dataset with dates, columns and filters.get_co2_emissions— retrieve 5-minute CO2 intensity for DK1 or DK2.
No Energinet API key is required.
Run locally
npm install
npm start
The MCP endpoint is http://localhost:3000/mcp.
Deploy
ChatGPT requires a remote HTTPS MCP endpoint. Deploy this repository on a
Node-compatible host such as Render, Railway, Fly.io or Google Cloud Run.
render.yaml and Dockerfile are included.
After deployment, the endpoint is:
https://YOUR-HOST/mcp
Connect in ChatGPT
- Enable Developer mode in ChatGPT under Settings → Apps → Advanced settings. Workspace permissions may require an admin/owner.
- Choose Settings → Apps → Create.
- Enter the deployed HTTPS endpoint ending in
/mcp. - Choose No authentication.
- Select Scan tools, review the three read-only tools, and create the app.
- Start a new conversation and enable the app from the tools menu.
Connect in Claude
Claude Pro or Max
- Open Claude and go to Customize → Connectors.
- Select + → Add custom connector.
- Enter the deployed HTTPS endpoint ending in /mcp.
- Leave OAuth credentials empty because the server uses no authentication.
- Select Add to save the connector.
- Start a new conversation.
- Open the tools or connectors menu and enable the custom connector.
- Ask Claude to use one of the available energy-data tools.
Example:
Fetch the CO₂ forecast and day-ahead electricity prices for DK1 and identify the best time to consume 1,000 kWh.
Claude Team or Enterprise
An Owner or Primary Owner must first add the connector:
- Go to Organization settings → Connectors.
- Select Add.
- Hover over Custom and select Web.
- Enter the deployed HTTPS endpoint ending in /mcp.
- Leave the optional OAuth Client ID and Client Secret empty.
- Select Add.
Example requests
- "Find Energinet datasets about electricity prices."
- "Get CO2 intensity for DK1 for the past 24 hours."
- "Get records from DeclarationProduction for DK1 in January 2026."
Operational notes
- The upstream API applies dataset-specific rate limits. Avoid polling faster than the source dataset's update frequency.
- Generic queries are capped at 5,000 records per call.
- The server does not store user data or upstream responses.
Installing Energi Data Service
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Enevoldsen88/energi-data-service-mcpFAQ
Is Energi Data Service MCP free?
Yes, Energi Data Service MCP is free — one-click install via Unyly at no cost.
Does Energi Data Service need an API key?
No, Energi Data Service runs without API keys or environment variables.
Is Energi Data Service hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Energi Data Service in Claude Desktop, Claude Code or Cursor?
Open Energi Data Service on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Energi Data Service with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
