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-mcpCalculate carbon footprint of product 'EcoBottle'"
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
npm install -g @carbonstopper/mcpOr run directly:
npx @carbonstopper/mcpRelated MCP server: northwood-carbon MCP server
Quick Start
前往 碳云平台 注册登录,创建 API Key(PAT)
设置环境变量:
export CARBONSTOP_API_KEY="csk_xxx.yyy"
# 自编译需额外设置网关地址:
# export CARBONSTOP_BASE_URL="<gateway-url>"启动 MCP Server:
npx @carbonstopper/mcpMCP Client Config
Claude Code / Claude Desktop
{
"mcpServers": {
"carbonstop": {
"command": "npx",
"args": ["@carbonstopper/mcp"],
"env": {
"CARBONSTOP_API_KEY": "csk_xxx.yyy"
}
}
}
}Cursor
{
"mcpServers": {
"carbonstop": {
"command": "npx",
"args": ["@carbonstopper/mcp"],
"env": {
"CARBONSTOP_API_KEY": "csk_xxx.yyy"
}
}
}
}Available Tools
Tool | Description |
| 网关探活 |
| 查看身份信息 |
| 产品列表(支持分页、名称搜索) |
| 产品详情 |
| 产品核算列表 |
| 核算详情(含生命周期各阶段排放) |
| 一键 AI 碳足迹建模 |
Security
网关地址构建时注入,源码及配置中均不可见
认证通过 API Key(PAT),由 MCP 客户端通过环境变量传入
接口调用需有效凭证,网关层鉴权
Related
carbonstop-cli — 命令行工具
License
MIT
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server