carbon-footprint-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| computeEmissionsA | |
| generateEmissionsReportA | |
| listEmissionFactorsA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyzeEmissions | Prompt template to calculate a company's carbon footprint like an expert sustainability analyst. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_calculation_guide | Provides EPA GHG emission calculation methodology and factor references. |
| get_validation_rules | Provides strict validation rules for the emissions engine. |
| get_worked_example | Provides a worked example of carbon footprint computation. |
TDQS
Scored across 3 tools
Each tool has a clear, distinct purpose: computing emissions, generating reports, and listing emission factors. No functional overlap exists.
All tool names follow a consistent camelCase verb_noun pattern: computeEmissions, generateEmissionsReport, listEmissionFactors.
Three tools is appropriate for a focused carbon footprint calculator, covering computation, reporting, and reference without being too few or too many.
The tool set covers core workflow steps (compute, report, reference). Minor gaps like update/delete for reports or scenario comparison are not essential for the core purpose.