Ember Climate Connector for AI agents.
11 live capabilities
Access global electricity data and carbon intensity metrics for energy research.
Waiting for input…
Why people use Ember Climate
Ember Climate for Carbon Intensity Analysis
This Connector cuts out the middleman. Your AI agent can query the Ember Climate dataset directly to pull carbon intensity, generation shares, and demand trends in seconds. You go from 'where is the data' to 'what does the data mean' instantly.
What Vinkius changes
You get instant, accurate energy data without the spreadsheet work.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Climate Research Analysis
A researcher wants to know if Brazil's grid is getting cleaner.
- Real-world use case 02
Energy Consulting Reports
An energy consultant wants to compare the energy mix of 5 different countries.
- Real-world use case 03
Sustainability Audits
A sustainability team wants to benchmark a corporate goal against national averages.
Complete set · 11capabilities
The complete Ember Climate capability set.
These are the exact actions your AI can choose when you ask it to work with Ember Climate.
01—04
4 capabilities in this set.
Part of 11 available through Ember Climate.
- 01 Capability
Get carbon intensity yearly
Retrieve yearly emissions intensity to see how clean a grid is over time. This is perfect for tracking long-term decarbonization.
- 02 Capability
Get electricity demand monthly
Pull monthly demand data to find seasonal patterns and peak consumption. This is useful for analyzing electricity consumption trends.
- 03 Capability
Get electricity generation monthly
See monthly energy mix shares for sources like coal, wind, or solar. This is perfect for analyzing renewable intermittency.
- 04 Capability
Get carbon intensity monthly
Get monthly carbon footprint data for specific countries or regions. This helps you analyze seasonal patterns in grid carbon footprint.
05—08
4 capabilities in this set.
Part of 11 available through Ember Climate.
- 05 Capability
Get electricity demand yearly
Get yearly demand stats to compare per-capita energy usage across nations. This is essential for understanding large-scale energy consumption.
- 06 Capability
Get electricity generation yearly
Track yearly generation trends to see how fossil fuels are being phased out. This is essential for analyzing energy transition progress.
- 07 Capability
Get generation multi entity
Compare electricity generation across multiple countries in a single request. This is highly efficient for comparative analysis.
- 08 Capability
Get installed capacity monthly
Track monthly wind and solar capacity growth for infrastructure tracking. This helps you measure clean energy deployment over time.
09—11
3 capabilities in this set.
Part of 11 available through Ember Climate.
- 09 Capability
Get api options
Discover valid country codes, energy sources, and date ranges before you query. This capability helps you find the right filters for your specific request.
- 10 Capability
Get power sector emissions monthly
Get monthly CO2 emission trends for power sectors in specific regions. This enables granular tracking of monthly pollution trends.
- 11 Capability
Get power sector emissions yearly
Track yearly power sector emissions to monitor national decarbonization progress. This is critical for tracking climate policy effectiveness.
Set up in minutes
One URL. Then ask Ember Climate to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Ember Climate from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_te6N3MGDJcrOQhwwFQtl5axa2SdHuL8y3qa7HxRr/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Ember Climate, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Ember Climate for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_te6N3MGDJcrOQhwwFQtl5axa2SdHuL8y3qa7HxRr/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Ember Climate URL.
- Step 03
Save and start
Save the connection and enable Ember Climate in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ember-climate": {
"url": "https://edge.vinkius.com/vk_preview_te6N3MGDJcrOQhwwFQtl5axa2SdHuL8y3qa7HxRr/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Ember Climate
Open Agent mode in chat and ask: "Using Ember Climate, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ember-climate": {
"url": "https://edge.vinkius.com/vk_preview_te6N3MGDJcrOQhwwFQtl5axa2SdHuL8y3qa7HxRr/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Ember Climate
Ask Copilot: "Using Ember Climate, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ember-climate": {
"url": "https://edge.vinkius.com/vk_preview_te6N3MGDJcrOQhwwFQtl5axa2SdHuL8y3qa7HxRr/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Ember Climate
Open Cascade and ask: "Using Ember Climate, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ember-climate": {
"url": "https://edge.vinkius.com/vk_preview_te6N3MGDJcrOQhwwFQtl5axa2SdHuL8y3qa7HxRr/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Ember Climate
Ask Cline: "Using Ember Climate, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ember-climate --transport http "https://edge.vinkius.com/vk_preview_te6N3MGDJcrOQhwwFQtl5axa2SdHuL8y3qa7HxRr/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Ember Climate
Ask Claude: "Using Ember Climate, show me...". 11 tools are ready
Where the request belongs
Work Ember Climate can move forward.
This capability is for energy analysts and climate researchers who are tired of manual data entry and want authoritative global electricity metrics in their prompts.
Climate Researcher
Pulls emissions data for academic papers without building complex data pipelines.
Energy Consultant
Compares generation mixes across different regions for corporate clients.
Sustainability Manager
Benchmarks corporate decarbonization goals against national grid averages.
Policy Journalist
Fact-checks government energy claims with real-time data from over 200 regions.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsElectricityMap
Access real-time and forecasted electricity carbon intensity and power breakdown data for over 200 regions worldwide.
Electricity Maps Carbon Intelligence
Universal energy and carbon intelligence. get real-time electricity mix and carbon data via AI.
DNV Renewables
Access wind and solar resource data, energy yield estimates, and mesoscale climate data via DNV Renewables (ex-EMD) API.
World Bank Climate & Energy
Track CO2 emissions, renewable energy usage, deforestation, and electrification rates using official World Bank data.
Home Energy Emissions Calculator
Calculate CO2 emissions from electricity usage based on regional grid intensity.
NREL Energy Data
Access renewable energy and fuel data via NREL. track fuel stations, solar resources, and utility rates directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Ember Climate connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Ember Climate.
The practical details behind the request, access and result.
Can I use the Ember Climate MCP for data on specific countries?
Yes, it covers over 200 countries and regions, allowing you to pull localized energy data for almost any nation.
Does Ember Climate MCP include renewable energy stats?
Yes, it specifically tracks wind and solar capacity growth, making it easy to monitor clean energy deployment.
Can I compare multiple countries at once with Ember Climate MCP?
Yes, you can query multiple nations simultaneously to get a side-by-side comparison of their energy mixes or demand.
Is there a cost for the Ember Climate API key?
The API key is free to obtain via email signup on the Ember Climate website.
Can I get monthly carbon intensity with Ember Climate MCP?
Yes, you can pull monthly carbon intensity data to track seasonal decarbonization progress and grid pollution trends.
How do I get an Ember Climate API key and how long does it take?
Simply visit the Ember Climate API page, enter your email address, and click to request your key. You'll receive it via email almost instantly. It only takes 30 seconds. no OAuth apps to configure, no developer portals to navigate, no complex setup.
What countries and regions are covered by the Ember electricity dataset?
The dataset covers over 200 countries and geographical regions worldwide, including individual nations, continents (like Europe), and regional aggregates (like OECD, EU-27). You can use the get_api_options capability to discover all available entity codes and country names before querying specific data.
Can I compare electricity generation across multiple countries in a single query?
Yes! Use the get_generation_multi_entity capability and provide comma-separated ISO country codes in the entity_code parameter (e.g., "BRA,DE,US,CHN" for Brazil, Germany, USA, and China). This is highly efficient for comparative energy analysis without making multiple separate API calls.
What energy sources can I filter by when querying electricity generation?
You can filter by all major energy sources including fossil fuels (coal, gas, oil), renewables (wind, solar, hydro, bioenergy, geothermal), nuclear, and storage. Use the series parameter with values like "coal", "wind", "solar", "hydro", "nuclear", "gas". Call get_api_options with filter_name="series" to see the complete list of available energy types for any dataset.
One connection away
Give your agent a direct line to Ember Climate.
Connect Ember Climate once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available