Skip to main content
Glama

Climatiq MCP Server

MIT License
5
  • Apple
  • Linux

travel-spend

Calculate carbon emissions from travel expenses by inputting spend type, amount, currency, location, and year. Use this tool to assess climate impact of travel-related spending.

Instructions

Calculate carbon emissions from travel-related spending based on spend type, amount, currency, location, and year.

Input Schema

NameRequiredDescriptionDefault
moneyYesAmount of money spent
money_unitYesCurrency unit for the spent money
spend_locationYesLocation of the travel spending
spend_typeYesType of travel spending (air, road, rail, sea, hotel)
spend_yearNoYear of the travel spending

Input Schema (JSON Schema)

{ "properties": { "money": { "description": "Amount of money spent", "type": "number" }, "money_unit": { "description": "Currency unit for the spent money", "type": "string" }, "spend_location": { "description": "Location of the travel spending", "type": "string" }, "spend_type": { "description": "Type of travel spending (air, road, rail, sea, hotel)", "type": "string" }, "spend_year": { "description": "Year of the travel spending", "type": "number" } }, "required": [ "spend_type", "money", "money_unit", "spend_location" ], "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