Skip to main content
Glama
carbonstop-hub

carbonstop-mcp

Official

carbonstop-mcp

MCP (Model Context Protocol) server for Carbonstop — Carbonstop carbon footprint accounting MCP service.

Automatically call Carbon Cloud API during AI conversations to complete carbon footprint modeling, product queries, and accounting analysis.

Install

No install needed. Use directly in MCP config or terminal:

npx @carbonstopper/mcp --api-key csk_xxx.yyy

npm

npm install -g @carbonstopper/mcp

Download binary

Download the latest binary from Releases:

Platform

File

macOS Apple Silicon

carbonstop-mcp_*_darwin_arm64.tar.gz

macOS Intel

carbonstop-mcp_*_darwin_x86_64.tar.gz

Linux x86_64

carbonstop-mcp_*_linux_x86_64.tar.gz

Linux arm64

carbonstop-mcp_*_linux_arm64.tar.gz

Windows x86_64

carbonstop-mcp_*_windows_x86_64.zip

curl -L https://github.com/carbonstop-hub/carbonstop-mcp/releases/latest/download/carbonstop-mcp_linux_x86_64.tar.gz | tar xz
sudo mv carbonstop-mcp /usr/local/bin/

Build from source

Requires Go 1.23+.

git clone https://github.com/carbonstop-hub/carbonstop-mcp.git
cd carbonstop-mcp
make build

Quick Start

  1. Log in to the Carbon Cloud Platform to register an account and create an API Key (PAT).

  2. Start:

export CARBONSTOP_API_KEY="csk_xxx.yyy"
./carbonstop-mcp
# 或
npx @carbonstopper/mcp --api-key csk_xxx.yyy

The official version has the gateway address built-in. For self-compiled versions, you need to set CARBONSTOP_BASE_URL.

Agent Configuration

{
  "mcpServers": {
    "carbonstop": {
      "command": "npx",
      "args": ["@carbonstopper/mcp", "--api-key", "csk_xxx.yyy"]
    }
  }
}

Global installation

{
  "mcpServers": {
    "carbonstop": {
      "command": "carbonstop-mcp",
      "args": ["--api-key", "csk_xxx.yyy"]
    }
  }
}

Direct binary path

{
  "mcpServers": {
    "carbonstop": {
      "command": "/usr/local/bin/carbonstop-mcp",
      "args": ["--api-key", "csk_xxx.yyy"]
    }
  }
}

MCP client configuration formats for Claude Code, Cursor, Windsurf, Codex, Hermes, etc., are the same.

Available Tools

Tool

Description

ping

Gateway health check

whoami

View identity information

products

Product list (supports pagination, search)

product_info

Product details

accounts

Product accounting list

account_view

Accounting details (including emissions at each stage of the life cycle)

ai_model

One-click AI carbon footprint modeling

Security

  • Gateway address is injected during build and is not visible in the source code.

  • API Key is passed via the --api-key parameter or environment variable.

License

MIT

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
3Releases (12mo)

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Interact with climate metrics via Riskthinking.AI's CDT Express API in supported AI chat experiences

  • Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...

  • Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/carbonstop-hub/carbonstop-mcp2'

If you have feedback or need assistance with the MCP directory API, please join our Discord server