← Registry

Analytics

greencalculus.com

Provides greenhouse gas emission factors and calculations for activity, embodied carbon, and PCAF financed emissions.

1 endpoint10 known toolsFirst detected August 12, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.greencalculus.com

No auth detected

MCP server metadata

Name
greencalculus
Version
1.0.0
Capabilities
tools
Server instructions

GreenCalculus provides sourced carbon emission factors and audit-traced calculations. Every value returned includes its source. Set an API key (Authorization: Bearer gc_…) to call tools; get one free at https://greencalculus.com/developers.

Known tools 10

lookup_factor

Look up a single greenhouse-gas emission factor by its canonical key and get the value with full provenance (source id, exact source cell, data version).

Inferred read-only
search_factors

Find emission-factor keys by section, key prefix, or free text.

Inferred read-only
calculate_activity

Turn activity data into greenhouse-gas emissions: emissions = activity × factor.

Inferred read-only
calculate_embodied

Whole-life embodied carbon for materials, per EN 15978.

Inferred read-only
calculate_pcaf

Compute PCAF Part A financed emissions for a portfolio.

Inferred read-only
calculate_electricity

GHG Protocol Scope 2 for purchased electricity, both methods.

Inferred read-only
calculate_freight

Freight & logistics emissions (Scope 3 Cat 4 & 9), GLEC tonne-km method: emissions = tonnes × km × factor.

Inferred read-only
calculate_spend

Spend-based (EEIO) Scope 3 screening: emissions = spend × economic-intensity factor.

Inferred read-only
calculate_business_travel

Business travel emissions (Scope 3 Cat 6), distance method: emissions = km × passengers × factor.

Inferred read-only
resolve_factor

Find the best emission-factor key(s) for a plain-language description — the hardest step is picking the right key out of ~13,000.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.greencalculus]
url = "https://mcp.greencalculus.com"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "greencalculus": {
      "type": "http",
      "url": "https://mcp.greencalculus.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: greencalculus
Remote MCP URL: https://mcp.greencalculus.com

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "greencalculus": {
      "url": "https://mcp.greencalculus.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "greencalculus": {
      "type": "http",
      "url": "https://mcp.greencalculus.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "greencalculus",
  "transport": "streamable-http",
  "url": "https://mcp.greencalculus.com"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for greencalculus.com was fetched 2026-08-21T15:37:38.675Z.

Trust status Trusted

greencalculus.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.