Energi Data Service MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Energi Data Service MCPGet CO2 intensity for DK1 for the past 24 hours."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Energi Data Service MCP
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.
Related MCP server: data-bs-mcp
Run locally
npm install
npm startThe 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/mcpConnect 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.
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for fetching Danish electricity spot prices (DK1/DK2) using the free elprisenligenu.dk API, providing tools to get current price, cheapest hours, and price summaries.Last updated4MIT
- Flicense-qualityCmaintenanceMCP server for querying Huwise/Opendatasoft data portals. Enables dataset search, metadata retrieval, record filtering with ODSQL, and data export.Last updated2
- FlicenseAqualityCmaintenanceRead-only MCP server for querying solar generation, consumption, and DER telemetry from SolarNetwork via the SolarQuery API. Zero-config against a public demo node.Last updated5
- Alicense-qualityCmaintenanceMCP server for querying ENTSO-E Transparency Platform data including actual load, generation per type, cross-border flows, and installed capacity.Last updated4MIT
Related MCP Connectors
Energi Data Service (Energinet) MCP — Denmark's official open energy data.
Browse and query the EIA API v2 — electricity, petroleum, natural gas, coal, forecasts via MCP.
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Enevoldsen88/energi-data-service-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server