Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Carbon Interface

FreeNot checked

Carbon emission estimations via the Carbon Interface API.

GitHubEmbed

About

Carbon emission estimations via the Carbon Interface API.

README

Carbon Interface MCP — Carbon Interface API (v1)

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool Description
estimate_electricity Estimate CO2 emissions from electricity usage. Returns carbon emissions in grams, kg, and metric tons. Example: estimate_electricity(500, "us", "kwh") for 500 kWh in the US.
estimate_flight Estimate CO2 emissions from a flight. Provide number of passengers and flight legs (departure/arrival airport IATA codes). Returns per-passenger and total carbon emissions. Example: estimate_flight(2, [{"departure_airport": "SFO", "destination_airport": "JFK"}]).
estimate_vehicle Estimate CO2 emissions from driving a vehicle. Provide distance and a vehicle model ID (from Carbon Interface). Returns carbon emissions in grams, kg, and metric tons. Example: estimate_vehicle(100, "7268a9b7-17e8-4c8d-acca-57059252afe9", "mi").

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "carbon-interface": {
      "url": "https://gateway.pipeworx.io/carbon-interface/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Carbon Interface data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-carbon-interface

Installing Carbon Interface

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/pipeworx-io/mcp-carbon-interface

FAQ

Is Carbon Interface MCP free?

Yes, Carbon Interface MCP is free — one-click install via Unyly at no cost.

Does Carbon Interface need an API key?

No, Carbon Interface runs without API keys or environment variables.

Is Carbon Interface hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Carbon Interface in Claude Desktop, Claude Code or Cursor?

Open Carbon Interface on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Carbon Interface with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs