← greencalculus.com

INDIVIDUAL MCP TOOL

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.

greencalculus.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.greencalculus.com

No auth detected

Connect to this endpoint to inspect the live schema for resolve_factor and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

greencalculus.com

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.

Related tools

  • 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).
  • search_factors — Find emission-factor keys by section, key prefix, or free text.
  • calculate_activity — Turn activity data into greenhouse-gas emissions: emissions = activity × factor.
  • calculate_embodied — Whole-life embodied carbon for materials, per EN 15978.
  • calculate_pcaf — Compute PCAF Part A financed emissions for a portfolio.
  • calculate_electricity — GHG Protocol Scope 2 for purchased electricity, both methods.
  • calculate_freight — Freight & logistics emissions (Scope 3 Cat 4 & 9), GLEC tonne-km method: emissions = tonnes × km × factor.
  • calculate_spend — Spend-based (EEIO) Scope 3 screening: emissions = spend × economic-intensity factor.