Skip to main content
Glama

Climatiq MCP Server

MIT License
5
  • Apple
  • Linux

electricity-emission

Calculate carbon emissions from electricity consumption by inputting energy amount, unit, and regional grid code to assess environmental impact.

Instructions

Calculate carbon emissions from electricity consumption based on energy amount and regional grid mix.

Input Schema

NameRequiredDescriptionDefault
energyYesAmount of energy consumed
energy_unitYesEnergy unit (kWh, MWh, etc.)
regionNoRegion code (e.g., US, GB, FR) representing the electricity grid locationUS

Input Schema (JSON Schema)

{ "properties": { "energy": { "description": "Amount of energy consumed", "type": "number" }, "energy_unit": { "description": "Energy unit (kWh, MWh, etc.)", "type": "string" }, "region": { "default": "US", "description": "Region code (e.g., US, GB, FR) representing the electricity grid location", "type": "string" } }, "required": [ "energy", "energy_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