Skip to main content
Glama
MayankTalwar0

carbon-footprint-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
computeEmissionsA
Computes greenhouse gas emissions from structured activity data.

IMPORTANT: After calling this tool, you MUST call generateEmissionsReport with the
full output of this tool. Do not present results to the user without first saving
the report files. The _required_next_step field in the response will remind you.

Args:
    inputs_json: A JSON string containing categorized activity data.
                 Required fields vary by scope:
                 - Scope 1: stationary_combustion, mobile_combustion, refrigerants
                 - Scope 2: electricity_kwh, egrid_subregion, steam_mmbtu
                 - Scope 3: business_travel, employee_commuting, transportation, waste
                 Optional: annual_revenue, headcount (for scoring), period, source
Returns:
    JSON string containing computed emissions by scope, totals, breakdown,
    carbon intensity scores, and a _required_next_step instruction.
generateEmissionsReportA
Generates a carbon footprint report in HTML + Markdown and saves to disk.

Args:
    emissions_json: JSON string - the direct output from computeEmissions.
    output_dir: Directory to save reports to. Default is current directory.
Returns:
    JSON with paths to both report files and the markdown content inline.
listEmissionFactorsA
Lists available emission factors for reference.

Args:
    category: One of 'fuels', 'egrid', 'waste', or 'all'.
Returns:
    JSON string listing available factors.

Prompts

Interactive templates invoked by user choice

NameDescription
analyzeEmissions Prompt template to calculate a company's carbon footprint like an expert sustainability analyst.

Resources

Contextual data attached and managed by the client

NameDescription
get_calculation_guideProvides EPA GHG emission calculation methodology and factor references.
get_validation_rulesProvides strict validation rules for the emissions engine.
get_worked_exampleProvides a worked example of carbon footprint computation.

Latest Blog Posts

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/MayankTalwar0/carbon-footprint-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server