GreenCalculus
GreenCalculus MCP server
ソース付き温室効果ガス排出係数と、監査追跡可能な炭素計算をMCPサーバーとして提供します。すべての値には正確なソースセルと固定されたデータバージョンが付随するため、エージェントは推測ではなく、人が引用でき、機械が再現できる数値を返します。
このパッケージは必要ですか?
おそらく不要です。サーバーはリモートであり、クライアントがリモートMCPに対応している場合は、URLを直接指定してください。インストールも更新も不要です:
{
"mcpServers": {
"greencalculus": {
"url": "https://mcp.greencalculus.com",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}このパッケージは、ローカルのstdioプロセスしか起動できないクライアントと、docker run インストールのために存在します。これは薄いブリッジであり、各JSON-RPCメッセージをリモートサーバーに転送し、応答をそのまま返します。特別扱いされるメソッドはないため、新しいツールはリリースなしでここに登場します。
Related MCP server: DCL Evaluator
stdioで使用する
{
"mcpServers": {
"greencalculus": {
"command": "npx",
"args": ["-y", "greencalculus-mcp"],
"env": { "GREENCALCULUS_API_KEY": "YOUR_KEY" }
}
}
}またはDockerを使用する場合 — -i は必須で、-t は省略する必要があります。コンテナのstdin/stdoutそのものがトランスポートであり、TTYはストリームを破壊するためです:
{
"mcpServers": {
"greencalculus": {
"command": "docker",
"args": ["run", "-i", "--rm", "-e", "GREENCALCULUS_API_KEY", "greencalculus/mcp"],
"env": { "GREENCALCULUS_API_KEY": "YOUR_KEY" }
}
}
}無料キーは https://greencalculus.com/developers で取得できます — カードは不要です。ディスカバリ(initialize、tools/list)はキーなしで動作します。ツールの呼び出しにはキーが必要です。
ツール
ツール | 機能 |
| キーによる単一の排出係数を、ソースとバージョン付きで取得 |
| フリーテキストでコーパスを検索 |
| 曖昧な実世界の記述を最適な係数にマッピング |
| 何も返さずに、係数が存在しない理由を説明 |
| 活動量 → 排出量、単位換算とGHGプロトコルのスコープ付き |
| ロケーションベースおよびマーケットベースの電力 |
| 体化炭素(EN 15978)、欠落したライフサイクル段階を明示 |
| PCAF融資排出量、監査トレイル付き |
| 輸送手段・距離・積載量による貨物輸送 |
| 支出ベースのEEIO |
| 全輸送手段にわたる出張 |
設定
変数 | デフォルト | 意味 |
| — | APIキー。 |
|
| エンドポイントの上書き。 |
|
| リクエストごとのタイムアウト。 |
診断情報はstderrに出力されます。stdoutにはJSON-RPC以外は一切書き込まれません。1バイトでも余分なデータがあるとセッションが破損します。
開発
npm test # unit tests, no network
node bin/greencalculus-mcp.js # reads JSON-RPC on stdin
docker build -t greencalculus/mcp .その他の提供物
REST API とドキュメント — https://greencalculus.com/developers
クライアントSDK(Python、JS/TS)— https://github.com/jeremiahsay/greencalculus-sdk
公式MCPレジストリ —
com.greencalculus/api
ライセンス
MIT — LICENSE を参照。ライセンスはこのブリッジを対象としています。APIが返す排出係数データには、その基となるソースのライセンスが適用され、各応答で明示されます。
Maintenance
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceAutomates carbon credit project registration document review, transforming 6-8 hour manual reviews into 60-90 minute guided workflows with automated document discovery, evidence extraction, cross-validation, and compliance report generation.
- FlicenseNot gradedqualityCmaintenanceTamper-evident cryptographic audit trail for LLM outputs. Compliance logging for AI agent decisions.
- AlicenseNot gradedqualityDmaintenanceProvides AI agents with access to CO2 emissions data, climate projections, and risk assessments for heat, flooding, and drought, supporting ESG analysis and CSRD compliance.MIT
- FlicenseNot gradedqualityAmaintenanceEnables carbon accounting by matching activities to emission factors via semantic search and AI ranking, supporting ELCD and ecoinvent databases.321
Related MCP Connectors
Deterministic Scope 1/2/3 GHG inventories with bundled factors and audit hashes.
AI-callable calculators and engineering models with real formulas. No hallucinated math.
Carbon-accounted agent compute: free footprints; certificates backed by real offset retirement.
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/jeremiahsay/greencalculus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server