← Registry

Analytics

greencalculus.com

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

1 endpoint12 known toolsFirst detected August 12, 2026Last detected September 12, 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 12

lookup_factor

Look up a single greenhouse-gas emission factor by its canonical key.

Inferred read-only
search_factors

Find emission factors by section, key prefix, or free text.

Inferred read-only
lookup_factors

Look up SEVERAL emission factors by key in one call, each with the same audit envelope lookup_factor returns — provenance (publisher, exact source cell, retrieval date, licence, redistribution) and verification.

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 ~16,000.

Inferred read-only
explain_absence

Ask why a factor is NOT in the corpus.

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 and is being refreshed.

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.