Skip to main content
Glama

Climatiq MCP Server

MIT License
5
  • Apple
  • Linux

freight-emission

Calculate carbon emissions for freight transportation by mode (truck, rail, ship, air) using weight and distance data. Use this tool to assess environmental impact and make informed logistics decisions.

Instructions

Calculate emissions from freight transportation across different modes (truck, rail, ship, air) based on weight and distance.

Input Schema

NameRequiredDescriptionDefault
distanceYesDistance transported
distance_unitNoDistance unit (km, mi)km
modeYesFreight mode (truck, rail, ship, air)
weightYesWeight of goods transported
weight_unitNoWeight unit (t, kg)t

Input Schema (JSON Schema)

{ "properties": { "distance": { "description": "Distance transported", "type": "number" }, "distance_unit": { "default": "km", "description": "Distance unit (km, mi)", "type": "string" }, "mode": { "description": "Freight mode (truck, rail, ship, air)", "type": "string" }, "weight": { "description": "Weight of goods transported", "type": "number" }, "weight_unit": { "default": "t", "description": "Weight unit (t, kg)", "type": "string" } }, "required": [ "mode", "weight", "distance" ], "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