carbonstop-mcp
OfficialClick on "Install 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 — 碳阻迹碳足迹核算 MCP 服务。
AI 对话中自动调用碳云 API,完成碳足迹建模、产品查询、核算分析。
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
登录 碳云平台 注册账号,创建 API Key(PAT)
启动:
export CARBONSTOP_API_KEY="csk_xxx.yyy"
./carbonstop-mcp
# 或
npx @carbonstopper/mcp --api-key csk_xxx.yyy官方版已内置网关地址。自编译需设置
CARBONSTOP_BASE_URL。
Agent Configuration
npx (零安装,推荐)
{
"mcpServers": {
"carbonstop": {
"command": "npx",
"args": ["@carbonstopper/mcp", "--api-key", "csk_xxx.yyy"]
}
}
}全局安装
{
"mcpServers": {
"carbonstop": {
"command": "carbonstop-mcp",
"args": ["--api-key", "csk_xxx.yyy"]
}
}
}直接二进制路径
{
"mcpServers": {
"carbonstop": {
"command": "/usr/local/bin/carbonstop-mcp",
"args": ["--api-key", "csk_xxx.yyy"]
}
}
}Claude Code、Cursor、Windsurf、Codex、Hermes 等 MCP 客户端配置格式相同。
Available Tools
Tool | Description |
| 网关探活 |
| 查看身份信息 |
| 产品列表(支持分页、搜索) |
| 产品详情 |
| 产品核算列表 |
| 核算详情(含生命周期各阶段排放) |
| 一键 AI 碳足迹建模 |
Security
网关地址构建时注入,源码中不可见
API Key 通过
--api-key参数或环境变量传入
Related
carbonstop-cli — 命令行工具
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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