Analytics
greencalculus.com
Provides greenhouse gas emission factors and calculations for activity, embodied carbon, and PCAF financed emissions.
ENDPOINT 1
https://mcp.greencalculus.com
MCP server metadata
- Name
- greencalculus
- Version
- 1.0.0
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_factorLook 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-onlycalculate_activityTurn activity data into greenhouse-gas emissions: emissions = activity × factor.
Inferred read-onlycalculate_electricityGHG Protocol Scope 2 for purchased electricity, both methods.
Inferred read-onlycalculate_freightFreight & logistics emissions (Scope 3 Cat 4 & 9), GLEC tonne-km method: emissions = tonnes × km × factor.
Inferred read-onlycalculate_spendSpend-based (EEIO) Scope 3 screening: emissions = spend × economic-intensity factor.
Inferred read-onlycalculate_business_travelBusiness travel emissions (Scope 3 Cat 6), distance method: emissions = km × passengers × factor.
Inferred read-onlyresolve_factorFind 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-onlyCONNECT 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.
greencalculus.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.