How to Use the Ember Climate MCP in Claude Code
Pipe global energy data right into your shell scripts. Connect Claude Code to Ember Climate for automated reporting and CI/CD checks.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Ember Climate MCP to Claude Code
Create your Vinkius account to connect Ember Climate to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Your ESG Reporting
Set up a cron job that runs a simple shell script. The script uses Claude Code to call `get_power_sector_emissions_yearly` for your countries of interest. The JSON output gets piped straight to `jq` to format a report. That report can then be sent to a Slack channel or an internal dashboard. You can build a fully automated, auditable emissions tracking system in a few lines of bash. It's that direct.
Build Guardrails into Your CI/CD
Your CI pipeline can do more than just run linters. Add a step in your GitHub Action that uses Claude Code and this MCP server to check facts about the world. For instance, you can fail a build if a portfolio change would increase exposure to high-emission energy sources. A simple call to `get_carbon_intensity_yearly` can act as a policy check. If the numbers for a region are trending the wrong way, your pipeline stops the process automatically. This moves compliance from a spreadsheet to your code.
Compose Tools in the Terminal
The Ember Climate tools work like any other command-line utility. You can pipe the output from one command into another. For example, use `get_api_options` to find all valid country codes, then pipe that list into a script that calls `get_electricity_demand_yearly` for each one. This composability is the whole point of the command line. This MCP server simply makes a massive global dataset available as another tool in your `PATH`.
Set up Ember Climate MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeember-climate-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Ember Climate transactions." It will automatically discover and invoke the available Ember Climate tools.
claude mcp add --transport http ember-climate-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Ember Climate MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Ember Climate MCP today
We host it, we monitor it, we maintain it. You just paste one token.