GridPulse Energy
GridPulse β Electricity Price API
The electricity price API for developers and AI agents. Real-time and historical wholesale electricity prices, carbon intensity, generation mix, gas storage, weather, and analytics for 41+ bidding zones across Europe, Great Britain, the United States, and Australia β plus monthly carbon intensity for 70+ countries worldwide.
π Get an API Key
Basic tier is free β no API key needed for 500 requests/month.
π Get your API key on RapidAPI
Plan | Price | Requests/month | Rate Limit |
Basic | Free | 500 | 1 req/sec |
Pro | $29/mo | 10,000 | 10 req/sec |
Ultra | $99/mo | 60,000 | 25 req/sec |
Mega | $299/mo | 250,000 | 50 req/sec |
π Links
Website: gridpulse.network
Documentation: gridpulse.network/docs
npm (MCP): npmjs.com/package/gridpulse-mcp
Status: stats.uptimerobot.com/J5zSXoBKy5
π€ MCP Support for AI Agents
GridPulse is MCP-native. Connect Claude Desktop, Cursor, VS Code, Claude Code, or any AI agent in seconds.
Quick Start (no API key needed)
npx gridpulse-mcpClaude Desktop
No API key needed for Basic tier:
{
"mcpServers": {
"gridpulse": {
"command": "npx",
"args": ["-y", "gridpulse-mcp"]
}
}
}With API key (get one here):
{
"mcpServers": {
"gridpulse": {
"command": "npx",
"args": ["-y", "gridpulse-mcp"],
"env": {
"GRIDPULSE_API_KEY": "your_key_here"
}
}
}
}Or connect directly via Streamable HTTP:
{
"mcpServers": {
"gridpulse": {
"url": "https://api.gridpulse.network/mcp",
"headers": {
"X-API-Key": "your_key_here"
}
}
}
}Claude Code
claude mcp add gridpulse --command "npx" --args "-y,gridpulse-mcp"Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"gridpulse": {
"command": "npx",
"args": ["-y", "gridpulse-mcp"],
"env": {
"GRIDPULSE_API_KEY": "your_key_here"
}
}
}
}VS Code
Add to .vscode/mcp.json:
{
"servers": {
"gridpulse": {
"type": "stdio",
"command": "npx",
"args": ["-y", "gridpulse-mcp"],
"env": {
"GRIDPULSE_API_KEY": "your_key_here"
}
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"gridpulse": {
"command": "npx",
"args": ["-y", "gridpulse-mcp"],
"env": {
"GRIDPULSE_API_KEY": "your_key_here"
}
}
}
}Ask your AI assistant
"What is the current electricity price in Germany?"
"Which European country has the cheapest electricity right now?"
"Find the cheapest 4-hour window to charge my EV in Norway before 7am"
"Compare the carbon intensity of Germany, France, and Norway"
"What is Germany's gas storage level and what does it mean for prices?"
"Find the greenest grid in Europe to run my batch job tonight"
"What's the GB electricity market doing β is the system long or short?"
"Schedule my workload across DE, FR, and NO β find the cheapest and greenest window before midnight"
Available MCP Tools (16)
Tool | Description | Plan |
| Latest spot price for any zone | Basic |
| Full hourly day-ahead price curve | Basic |
| Real-time carbon intensity (gCOβ/kWh) | Basic |
| 0-100 green score combining renewables and carbon | Basic |
| List all 41+ supported zone codes | Basic |
| Compare prices across up to 10 zones | Basic |
| Compare carbon intensity across up to 10 zones | Basic |
| Compare green scores across up to 10 zones | Basic |
| EU gas storage level and price risk signal | Basic |
| Monthly carbon intensity for 70+ countries | Basic |
| GB day-ahead vs system price spread | Basic |
| Wind, solar, temperature for any zone | Basic |
| Cheapest N contiguous hours before deadline | Pro |
| Historical prices between two dates | Pro |
| Multi-zone ranking by price, carbon, or balanced | Pro |
β‘ Quick Start (REST API)
No API key needed for Basic tier:
# Current electricity price in Germany
curl "https://api.gridpulse.network/v1/prices/current?zone=DE"
# Carbon intensity in Great Britain
curl "https://api.gridpulse.network/v1/carbon/current?zone=GB"
# Compare prices across Europe β ranked cheapest first
curl "https://api.gridpulse.network/v1/compare/prices?zones=DE,FR,NO,SE,DK,AT,NL,BE,ES"
# Gas storage in Germany
curl "https://api.gridpulse.network/v1/fuels/gas-storage?country=DE"
# Carbon intensity for Japan (global coverage)
curl "https://api.gridpulse.network/v1/carbon/global?country=JP"
# GB market β day-ahead vs system price spread
curl "https://api.gridpulse.network/v1/prices/gb-market"
# Green score comparison across regions
curl "https://api.gridpulse.network/v1/compare/green?zones=DE,FR,NO,GB,CAISO"With API key (Pro+):
# Price history
curl "https://api.gridpulse.network/v1/prices/history?zone=DE&from=2025-01-01&to=2025-01-31" \
-H "X-API-Key: your_key_here"
# Generation mix
curl "https://api.gridpulse.network/v1/generation/current?zone=DE" \
-H "X-API-Key: your_key_here"
# Price volatility analytics
curl "https://api.gridpulse.network/v1/analytics/volatility?zone=DE&days=30" \
-H "X-API-Key: your_key_here"π‘ Live Coverage
Region | Zones | Update Frequency |
Europe | DE, AT, FR, NL, BE, ES, NO, SE, DK + 16 more | Every 15-30 min |
Great Britain | GB β day-ahead + system prices + interconnectors + wind forecast | Every 30 min |
United States | CAISO, ERCOT, NYISO, PJM, SPP, MISO, ISONE | Every 5 min |
Australia | AU-NSW, AU-QLD, AU-VIC, AU-SA, AU-TAS | Every 5 min |
Global Carbon | 70+ countries worldwide | Monthly |
π Endpoints (48 total)
π’ Basic β Free
Endpoint | Description |
| Latest spot price for any zone |
| Next 24-48h prices |
| GB day-ahead vs system price spread |
| Compare prices across up to 10 zones |
| Compare carbon intensity across up to 10 zones |
| Compare green scores across up to 10 zones |
| Real-time carbon intensity (gCOβ/kWh) |
| 48h carbon forecast (GB) |
| Monthly carbon for 70+ countries |
| 0-100 cleanliness score |
| EU gas storage levels |
| Historical gas storage |
| LNG terminal data |
| EU-wide gas market summary |
| Henry Hub gas prices |
| EU ETS carbon allowance prices |
| Wind, solar, temperature |
| 48h weather forecast |
| All supported zone codes |
| Database statistics |
| Plan details and limits |
π΅ Pro β $29/month
Everything in Basic, plus:
Endpoint | Description |
| Full price history with date range |
| Cheapest N-hour window finder |
| Consumer retail prices DE/AT |
| Generation mix by fuel type |
| Wind and demand forecast |
| Full Henry Hub history |
| Full EUA carbon price history |
| US retail prices by state |
| Create price/carbon alert |
| List your webhooks |
| Delete a webhook |
π£ Ultra β $99/month
Everything in Pro, plus:
Endpoint | Description |
| Price volatility metrics |
| Historical negative price events |
| Negative price probability score (0-100) |
| Zone price correlation |
| Peak demand patterns |
| Grid stress indicator |
| Optimal low-carbon scheduling windows |
| Winter gas risk score |
| Gas/power price correlation |
| LNG import dependency score |
β« Mega β $299/month
Everything in Ultra, plus:
Endpoint | Description |
| Hydro reservoir analytics for NO, CH, AT, SE, FI |
π§ͺ Testing
# Run all tests
npm test
# Run API endpoint audit (71 tests)
npm run audit --workspace=@gridpulse/api
# Run specific workspace tests
npm test --workspace=@gridpulse/apiπ¦ MCP Package
The apps/mcp-package/ directory contains the standalone npm MCP server published as gridpulse-mcp.
# Run without installing
npx gridpulse-mcp
# Install globally
npm install -g gridpulse-mcp
# With API key
GRIDPULSE_API_KEY=your_key npx gridpulse-mcpPublished at: npmjs.com/package/gridpulse-mcp
πΊοΈ Roadmap
Japan (JEPX) β 9 regional zones + national system price in JPY
Price forecasting β 24-72h XGBoost model for DE, GB, NO
Direct API key registration on gridpulse.network
Python SDK
JavaScript/TypeScript SDK
Expanded US zone coverage
π License
MIT β see LICENSE
π§ Support
Email: devtee000@gmail.com
Website: gridpulse.network
Docs: gridpulse.network/docs
API Status: stats.uptimerobot.com/J5zSXoBKy5
Latest Blog Posts
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/DevTee-dot/grid-pulse'
If you have feedback or need assistance with the MCP directory API, please join our Discord server