Skip to main content
Glama

Climatiq MCP Server

MIT License
5
  • Apple
  • Linux

custom-emission-calculation

Calculate precise carbon emissions by inputting an activity ID, value, and unit. Use this tool for flexible and detailed emission assessments within the Climatiq MCP Server.

Instructions

Calculate emissions using any specific emission factor identified by its activity_id, allowing for precise and flexible carbon calculations.

Input Schema

NameRequiredDescriptionDefault
activity_idYesEmission factor activity ID (found via search-emission-factors)
unitYesActivity unit (e.g., kWh, km, kg, etc.)
valueYesActivity value (amount of the activity)

Input Schema (JSON Schema)

{ "properties": { "activity_id": { "description": "Emission factor activity ID (found via search-emission-factors)", "type": "string" }, "unit": { "description": "Activity unit (e.g., kWh, km, kg, etc.)", "type": "string" }, "value": { "description": "Activity value (amount of the activity)", "type": "number" } }, "required": [ "activity_id", "value", "unit" ], "type": "object" }

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/jagan-shanmugam/climatiq-mcp-server'

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