Ember Climate MCP Server for Claude Code 11 tools — connect in under 2 minutes
Claude Code is Anthropic's agentic CLI for terminal-first development. Add Ember Climate as an MCP server in one command and Claude Code will discover every tool at runtime — ideal for automation pipelines, CI/CD integration, and headless workflows via the Vinkius.
ASK AI ABOUT THIS MCP SERVER
Vinkius supports streamable HTTP and SSE.
Vinkius Desktop App
The modern way to manage MCP Servers — no config files, no terminal commands. Install Ember Climate and 2,500+ MCP Servers from a single visual interface.




# Your Vinkius token — get it at cloud.vinkius.com
claude mcp add ember-climate --transport http "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Ember Climate MCP Server
Connect your AI agents to Ember Climate's open electricity dataset and gain instant access to global energy intelligence covering over 200 countries and regions.
Claude Code registers Ember Climate as an MCP server in a single terminal command. Once connected, Claude Code discovers all 11 tools at runtime and can call them headlessly — ideal for CI/CD pipelines, cron jobs, and automated workflows where Ember Climate data drives decisions without human intervention.
What you can do
- Carbon Intensity Analysis — Track yearly and monthly carbon footprint (gCO2/kWh) of electricity grids worldwide
- Generation by Source — Break down electricity production by energy type: coal, gas, nuclear, wind, solar, hydro, and more
- Demand Trends — Analyze electricity consumption patterns in TWh with per-capita metrics across nations
- Power Sector Emissions — Monitor CO2 emissions from the power sector in megatonnes and percentage shares
- Renewable Capacity Tracking — Follow monthly wind and solar capacity installations in GW to measure clean energy deployment
- Multi-Country Comparison — Query multiple nations simultaneously using comma-separated country codes for comparative analysis
- Filter Discovery — Explore available entities, energy sources, and date ranges dynamically before making targeted queries
The Ember Climate MCP Server exposes 11 tools through the Vinkius. Connect it to Claude Code in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
How to Connect Ember Climate to Claude Code via MCP
Follow these steps to integrate the Ember Climate MCP Server with Claude Code.
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
Add the MCP Server
Run the command above in your terminal
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
Start using Ember Climate
Ask Claude: "Using Ember Climate, show me..." — 11 tools are ready
Why Use Claude Code with the Ember Climate MCP Server
Claude Code provides unique advantages when paired with Ember Climate through the Model Context Protocol.
Single-command setup: `claude mcp add` registers the server instantly — no config files to edit or applications to restart
Terminal-native workflow means MCP tools integrate seamlessly into shell scripts, CI/CD pipelines, and automated DevOps tasks
Claude Code runs headlessly, enabling unattended batch processing using Ember Climate tools in cron jobs or deployment scripts
Built by the same team that created the MCP protocol, ensuring first-class compatibility and the fastest adoption of new protocol features
Ember Climate + Claude Code Use Cases
Practical scenarios where Claude Code combined with the Ember Climate MCP Server delivers measurable value.
CI/CD integration: embed Ember Climate tool calls in your deployment pipeline to validate configurations or fetch secrets before shipping
Headless batch processing: schedule Claude Code to query Ember Climate nightly and generate reports without human intervention
Shell scripting: pipe Ember Climate outputs into other CLI tools for data transformation, filtering, and aggregation
Infrastructure monitoring: run Claude Code in a cron job to query Ember Climate status endpoints and alert on anomalies
Ember Climate MCP Tools for Claude Code (11)
These 11 tools become available when you connect Ember Climate to Claude Code via MCP:
get_api_options
Use dataset (e.g., "electricity-generation"), temporal_resolution (e.g., "monthly", "yearly"), and filter_name (e.g., "entity", "series", "entity_code", "date", "year"). This tool is useful for discovering valid country codes, energy source types, and available date ranges before making specific data queries. Get available filter options for Ember electricity datasets
get_carbon_intensity_monthly
Use entity or entity_code to filter by country (e.g., "Brazil", "DE", "US"). Use start_date and end_date with format YYYY-MM (e.g., "2023-01", "2024-12"). This helps analyze seasonal patterns in grid carbon footprint and track monthly decarbonization progress. Get monthly carbon intensity of electricity generation for countries/regions
get_carbon_intensity_yearly
Use entity or entity_code to filter by country (e.g., "Brazil", "DE", "US"). Use start_date and end_date with format YYYY (e.g., "2020", "2023"). Returns emissions intensity data showing how clean or polluting the electricity grid is over time. Get yearly carbon intensity of electricity generation for countries/regions
get_electricity_demand_monthly
Use entity or entity_code to filter by country (e.g., "Brazil", "DE", "US"). Use start_date and end_date with format YYYY-MM (e.g., "2023-01", "2024-12"). Useful for analyzing seasonal demand patterns, peak consumption periods, and demand forecasting. Get monthly electricity demand data for countries/regions
get_electricity_demand_yearly
Use entity or entity_code to specify countries (e.g., "Brazil", "DE", "US"). Use start_date and end_date with format YYYY (e.g., "2020", "2023"). Essential for understanding energy consumption trends and comparing per-capita usage across nations. Get yearly electricity demand data for countries/regions
get_electricity_generation_monthly
). Returns generation in TWh and percentage share of total generation for each source. Use entity or entity_code to filter by country (e.g., "Brazil", "DE", "US"). Use start_date and end_date with format YYYY-MM (e.g., "2023-01", "2024-12"). Use series to filter by specific energy sources (e.g., "coal", "wind", "solar", "hydro", "nuclear", "gas"). Perfect for analyzing seasonal generation patterns, renewable intermittency, and monthly energy mix changes. Get monthly electricity generation by source for countries/regions
get_electricity_generation_yearly
). Returns generation in TWh and percentage share of total generation for each source. Use entity or entity_code to filter by country (e.g., "Brazil", "DE", "US"). Use start_date and end_date with format YYYY (e.g., "2020", "2023"). Use series to filter by specific energy sources (e.g., "coal", "wind", "solar", "hydro", "nuclear", "gas"). Essential for analyzing energy transition, renewable adoption, and fossil fuel phase-out progress. Get yearly electricity generation by source for countries/regions
get_generation_multi_entity
g., "BRA,DE,US" for Brazil, Germany, and United States). Use start_date and end_date with format YYYY for yearly or YYYY-MM for monthly data. Use series to filter by energy source (e.g., "coal", "wind", "solar", "hydro", "nuclear", "gas"). This is highly efficient for comparative analysis across multiple nations without making separate API calls. Example: entity_code="BRA,DE,US,CHN,IND" to compare BRICS+ nations energy generation. Get electricity generation data for multiple countries simultaneously
get_installed_capacity_monthly
Use entity or entity_code to filter by country (e.g., "Brazil", "DE", "US"). Use start_date and end_date with format YYYY-MM (e.g., "2023-01", "2024-12"). Use series to filter by capacity type (e.g., "wind", "solar"). Tracks renewable infrastructure deployment and capacity growth over time across different nations. Get monthly installed power capacity (wind and solar) for countries
get_power_sector_emissions_monthly
Use entity or entity_code to filter by country (e.g., "Brazil", "DE", "US"). Use start_date and end_date with format YYYY-MM (e.g., "2023-01", "2024-12"). Use series parameter to filter by emission types (e.g., "co2"). Enables granular tracking of monthly emission trends and seasonal variations in power sector pollution. Get monthly power sector CO2 emissions for countries/regions
get_power_sector_emissions_yearly
Use entity or entity_code to filter by country (e.g., "Brazil", "DE", "US"). Use start_date and end_date with format YYYY (e.g., "2020", "2023"). Use series parameter to filter by emission types (e.g., "co2"). Critical for tracking national decarbonization progress and climate policy effectiveness. Get yearly power sector CO2 emissions for countries/regions
Example Prompts for Ember Climate in Claude Code
Ready-to-use prompts you can give your Claude Code agent to start working with Ember Climate immediately.
"What is the carbon intensity of Brazil's electricity grid in recent years?"
"Compare wind and solar generation between Germany, China, and the US for the last 3 years."
"Show me the monthly electricity demand in France during 2024."
Troubleshooting Ember Climate MCP Server with Claude Code
Common issues when connecting Ember Climate to Claude Code through the Vinkius, and how to resolve them.
Command not found: claude
npm install -g @anthropic-ai/claude-codeConnection timeout
Ember Climate + Claude Code FAQ
Common questions about integrating Ember Climate MCP Server with Claude Code.
How do I add an MCP server to Claude Code?
claude mcp add --transport http "" in your terminal. Claude Code registers the server and discovers all tools immediately.Can Claude Code run MCP tools in headless mode?
How do I list all connected MCP servers?
claude mcp in your terminal to see all registered servers and their status, or type /mcp inside an active Claude Code session.Connect Ember Climate with your favorite client
Step-by-step setup guides for every MCP-compatible client and framework:
Anthropic's native desktop app for Claude with built-in MCP support.
AI-first code editor with integrated LLM-powered coding assistance.
GitHub Copilot in VS Code with Agent mode and MCP support.
Purpose-built IDE for agentic AI coding workflows.
Autonomous AI coding agent that runs inside VS Code.
Anthropic's agentic CLI for terminal-first development.
Python SDK for building production-grade OpenAI agent workflows.
Google's framework for building production AI agents.
Type-safe agent development for Python with first-class MCP support.
TypeScript toolkit for building AI-powered web applications.
TypeScript-native agent framework for modern web stacks.
Python framework for orchestrating collaborative AI agent crews.
Leading Python framework for composable LLM applications.
Data-aware AI agent framework for structured and unstructured sources.
Microsoft's framework for multi-agent collaborative conversations.
Connect Ember Climate to Claude Code
Get your token, paste the configuration, and start using 11 tools in under 2 minutes. No API key management needed.
