carbonstop-mcp
Officialcarbonstop-mcp
Carbonstop을 위한 MCP(Model Context Protocol) 서버 — 탄소 발자국 산정 MCP 서비스.
AI 대화 중 탄소 클라우드 API를 자동으로 호출하여 탄소 발자국 모델링, 제품 조회, 산정 분석을 수행합니다.
설치
npx (권장)
별도의 설치가 필요 없습니다. MCP 설정이나 터미널에서 바로 사용하세요:
npx @carbonstopper/mcp --api-key csk_xxx.yyynpm
npm install -g @carbonstopper/mcp바이너리 다운로드
Releases에서 최신 바이너리를 다운로드하세요:
플랫폼 | 파일 |
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/소스에서 빌드
Go 1.23+ 버전이 필요합니다.
git clone https://github.com/carbonstop-hub/carbonstop-mcp.git
cd carbonstop-mcp
make build빠른 시작
탄소 클라우드 플랫폼에 로그인하여 계정을 등록하고 API Key(PAT)를 생성합니다.
실행:
export CARBONSTOP_API_KEY="csk_xxx.yyy"
./carbonstop-mcp
# 或
npx @carbonstopper/mcp --api-key csk_xxx.yyy공식 버전에는 게이트웨이 주소가 내장되어 있습니다. 직접 빌드하는 경우
CARBONSTOP_BASE_URL을 설정해야 합니다.
에이전트 설정
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 클라이언트의 설정 형식은 동일합니다.
사용 가능한 도구
도구 | 설명 |
| 게이트웨이 활성 상태 확인 |
| 사용자 정보 확인 |
| 제품 목록 (페이징, 검색 지원) |
| 제품 상세 정보 |
| 제품 산정 목록 |
| 산정 상세 정보 (생애 주기 각 단계별 배출량 포함) |
| 원클릭 AI 탄소 발자국 모델링 |
보안
게이트웨이 주소는 빌드 시 주입되며 소스 코드에는 포함되지 않습니다.
API Key는
--api-key매개변수 또는 환경 변수를 통해 전달됩니다.
관련 항목
carbonstop-cli — 명령줄 도구
라이선스
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.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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-mcp2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server