Energy Grid MCP Server
Provides real-time electricity grid data including CO2 intensity, power mix, and wholesale prices, plus optimal green time windows for energy-intensive AI tasks. Supports UK, Germany, and global regions with optional API keys.
README
Energy Grid MCP Server
MCP-Server für Stromnetz-Daten — CO2-Intensität, Strommix, Preise und optimale Zeitfenster für energieintensive KI-Tasks.
Features
- CO2-Intensität — Echtzeit-Gramm CO2 pro kWh (UK kostenlos ohne Key, global mit Electricity Maps Key)
- Grüne Zeitfenster — Findet die nächsten 48h mit niedrigster CO2-Intensität für GPU-Jobs
- Strommix — Anteil Wind, Solar, Atom, Gas, Kohle in Echtzeit
- Strompreise — Großhandelspreise Deutschland (SMARD, kein Key) + EU Day-Ahead (ENTSO-E, optionaler Key)
- 48h Prognose — CO2-Intensitäts-Vorhersage für smarte Task-Planung
Installation
pip install energy-grid-mcp-server
Oder mit uvx (kein Install nötig):
uvx energy-grid-server
Claude Desktop Konfiguration
{
"mcpServers": {
"energy-grid": {
"command": "uvx",
"args": ["energy-grid-server"],
"env": {
"ELECTRICITY_MAPS_TOKEN": "optional",
"ENTSOE_TOKEN": "optional"
}
}
}
}
Tools
| Tool | Beschreibung | Key nötig? |
|---|---|---|
get_uk_carbon_intensity |
CO2-Intensität UK (national + regional) | Nein |
get_carbon_intensity_forecast |
48h CO2-Prognose UK | Nein |
find_greenest_time_window |
Bestes Zeitfenster für AI-Tasks | Nein |
get_uk_power_mix |
Strommix UK (Wind, Solar, etc.) | Nein |
get_renewable_percentage_uk |
Erneuerbaren-Anteil UK | Nein |
get_germany_wholesale_price |
Großhandelspreis DE (SMARD) | Nein |
get_global_carbon_intensity |
CO2-Intensität weltweit | Electricity Maps |
get_global_power_mix |
Strommix weltweit | Electricity Maps |
get_eu_day_ahead_prices |
Day-Ahead Preise EU | ENTSO-E |
API-Keys (alle optional)
- Electricity Maps (global CO2): api-portal.electricitymaps.com — 100k Calls/Monat kostenlos
- ENTSO-E (EU-Preise): transparency.entsoe.eu — kostenlos nach Registrierung
UK-Daten und deutsche Großhandelspreise funktionieren ohne API-Keys.
Anwendungsfälle
"Wann ist der beste Zeitpunkt heute für mein GPU-Training? CO2 soll minimal sein."
"Wie hoch ist der aktuelle Anteil erneuerbarer Energien im UK-Stromnetz?"
"Gib mir den aktuellen Großhandelsstrompreis in Deutschland."
"Erstelle einen Plan für meinen Batch-Job in den nächsten 48h mit niedrigstem CO2-Ausstoß."
Datenquellen
- Carbon Intensity UK API — National Grid ESO (kostenlos)
- Electricity Maps — Globale Echtzeit-CO2-Daten
- SMARD — Bundesnetzagentur Strommarkt-Daten
- ENTSO-E — Europäische Übertragungsnetzbetreiber
More MCP Servers by AiAgentKarl
| Category | Servers |
|---|---|
| 🔗 Blockchain | Solana |
| 🌍 Data | Weather · Germany · Agriculture · Space · Aviation · EU Companies |
| 🔒 Security | Cybersecurity · Policy Gateway · Audit Trail |
| 🤖 Agent Infra | Memory · Directory · Hub · Reputation |
| 🔬 Research | Academic · LLM Benchmark · Legal |
License
MIT — AiAgentKarl
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.