carbonstop-mcp
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@carbonstop-mcpmodel the carbon footprint of my new running shoe"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
npx (recommended)
No install needed. Use directly in MCP config or terminal:
npx @carbonstopper/mcp --api-key csk_xxx.yyynpm
npm install -g @carbonstopper/mcpDownload binary
Download the latest binary from Releases:
Platform | File |
macOS Apple Silicon |
|
macOS Intel |
|
Linux x86_64 |
|
Linux arm64 |
|
Windows x86_64 |
|
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 buildQuick Start
Log in to the Carbon Cloud Platform to register an account and create an API Key (PAT).
Start:
export CARBONSTOP_API_KEY="csk_xxx.yyy"
./carbonstop-mcp
# 或
npx @carbonstopper/mcp --api-key csk_xxx.yyyThe official version has the gateway address built-in. For self-compiled versions, you need to set
CARBONSTOP_BASE_URL.
Agent Configuration
npx (zero-install, recommended)
{
"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 |
| Gateway health check |
| View identity information |
| Product list (supports pagination, search) |
| Product details |
| Product accounting list |
| Accounting details (including emissions at each stage of the life cycle) |
| 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-keyparameter or environment variable.
Related
carbonstop-cli — Command line tool
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Interact with climate metrics via Riskthinking.AI's CDT Express API in supported AI chat experiences
Connect AI assistants to Subotiz - Using Subotiz's external capabilities through natural language
Connect AI assistants to Subotiz - Using Subotiz's external capabilities through natural language
Natural-language queries over a verified emissions knowledge graph, plus standards validation