Skip to main content
Glama
carbonstop-hub

carbonstop-mcp

Official

carbonstop-mcp

Carbonstop用MCP (Model Context Protocol) サーバー — 碳阻迹(Carbonstop)カーボンフットプリント算定MCPサービス。

AIとの対話の中でCarbonstop Cloud 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

ID情報の確認

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