Skip to main content
Glama
carbonstop-hub

carbonstop-mcp

Official

carbonstop-mcp

Carbonstop을 위한 MCP(Model Context Protocol) 서버 — 탄소 발자국 산정 MCP 서비스.

AI 대화 중 탄소 클라우드 API를 자동으로 호출하여 탄소 발자국 모델링, 제품 조회, 산정 분석을 수행합니다.

설치

npx (권장)

별도의 설치가 필요 없습니다. MCP 설정이나 터미널에서 바로 사용하세요:

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

npm

npm install -g @carbonstopper/mcp

바이너리 다운로드

Releases에서 최신 바이너리를 다운로드하세요:

플랫폼

파일

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/

소스에서 빌드

Go 1.23+ 버전이 필요합니다.

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

빠른 시작

  1. 탄소 클라우드 플랫폼에 로그인하여 계정을 등록하고 API Key(PAT)를 생성합니다.

  2. 실행:

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 클라이언트의 설정 형식은 동일합니다.

사용 가능한 도구

도구

설명

ping

게이트웨이 활성 상태 확인

whoami

사용자 정보 확인

products

제품 목록 (페이징, 검색 지원)

product_info

제품 상세 정보

accounts

제품 산정 목록

account_view

산정 상세 정보 (생애 주기 각 단계별 배출량 포함)

ai_model

원클릭 AI 탄소 발자국 모델링

보안

  • 게이트웨이 주소는 빌드 시 주입되며 소스 코드에는 포함되지 않습니다.

  • API Key는 --api-key 매개변수 또는 환경 변수를 통해 전달됩니다.

관련 항목

라이선스

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