Electricity Maps
Electricity grid carbon intensity, renewable share, and power mix data
Tools
| Name | Description |
|---|---|
list_zonesList Electricity Maps zones. This endpoint is public in Electricity Maps docs. | List Electricity Maps zones. This endpoint is public in Electricity Maps docs. |
get_latest_carbon_intensityGet the latest carbon intensity in gCO2eq/kWh by zone or geolocation. | Get the latest carbon intensity in gCO2eq/kWh by zone or geolocation. |
get_carbon_intensity_forecastGet forecasted carbon intensity for a zone or geolocation. | Get forecasted carbon intensity for a zone or geolocation. |
get_carbon_intensity_historyGet recent carbon intensity history for the last 24 hours. | Get recent carbon intensity history for the last 24 hours. |
get_latest_electricity_mixGet the latest electricity mix by generation source. | Get the latest electricity mix by generation source. |
get_renewable_percentageGet the latest or forecast renewable electricity percentage. | Get the latest or forecast renewable electricity percentage. |
Triggers
| Name | Description |
|---|---|
carbon_intensity_thresholdTriggers when latest carbon intensity crosses a configured threshold. | Triggers when latest carbon intensity crosses a configured threshold. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('electricity-maps', 'list_zones', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'electricity-maps',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Electricity Maps to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Electricity Maps support?
Electricity Maps supports 6 tools including List Zones, Get Latest Carbon Intensity, Get Carbon Intensity Forecast, Get Carbon Intensity History, Get Latest Electricity Mix, and more.
Can I use Electricity Maps with AI agents?
Yes. Add Electricity Maps to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Electricity Maps be used in stateful agent workflows?
Yes. Agents can combine Electricity Maps tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Electricity Maps use?
Electricity Maps uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Electricity Maps integration cost?
The Electricity Maps integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Electricity Maps support?
Electricity Maps supports 1 triggers including Carbon Intensity Threshold Met.
Connect Electricity Maps in minutes
Get 20,000 free action executions every month. No credit card required.